How to add a description or a comment to a GPO
Given that the Description property of the Get-GPO cmdlet has a Set method, this can be done with a simple one-liner.
Given that the Description property of the Get-GPO cmdlet has a Set method, this can be done with a simple one-liner.
Following the post of Josh RICKARD on 4SysOps about ISE snippets, I just wanted to share two of my personal snippets I use very often as a System Administrator. Foreach function with a server list from an array Foreach function with a server list imported from an file Help section Send-MailMessage I shared this one […]
You get one of the following SCOM alerts: – Content Synchronization – Catalog Synchronization Further investigations The WsusUtil tool In a command prompt, go to the WSUS tools directory and use the wsusutil command with the checkhealth parameter. Please note that this command must be run directly on the server, and will return an error […]
I got the following message: Fatal Error: Unable to contact the WSUS Service. Please verify that Windows Server Update Services is installed and running on the local machine. However, when I checked WSUS logged messages everything looked good. In fact, I was running my command from a PSSession, and that’s why I had this error. […]
This alert is raised by SCOM when the event ID 12344 appears in the Application log. File Server Resource Manager finished syncing claims from Active Directory and encountered errors during the sync (0x8007203a, The server is not operational.). Please check previous event logs for details. Here is what you can do: Verify the domain controller […]
You must be logged in to post a comment.