What is Windows PowerShell?
Windows PowerShell isn't just a scripting language. It also lets you to run commands that perform administrative tasks, such as creating user, group, and computer accounts. By default, Windows PowerShell v4 is installed on Windows Server 2012 R2.
Running the command Get-Module ‑ListAvailable returns all the installed PowerShell modules that are available. PowerShell modules contain cmdlets. Cmdlets in the Active Directory module are used to create and manage objects in AD DS. The Active Directory module is automatically installed when you install the AD DS Snap-Ins and Command-Line Tools.
No comments:
Post a Comment