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.
Sometimes you open an Access Control List and discover an orphan SID. However, before removing the permission you want to know to which account this SID was matching. The SID matched to a local account In this case, you are done. There is no way to find to which account name the SID was matching. […]
Open the Certification Authority console Right-click the Certificate Templates folder and select Manage.
Foreign Security Principals or FSPs have existed since Windows Server 2000. However, you could work as a system administrator for years without even noticing their presence because the mechanism behind them is almost fully transparent—almost. Contents of this article: FSPs in a nutshell Why an FSP becomes an orphan How to identify and clean up […]
I still see the old good chkdsk command everywhere in blog posts. However, since Windows 8 and Windows 2012 Server you have now the Repair-Volume which is doing the same work. Like for the chkdsk tool, you have the scan, spotfix and the OfflineScanAndFix parameters. In addition, here are some other useful tools cmdlets: – […]
You must be logged in to post a comment.