ConfigMgr 2012 R2 – WSUS sync fails with HTTP 503 errors

ConfigMgr 2012 R2 – WSUS sync fails with HTTP 503 errors

Ran into this issue with ConfigMgr 2012 R2 where it was unable to synchronize Software Update Point with the WSUS server. A review of the component status messages for the SMS_WSUS_SYNC_MANAGER component on the primary site server reveals errors related to WSUS synchronization which are similar to the following: [su_note note_color=”#efacad”]Message ID: 6703 WSUS Synchronization […]

Continue Reading
Map a network drive using PowerShell

Map a network drive using PowerShell

Make sure you are using the latest version of PowerShell. On Windows 8/10 run it as administrator and type the following: New-PSDrive –Name “Z” –PSProvider FileSystem –Root “\\fileserver01\share” –Persist Where: Z – is the Drive Letter Within ” ” is the path of the network share that will be presented as the root of the […]

Continue Reading
Speed up Active Directory & DNS replication between Sites

Speed up Active Directory & DNS replication between Sites

Using the standard GUI Microsoft Management Consoles to make the change to speed up Active Directory replication is not possible. The best result of using administrator consoles will be to increase domain replication between domain controllers to 15 minutes. These large time values were instituted into Active Directory at version 1 because inter-site connections during that era of computing and networking were much lower in bandwidth with the most common being frame-relay or […]

Continue Reading
Guide to migrate FRS to DFSR

Guide to migrate FRS to DFSR

For most users this article only applies if you have Window 2003/ 2003 R2 Domain Controller in your enviornment that you are planning to get rid off. Pretty soon I hope! 😉 [su_tooltip position=”north” content=”FRS – File Replication Service DFSR – Distributed File System for Replication[/su_tooltip] SYSVOL is a folder shared by domain controller to […]

Continue Reading