Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

Which Groups Does WindowsIdentity.Groups Return? (C# vs PowerShell)

A very interesting post : Which Groups Does WindowsIdentity.Groups Return? Also very interesting is comparing the code in C# + .NET 3.0 in this article against this PowerShell example : $wi = [System.Security.Principal.WindowsIdentity]::GetCurrent() $wi
Posted by MoW | 3 Comments
Filed under: ,