posts-powershell

Compare AD User

Did you ever want to compare the properties of ADUsers? Provided you have installed the RSAT tools, you can read individual AD users with...

read more

Finding Service Privileges

Get-Service can provide basic information about Windows services but won’t list the required privileges. Here is a small PowerShell function...

read more

Locking Workstation

PowerShell can access low-level API functions by using C#-style signatures. This way, API functions are compiled in-memory and added as new types....

read more
1 11 12 13 14 15 119