# Install the AM V2 agent only if AM v2 service is installed # Fix: Remove this check after we move totally to V2 if ((get-service MSExchangeAntimalwareSvc* | where {$_.name -eq "MSExchangeAntimalwareSvc"})) { $agentName = "Malware Agent V2"; $agentFactory = "Microsoft.Exchange.Transport.Agent.MalwareV2.MalwareAgentFactory"; $agentAssembly = ($RoleInstallPath + "TransportRoles\agents\AntimalwareV2\Microsoft.Exchange.Transport.Agent.MalwareV2.dll"); $agent = get-transportagent -Identity:$agentName; if ($agent) { uninstall-transportagent -Identity:$agentName; }; install-TransportAgent -Name:$agentName -TransportAgentFactory:$agentFactory -AssemblyPath:$agentAssembly; if (($agent.enabled -or !$agent) -and !$RoleDisableAMFiltering) { enable-transportagent -Identity:$agentName }; }
Indicates whether the relying party (represented as the ServicePrincipal object this property belongs to) belongs to the ...
Initialization of inbound authentication failed with error %1 for Receive connector %2. The authentication mechanism is %3. ...
Inspection of log file '{0}' (of generation {1}) failed because it is out of sequence with the highest log file present (of ...
Inspection of log file '{0}' (of generation {1}) failed because of a generation number mismatch. Expected a log file of generation ...
Install the AM V2 agent only if AM v2 service is installed # Fix: Remove this check after we move totally to V2 if ((get-service ...
Install-CrimsonManifest ` -DefinitionXml "bin\ComplianceEvents.man" ` -MessageDll "bin\Microsoft.Exchange.Compliance.CrimsonEvents.dll" ...
Install-CrimsonManifest ` -DefinitionXml "bin\Microsoft.Exchange.DxStore.HA.Events.man" ` -MessageDll "bin\Microsoft.Exchange.DxStore.HA.Events.dll" ...
Install-ExchangeCertificate -Thumbprint $RoleDatacenterDeltaSyncClientCertificateThumbprint -Services NONE -NetworkServiceAllowed ...
Installation mode BuildToBuildUpgrade has to be specified when parameter -IgnoreOrganizationVersion or -ResetDefaultThrottlingPolicy ...