search
top
Currently Browsing: Target Group

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

top