Skip to content

Instantly share code, notes, and snippets.

@win2000b
Last active December 15, 2016 12:08
Show Gist options
  • Save win2000b/9b4e92d18af6ddf4b24cd3c2335f2cf7 to your computer and use it in GitHub Desktop.
Save win2000b/9b4e92d18af6ddf4b24cd3c2335f2cf7 to your computer and use it in GitHub Desktop.
Finds out if Bitlocker Schema Extensions are in place
Get-ADObject -SearchBase ((GET-ADRootDSE).SchemaNamingContext) -Filter {Name -like "ms-FVE-*"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment