MSOnline PowerShell for Azure Active Directory Microsoft Online Data Service (MSOL) Module for Windows PowerShell Please note that the Settings cmdlets that were published in the preview release of the MSOL module are no longer available in this module. Active Directory Module for Windows PowerShell. The Active Directory module for Windows PowerShell first appeared in Windows Server 2008 R2. It is automatically installed on the domain controller. To use the PowerShell cmdlets from the Active Directory module, at least one controller with Windows Server 2008 R2 or higher must exist in your domain.
I'm trying to install the active directory module of powershell on windows 10, through this group of commands provided by technet, but I still cannot succeed, I've tried many times and also running the powershell as administrator but the problem remains, it looks like it gets stuck inside a loop printing: '.' I downloaded the code from this link (It comes in a .txt file)
Also I'm attaching the code itself and a screenshot of my result after executing the code.
Basically the code provided creates a function called Install-ADModule and then invokes it:
Result after executing the function created:
Screenshot:
Note: The version of windows I have is: Windows 10 Home 64-bit (10.0, Build 17134)
I hope you guys could help me with this.Greetings!
RSAT is not available on the ‘home’ versions of windows. I ran into a similar issue with hyper-v on windows 10 home, but it worked just fine after upgrading to windows 10 pro for a fee.