Search code examples
powershellmoduleservermanager

Powershell Module: Enable/Get Server-Manager Module Windows 7


I've installed Win Remote Mgmt tools on my Windows 7 Enterprise. I would like to remote manage my servers and to run script which would need the SEVERMANAGER MODULE. After installing the Remote Mgmt tools and activating them as a feature, I started Powershell and tried to import the Module by tipping: Import-Module ServerManager ==> Ended with an error.

Then I wanted to check what modules are active nad tippe: get-Module -List * and there were the AD, Bitlocker modules and so on.

So whats the Problem with the SERVERMANAGER MODULE?

Can some one give me a hint?

Thank you


Solution

  • ServerManager is a server module, it doesn't exist on client machines. One thing you can do is use create a new PowerShell Remoting session agaist the target server, load the ServerManager and run its commands using remoting commands.