Write-ExchangeSetupLog -Info "Enable MSExchangeCompliance service in registry."; $registryPath = "HKLM:\System\CurrentCo ...

Write-ExchangeSetupLog -Info "Enable MSExchangeCompliance service in registry.";          $registryPath = "HKLM:\System\CurrentControlSet\Services\MSExchangeCompliance"          #Create the registry key if it does not exist          if((get-itemProperty $registryPath -ErrorAction SilentlyContinue) -eq $null)          {              new-item $registryPath -force          }          Set-ItemProperty -Path $registryPath -Name ServiceEnabled -Type DWORD -Value 1 -Force
English
English (United States)
Deutsch (Deutschland)
German (Germany)
Español (España)
Spanish (Spain)
Français (France)
French (France)
italiano
Italian
Português
Portuguese
Русский
Russian