Skip to content

Instantly share code, notes, and snippets.

@rezarahimian
Created December 9, 2019 23:35
Show Gist options
  • Save rezarahimian/b5fa4823802a1613c60624e51914375c to your computer and use it in GitHub Desktop.
Save rezarahimian/b5fa4823802a1613c60624e51914375c to your computer and use it in GitHub Desktop.
$Providers = [System.Runtime.InteropServices.Marshal]::BindToMoniker("ADs:")
ForEach ($Provider in $Providers)
{
$Provider.GetType().InvokeMember("Name", "GetProperty", $null, $Provider, $null)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment