Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created May 25, 2022 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/e46de6ec8a9499a467506c4223609c1c to your computer and use it in GitHub Desktop.
Save bielawb/e46de6ec8a9499a467506c4223609c1c to your computer and use it in GitHub Desktop.
Wirtualna metoda New
[adsi]::new
<# na wyjściu:
OverloadDefinitions
-------------------
adsi new()
adsi new(string path)
adsi new(string path, string username, string password)
adsi new(string path, string username, string password, System.DirectoryServices.AuthenticationTypes authenticationType)
adsi new(System.Object adsObject)
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment