When i try to execute powershell cmdlet 'Add-WindowsFeature', i encounter the following error:
Cmdlet 'Add-WindowsFeature' is package in 'ServerManager' module which must be imported first before the cmdlet can be used.
So, you need to import the module first:
PS C:\> Import-Module ServerManager
Showing posts with label PowerShell. Show all posts
Showing posts with label PowerShell. Show all posts
Sunday, 30 June 2013
Subscribe to:
Posts
(
Atom
)