Hi, I need a PS script to extract the below details from AD.
hostname, created date, ip address, created by, bitlocker status, OU details, USB details.
Hi, I need a PS script to extract the below details from AD.
hostname, created date, ip address, created by, bitlocker status, OU details, USB details.
What have you tried already?
You can use Get-ADComputer for some of that. You can use Get-BitlockerVolume cmdlet (but only locally) or the Manage-Bde executable to get the status of a volume, you can use Resolve-DNSName to get the IP address, and you can use Get-WMIObject (or Get-CIMInstance) to get information about USB.
17 people are following this question.