modules/deploy/dsc/ext/PsGallery/xExchange.1.6.0.0/DSCResources/MSFT_xExchInstall/MSFT_xExchInstall.schema.mof
[ClassVersion("1.0.0"), FriendlyName("xExchInstall")] class MSFT_xExchInstall : OMI_BaseResource { [Key, Description("Full path to setup.exe in the Exchange 2013 setup directory")] String Path; [Key, Description("Command line arguments to pass to setup.exe")] String Arguments; [Required, Description("The credentials to use to perform the installation"), EmbeddedInstance("MSFT_Credential")] String Credential; }; |