Write-ExchangeSetupLog -Info "Loading FipFs snapin and Enabling all AV engines for Datacenter"; # Load FIPS snapin Add-PsSnapin Microsoft.Forefront.Filtering.Management.PowerShell -ErrorAction SilentlyContinue; # Enable "Kaspersky" engine in System and Scan Configuration Set-ConfigurationValue -XPath "/fs-conf:Configuration/fs-sys:System/fs-sys:AntiMalwareSettings/fs-sys:Engines/fs-sys:Engine[@Name='Kaspersky']/fs-sys:Enabled" -Value 'true' -Confirm:$false Set-ConfigurationValue -XPath "/fs-conf:Configuration/fs-scan:Scan/fs-scan:AntiMalwareSettings/fs-scan:Engines/fs-scan:Engine[@Name='Kaspersky']/fs-scan:Enabled" -Value 'true' -Confirm:$false # Enable "Command" engine in System and Scan Configuration Set-ConfigurationValue -XPath "/fs-conf:Configuration/fs-sys:System/fs-sys:AntiMalwareSettings/fs-sys:Engines/fs-sys:Engine[@Name='Command']/fs-sys:Enabled" -Value 'true' -Confirm:$false Set-ConfigurationValue -XPath "/fs-conf:Configuration/fs-scan:Scan/fs-scan:AntiMalwareSettings/fs-scan:Engines/fs-scan:Engine[@Name='Command']/fs-scan:Enabled" -Value 'true' -Confirm:$false # After making configuration updates, backup the configuration file Write-ExchangeSetupLog -Info "Backup FIPS configuration"; $FipsDataPath = [System.IO.Path]::Combine($RoleInstallPath, "FIP-FS\Data"); $ConfigurationFilePath = [System.IO.Path]::Combine($FipsDataPath, "Configuration.xml"); $ConfigurationBackupFilePath = [System.IO.Path]::Combine($FipsDataPath, "Configuration.xml.bak"); Copy-Item $ConfigurationFilePath $ConfigurationBackupFilePath
Workitem "{Monitor.StateAttribute5}" (ID: {Monitor.StateAttribute6}) repeatedly caused Exchange Health Manager worker process ...
Write-ExchangeSetupLog -Info "Changing Logs Path."; Set-FrontendTransportService ` -Identity $RoleNetBiosName ` -ResourceLogPath ...
Write-ExchangeSetupLog -Info "Changing Mailbox Transport Logs Path."; Set-MailboxTransportService ` -Identity $RoleNetBiosName ...
Write-ExchangeSetupLog -Info "Enable MSExchangeCompliance service in registry."; $registryPath = "HKLM:\System\CurrentCo ...
Write-ExchangeSetupLog -Info "Loading FipFs snapin and Enabling all AV engines for Datacenter"; # Load FIPS snapin Add-PsSnapin ...
Writing to database encountered EsentColumnTooBigException; Rethrowing the exception - no recovery step performed. Exception ...
Wrong CAS Proxy Requests Total is the total number of HTTP requests that were received by ASP.NET since the service was restarted ...
WSS Requests is the total number of Windows SharePoint Services requests through Outlook Web App since the process was started. ...
WSS Response Bytes is the total number of file content bytes accessed in Windows SharePoint Services since the process was ...