Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2020-08-13 04:18:25
Size: 772
Editor: PieterSmit
Comment:
Revision 4 as of 2020-08-13 04:22:04
Size: 851
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
#Powershell > Get-ADComputer -Identity "abcd" | select -ExpandProperty DistinguishedName #Powershell > import-module activedirectory
             
Get-ADComputer -Identity "abcd" | select -ExpandProperty DistinguishedName
Line 13: Line 14:
   * Reason missing admin module    * Reason missing admin module {{{ get-module -listavailable }}}

Windows/PowerShell Notes

Missing powershell commands

Windows/PowerShell (last edited 2022-01-26 21:34:01 by PieterSmit)