Installare l'agente AM V2 solo se è installato il servizio v2 AM # Correzione: Rimuovi questo controllo dopo abbiamo spostato ...

# Installare l'agente AM V2 solo se è installato il servizio v2 AM              # Correzione: Rimuovi questo controllo dopo abbiamo spostato completamente V2              Se ((get-service MSExchangeAntimalwareSvc * | dove {$_.name - eq "MSExchangeAntimalwareSvc"}))              {                  $agentName = "Malware agente V2".                  $agentFactory = "Microsoft.Exchange.Transport.Agent.MalwareV2.MalwareAgentFactory";                  $agentAssembly = ($RoleInstallPath + "TransportRoles\agents\AntimalwareV2\Microsoft.Exchange.Transport.Agent.MalwareV2.dll");                  $agent = get-transportagent-identità: $agentName;                  Se {($agent)                  disinstallare-transportagent-identità: $agentName;                  };                  installazione-TransportAgent-nome: $agentName - TransportAgentFactory: $agentFactory - AssemblyPath: $agentAssembly;                  Se (($agent.enabled- o! $agent)- e! $RoleDisableAMFiltering) {enable-transportagent-identità: $agentName};              }