

It’s the kind of tip that we find interesting. This information comes from Chapter 10 of the Office 365 for IT Pros eBook.

What you do with the value is entirely up to you! Or (as noted by Pat Richard): Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\Configuration" To retrieve the value of an individual key, use: (Get-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\Configuration -Name "VersionToReport").VersionToReport PSParentPath : \Registry::HKEY_LOCAL_MACHINE\SOFTW PSPath : \Registry::HKEY_LOCAL_MACHINE\SOFTWĪRE\Microsoft\Office\ClickToRun\Configuration O365ProPlusRetail.EmailAddress : : cachedhttp

PackageLockerPath : C:\ProgramData\Microsoft\Office PipelineServerName : ClickToRun_Pipeline16 For example, to see the complete set of values for the click-to-run configuration, use the command: Get-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\ConfigurationĬlientFolder : C:\Program Files\Common Files\Microsoft Shared\ClickToRun Some administrators use PowerShell to read these values from the system registry and send the data to a central location for reporting purposes. Using PowerShell to Read the System Registry
