Differences between revisions 1 and 2
Revision 1 as of 2020-08-13 04:15:41
Size: 631
Editor: PieterSmit
Comment:
Revision 2 as of 2020-08-13 04:18:25
Size: 772
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * Get info on a machine by id {{{
#Powershell > Get-ADComputer -Identity "abcd" | select -ExpandProperty DistinguishedName
}}}
Line 9: Line 13:
 * Reason missing admin module
 * Fix
   * http://blog.technotesdesk.com/active-directory-module-and-cmdlet-missing-upon-patching
     * RSAT tool https://www.microsoft.com/en-us/download/details.aspx?id=45520
   * Reason missing admin module
   * Fix
     * http://blog.technotesdesk.com/active-directory-module-and-cmdlet-missing-upon-patching
   * RSAT tool https://www.microsoft.com/en-us/download/details.aspx?id=45520

Windows/PowerShell Notes

Missing powershell commands

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