$keyPath = "HKLM:\System\CurrentControlSet\Services\HTTP\Parameters"; if (!(Get-Item $keyPath -ErrorAction SilentlyContinue)) { New-Item $keyPath -Force } set-itemproperty -path $keyPath -Name "MaxFieldLength" -Value 65534 -Type DWORD -Force; set-itemproperty -path $keyPath -Name "MaxRequestBytes" -Value 65534 -Type DWORD -Force;
Key mapping should be in the form " , , ,[promptFileName],[asrPhrase]," or " , , ,[promptFileName],[asrPhrase]," or " , ...
keyPath = "HKLM:\SOFTWARE\Microsoft\ExchangeServer\v15\AliasSync\"; new-item $keyPath -force; new-itemproperty -path $keyPath ...
keyPath = "HKLM:\SOFTWARE\Microsoft\ExchangeServer\v15\ExchangeLiveServices\"; new-item $keyPath -force; if ($RoleDatacenterWindowsLiveIdInstance ...
keypath = "HKLM:\SOFTWARE\Policies\Microsoft\Cryptography\Configuration\SSL\00010002"; if (!(Test-Path $keyPath)) { New-Item ...
keyPath = "HKLM:\System\CurrentControlSet\Services\HTTP\Parameters"; if (!(Get-Item $keyPath -ErrorAction SilentlyContinue)) ...
Knowledge Consistency Checker (KCC) did not initialize. Consistency updates to replication topology is disabled. (evt 1008) ...
Knowledge Consistency Checker(KCC) was unable to complete the topology for the site. Check the connectivity between DCs. ...
Lack of free space for the database or log files is preventing proper operation of database '%1' ('%2'). Review the database ...
Lack of free space for the database or log files is preventing proper operation of database '%4' ('%5'). Review the database ...