To view the ??? contents ??? of the current location use the
Get-ChildItem cmdlet or one of its aliases. For example, to change the current location to the HKCU:
drive, and then navigate to the key for the MSExchangeIS service, use the following commands:
[PS] C:\ > Set-Location HKLM:\SYSTEM\CurrentControlSet\Services\MSExchangeIS
[PS] HKLM:\SYSTEM\CurrentControlSet\Services\MSExchangeIS > Get-ChildItem
Hive: Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentC
ontrolSet\Services\MSExchangeIS
SKC VC Name Property
--- -- ---- --------
3 0 Diagnostics {}
4 0 MB001 {}
0 7 ParametersNetIf {MaxPoolThreads, MaxConcurrency, Thre...
0 5 ParametersPrivate {Background Cleanup, Background Searc...
0 6 ParametersPublic {Background Cleanup, Background Searc...
1 8 ParametersSystem {Working Directory, DB Recovery, DSA ...
0 13 Performance {Close, Collect, Library, Open, PerfI...
0 1 Security {Security}
0 3 Enum {0, Count, NextInstance}
[PS] HKLM:\SYSTEM\CurrentControlSet\Services\MSExchangeIS >
??‘
??‘
Part I: PowerShell for Exchange Fundamentals
58
Notice that the output here is quite a bit different than what you would see from a regular file system
drive. That is because the information held in the Registry is so much different than files and directories.
Pages:
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112