exchange 2010 mc error occured powershell using kerberos authentication failed

SOLVED: Exchange Management Console – Attempt to connect to http://server.domain.com/PowerShell using “Kerberos” authentication failed

If you are able th launch the Exchange Management Console (EMC) but see the following error when you attempt to expand a segment, we have the solution: “The following error occurred while attempting to connect to the specified Exchange server ‘http://server.domain; The Attempt to connect to http://server.domain/PowerShell using “Kerberos” authentication […]

SOLVED: How To Force a Clean Up of WSUS Data & Resolve SERVER NODE RESET Using PowerShell

Updated: January 2022 If you cannot complete a clean up of your WSUS server through the WSUS console because it keeps erroring out with SERVER NODE RESET, you can hopefully complete through the following PowerShell command line: Invoke-WsusServerCleanup -DeclineSupersededUpdates -DeclineExpiredUpdates -CleanupObsoleteComputers -CleanupObsoleteUpdates -CleanupUnneededContentFiles -CompressUpdates If this fails or times out, […]

how to install Group Policy Management Console GPMC on Server 2019 and 2022

SOLVED: How To Install Group Policy Management Console Tools (GPMC) on Windows Server 2019, Server 2022 & Server 2025

When you promote a Windows Server to be a Domain Controller, Active Directory tools get installed automatically including the Group Policy Management Console (GPMC). Group Policy Management Console does not always get installed on member servers even if RSAT tools (think, Active Directory Users and Computers) are installed. Put simply, […]