Categories
Archive
![]() Blogroll
|
No more ServerManagerCMD tool with Windows Server 2008 R2?
Posted in Windows Powershell, Windows Server | No Comment | 1,181 views | 02/10/2009 23:00
Now, ServerManagerCMD on Windows Server 2008 R2 is deprecated! You should use Powershell modules to install or remove roles and features. If you need to install IIS with all subfeatures:
If you need to remove a feature:
If you need to get all features:
If you need to install all Web features:
You need to change your automation scripts if you have :)
Tags: Add-WindowsFeature, get-windowsfeature, powershell add server role, powershell remove server role, powershell servermanagercmd, remove-windowsfeature, servermanagercmd powershell v2
Leave a Reply
|