option Explicit
Dim objGroup
Dim strComputer
On Error Resume Next
strComputer = “.”
Set objGroup = GetObject(“WinNT://” & strComputer & “/Administrators,group”)
objGroup.add(“WinNT://yourdomain/yourgroup,group”)
Set objGroup = Nothing
One Click Remote Server Support
option Explicit
Dim objGroup
Dim strComputer
On Error Resume Next
strComputer = “.”
Set objGroup = GetObject(“WinNT://” & strComputer & “/Administrators,group”)
objGroup.add(“WinNT://yourdomain/yourgroup,group”)
Set objGroup = Nothing
Comments Off
If you are getting out of space on the drive where you are saving WSUS updates, you can install a new drive and then move the updates to the new location. You can use WSUSUtil.exe with MoveContent command to move the updates to new location.
Eg:
wsusutil movecontent contentpath logfile -skipcopy [/?]
Parameter Definition
contentpath
The new root for content files. The path must exist.
logfile
The path and file name of the log file to create.
-skipcopy
Indicates that only the server configuration should be changed, and that the content files should not be copied.
/help or /?
Displays command-line help for movecontent command.
Comments Off
Note Skip this method if the operating system is Windows 2000.
To clear the temporary file and restart the hotfix installation or the service pack installation, follow these steps:
%systemroot%\system32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}
%systemroot%\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
Comments Off
The Service Pack 1 for Windows Server 2003 changed the account that run the RPC service to NetworkService. I changed the account that run this service back to LocalSystem(same that without SP1), and the Network Connections service back to Started state
Please click here to download the plugin required to make recent comments work!