Applied to Service Pack: SP2
Once Windows system is stable after installing Service Pack, the backup space is no longer needed and it can be released.
Sunday, 30 June 2013
PowerShell: ServerManager Module
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
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
Saturday, 29 June 2013
Thursday, 27 June 2013
Wednesday, 26 June 2013
Tuesday, 25 June 2013
Clean Up Service Pack Backup for Windows 7/Windows Server 2008 R2 to free up disk space
Applied to Service Pack: SP1
Once Windows system is stable after installing Service Pack, the backup space is no longer needed and it can be released.
Friday, 21 June 2013
Subscribe to:
Posts
(
Atom
)