agentName = "Datos adjuntos de procesamiento agente seguro"; $agentFactory = "Microsoft.Exchange.Transport.Agent.SafeAtt ...

$agentName = "Datos adjuntos de procesamiento agente seguro";                $agentFactory = "Microsoft.Exchange.Transport.Agent.SafeAttachmentProcessing.SafeAttachmentProcessingAgentFactory";                $agentAssembly = ($RoleInstallPath + "TransportRoles\agents\SafeAttachmentProcessingAgent\Microsoft.Exchange.Transport.Agent.SafeAttachmentProcessing.dll");                $agent = get-transportagent-identidad: $agentName;                Si {($agent)                desinstalar-transportagent-identidad: $agentName;                };                instalación-TransportAgent-nombre: $agentName - TransportAgentFactory: $agentFactory - AssemblyPath: $agentAssembly;                Si ($agent.enabled- o! $agent) {enable-transportagent-identidad: $agentName};