
Currently Browsing: WSUS
Apr 22, 2013
Script to add machines to a WSUS group automatically
#Script to add machines to a WSUS group automatically:#The script needs Admin credentials and the WSUS Administration Console installed on the machine where it runs #Initialize Variables $wsusGroup = [string] “ServerGroupC” $wsusParentGroup = [string] “All Computers” $date = get-date $date = [string] $date.day + $date.month + $date.year + $date.hour + $date.minute $succeslog =... read more
Apr 17, 2013
Computers Are Not Appearing In the Correct Computer Groups
Client-side targeting is when you use Group Policy or registry settings to move computers into target groups. For more information about how to set up client-side targeting, see Deploying Microsoft Windows Server Update Services. There are a number of reasons why computers might not appear in groups when you are using client-side targeting. Use the following information to try to resolve this... read more
