string]$version = Microsoft.Exchange.Diagnostics.BuildVersionConstants]::RegistryVersionSubKey $rootPath = "HKLM:\Softwa ...

[string]$version = [Microsoft.Exchange.Diagnostics.BuildVersionConstants]::RegistryVersionSubKey          $rootPath = "HKLM:\Software\Microsoft\ExchangeServer\$version\BackupInformation"          new-item $rootPath -erroraction:silentlycontinue          set-itemproperty -path $rootPath -Name "LooseTruncation_MinCopiesToProtect" -Type DWORD -Value 2 -erroraction:silentlycontinue          set-itemproperty -path $rootPath -Name "LooseTruncation_MinDiskFreeSpaceThresholdInMB" -Type DWORD -Value 300000 -erroraction:silentlycontinue          set-itemproperty -path $rootPath -Name "LooseTruncation_MinLogsToProtect" -Type DWORD -Value 50000 -erroraction:silentlycontinue
English
English (United States)
Deutsch (Deutschland)
German (Germany)