DSCResources/DSC_ExchAntiMalwareScanning/DSC_ExchAntiMalwareScanning.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("ExchAntiMalwareScanning")]
class DSC_ExchAntiMalwareScanning : 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; }; |