agentName = "Safe Attachment Processing Agent"; $agent = get-transportagent -Identity:$agentName; if ($agent) { uninstall-transportagent ...