How to determine if a local user is member of a local computer group before adding, with PowerShell and C#
To dermine if a local user is member of a local group, before adding the user to the local group in PowerShell I use a C# class. The C# class could be converted to pure