Sunday 30 June 2013

Clean Up Service Pack Backup for Windows Vista/Windows Server 2008 to free up disk space

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.

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

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.