DSCResources/MSFT_xExchAntiMalwareScanning/MSFT_xExchAntiMalwareScanning.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xExchAntiMalwareScanning")] class MSFT_xExchAntiMalwareScanning : OMI_BaseResource { [Key, Description("Whether Exchange Anti-malware scanning should be Enabled")] Boolean Enabled; [Required, Description("Credentials used to establish a remote Powershell session to Exchange"), EmbeddedInstance("MSFT_Credential")] String Credential; [Write, Description("Whether the Transport services should be automatically restarted after a status change")] Boolean AllowServiceRestart; }; |