$Target = $env:COMPUTERNAME $expectSrv = $true $Error.Clear() try { $exSrv = get-ExchangeServer $Target -ErrorAction Stop } catch { if ($Error.Exception.GetType().Name -eq 'ManagementObjectNotFoundException') { $expectSrv = $false; Write-ExchangeSetupLog -Warning "$Target is not an Exchange Server. Unable to set monitoring and server state to active. Setup will continue."; } else { Write-ExchangeSetupLog -Error "SetServerStateForSetup fails for $Target due to $Error"; } } if ($exSrv -eq $null) { if (!$expectSrv) { return } throw "SetServerStateForSetup fails due to $Error"; } Set-ServerComponentState $Target -Component Monitoring -Requester Functional -State Active Write-ExchangeSetupLog -Info "Install is complete. Monitoring has been set to Active."; Set-ServerComponentState $Target -Component RecoveryActionsEnabled -Requester Functional -State Active Write-ExchangeSetupLog -Info "Install is complete. RecoveryActionsEnabled has been set to Active."; Set-ServerComponentState $Target -Component ServerWideOffline -Requester Functional -State Active Write-ExchangeSetupLog -Info "Install is complete. Server state has been set to Active.";
Table Open Cache % Hit is the percentage of database tables opened using cached schema information. If this percentage is ...
Table Open Cache Hits/sec is the number of database tables opened using cached schema information per second. If this rate ...
Table Open Cache Misses/sec is the number of database tables opened without using cached schema information per second. If ...
Takes a list of CSV files generated by the script and uses them as the source data to generate a summary HTML report. The ...
Target = $env:COMPUTERNAME $expectSrv = $true $Error.Clear() try { $exSrv = get-ExchangeServer $Target -ErrorAction Stop ...
Target database '{0}' cannot be used:Current database file size: {1}Current space available inside database: {2}Allowed database ...
Target database file '{0}' already exists. You must delete this database file before seeding can be performed. You can use ...
Target directory has a 'deny' access rule for {0}. This may affect this script or prevent Microsoft Exchange Transport service ...
Target mailbox unlock operation was not replicated. If a lossy failover occurs after the target mailbox was unlocked, the ...