Maand: juli 2022

Using the Windows Management Infrastructure, or WMI, Windows admins can create filters to apply GPOs more granular on specific versions of Windows Server. In this post I provide some basic examples. If you use PowerShell 5.1, you can verify WMI filters with Get-WmiObject in the Win32_OperatingSystem class: PS C:\> Get-WmiObject -Class Win32_OperatingSystem | Select Version, ProductType PS C:\> Get-WmiObject -Class […]

Meer lezen

In short – you do not need to edit any Windows user account privileges at all. Doing so only introduces risk. The process is entirely managed in IIS using inherited privileges. Applying Modify/Write Permissions to the Correct User Account Right-click the domain when it appears under the Sites list, and choose Edit Permissions Under the Security tab, you will see MACHINE_NAME\IIS_IUSRS is listed. […]

Meer lezen