
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
Apr 16, 2013
Step-by-Step Migration DHCP from Windows Server 2003 to Windows Server 2008 R2 with Windows Server Migration Tools
I see every day question about DHCP server migration from Windows 2003 to Windows Server 2008 R2, which is why I am writing this article.I think some people have no information about Windows Server 2008 R2 new feature (Windows Server Migration Tools). With this new feature, you can easily complete DHCP migration. I’ll show how you can use this function and I hope that helps people solve their... read more
Apr 16, 2013
Steps to move a DHCP database from a Windows Server 2003 or 2008 to another Windows Server 2008 machine
The DHCP database can be moved or migrated from a Windows Server 2003 server to a Windows Server 2008 server, or from one Windows Server 2008 server to another. The information below details the necessary steps.Export the DHCP database from a server that is running Microsoft Windows Server 2003 or Windows Server 2008To move a DHCP database and configuration from a server that is running Windows... read more
