Angry Admin
System Administrator's Notepad
Monday, February 17, 2020
Happy Birthday, Active Directory!
Introduction of Active Directory to the world was part of the release of Windows 2000 Server on February 17, 2000.
Happy Birthday 20th, Active Directory!
Friday, February 14, 2020
How to view BitLocker Recovery Key in PowerShell
Installtion
PS> Install-Module -Name ActiveDirectory.Toolbox
Usage
PS> Import-Module ActiveDirectory.Toolbox
Commands
Get-ADComputerBitLockerInfo [[-ComputerName] <string[]>]
or
Get-ADComputerBitLocker [[-ComputerName] <string[]>]
Link for download
PowerShell Gallery | ActiveDirectory.Toolbox
Note:
#Requires -Modules ActiveDirectory
How to view LAPS password in PowerShell
Installtion
PS> Install-Module -Name ActiveDirectory.Toolbox
Usage
PS> Import-Module ActiveDirectory.Toolbox
Commands
Get-ADComputerLAPSInfo [[-ComputerName] <string[]>]
or
Get-ADComputerLAPS [[-ComputerName] <string[]>]
Link for download
PowerShell Gallery | ActiveDirectory.Toolbox
Note:
#Requires -Modules ActiveDirectory
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)