agentName = "Безопасные вложения обработки агента"; $agentFactory = "Microsoft.Exchange.Transport.Agent.SafeAttachmentPr ...

$agentName = "Безопасные вложения обработки агента";                $agentFactory = "Microsoft.Exchange.Transport.Agent.SafeAttachmentProcessing.SafeAttachmentProcessingAgentFactory";                $agentAssembly = ($RoleInstallPath + "TransportRoles\agents\SafeAttachmentProcessingAgent\Microsoft.Exchange.Transport.Agent.SafeAttachmentProcessing.dll");                $agent = get-transportagent-удостоверения: $agentName;                Если {($agent)                Uninstall-transportagent-удостоверения: $agentName;                };                install-TransportAgent-имя: $agentName - TransportAgentFactory: $agentFactory - путь _ сборки: $agentAssembly;                Если ($agent.enabled- или! $agent) {enable-transportagent-удостоверения: $agentName};