Solve PowerShell problems on domain controllers after an upgrade

Solve PowerShell problems after a domain controller upgrade.

John Savill

November 20, 2016

1 Min Read
Solve PowerShell problems on domain controllers after an upgrade

Q. PowerShell is not working on my domain controllers with an error related to AD Web Services.

A. The Active Directory PowerShell cmdlets operate against the Active Directory Web Service which is present on all domain controllers. Make sure the AD Web Services service is running (launch services.msc to view). Note that AD Web Services relies on Netlogon so also ensure Netlogon is running (its startup type should be Automatic). You can try restarting Netlogon and then restart AD Web Services to see if this fixes the problem. If the problem still persists check the Eventlog (eventvwr.exe) and under Applications and Services Logs - Active Directory Web Services look for any errors.

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like