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. […]
When you display log entries with Get-WinEvent, you may see some empty lines with only three dots. This happens because the first line of the message is empty, and Windows wants to show that there is more data after this empty line. To see the whole message, pipe your events to the Format-List cmdlet.
You must be logged in to post a comment.