first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

PowerShell and ADSI: Searching the Registry to Find All Available Providers on Windows with PSDrive

PS C:\\> Set-Location HKLM:\\SOFTWARE\\Microsoft\\ADs\\Providers

PS HKLM:\\SOFTWARE\\Microsoft\\ADs\\Providers> Get-ChildItem | format-list

Hive: Microsoft.PowerShell.Core\\Registry::HKEY_LOCAL_MACHINE\\SOFTWARE\\Micros oft\\ADs\\Providers

Name : IIS ValueCount : 1 Property : {(default)} SubKeyCount : 1

Name : LDAP ValueCount : 2 Property : {(default), Aliases} SubKeyCount : 2

Name : NDS ValueCount : 1 Property : {(default)} SubKeyCount : 0

Name : NWCOMPAT ValueCount : 1 Property : {(default)} SubKeyCount : 0

Name : WinNT ValueCount : 1 Property : {(default)} SubKeyCount : 1

mod date: 2007-09-28T23:11:11.000Z