For example, to see all the property values held in the MSExchangeIS key use the following command:
[PS]HKLM:\SYSTEM\CurrentControlSet\Services\MSExchangeIS > Get-ItemProperty
-Path .\
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE
\SYSTEM\CurrentControlSet\Services\MSExchangeIS
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE
\SYSTEM\CurrentControlSet\Services
PSChildName : MSExchangeIS
PSDrive : HKLM
PSProvider : Microsoft.PowerShell.Core\Registry
Type : 16
Start : 2
ErrorControl : 1
ImagePath : ???C:\Program Files\Microsoft\Exchange Server\bin\store.
exe???
DisplayName : Microsoft Exchange Information Store
DependOnService : {EventLog, NtLmSsp, RPCSS, LanmanWorkstation, LanmanSe
rver}
DependOnGroup : {}
ObjectName : LocalSystem
Description : Manages the Microsoft Exchange Information Store. This
includes mailbox stores and public folder stores. If
this service is stopped, mailbox stores and public fo
lder stores on this computer are unavailable. If this
service is disabled, any services that explicitly depe
nd on it will fail to start.
DiagnosticsMessageFile : mdbmsg.dll
[PS] HKLM:\SYSTEM\CurrentControlSet\Services\MSExchangeIS >
To change a property value use the Set-ItemProperty cmdlet with the Path parameter to point to the
key where the property value is located, the Name parameter to specify the name of the property value,
and the Value parameter to specify the value.
Pages:
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115