MSFT_PSModule.schema.mfl (1766B)
1 #pragma namespace("\\\\.\\root\\default") 2 instance of __namespace{ name="MS_409";}; 3 #pragma namespace("\\\\.\\root\\default\\MS_409") 4 5 [AMENDMENT, LOCALE("MS_409")] 6 class MSFT_PSModule : OMI_BaseResource 7 { 8 [Key,Description("Name of the module\n") : Amended] String Name; 9 [Description("Whether the module is to be installed or uninstalled.\nPresent {default} \nAbsent \n") : Amended] String Ensure; 10 [Description("The name of the module source where the module can be found.\n") : Amended] String Repository; 11 [Description("Whether the package is trusted or untrusted.\nTrusted {default} \nUntrusted \n") : Amended] String InstallationPolicy; 12 [Description("The required version of the module.\n") : Amended] String RequiredVersion; 13 [Description("The minimum version of the module.\n") : Amended] String MinimumVersion; 14 [Description("The maximum version of the module.\n") : Amended] String MaximumVersion; 15 [Description("Forces the installation of the module.\n" : Amended] Boolean Force; 16 [Description("Allows installation when existing cmdlets of the same name exist.\n" : Amended] Boolean AllowClobber; 17 [Description("Allows installation when module is not signed.\n" : Amended] Boolean SkipPublisherCheck; 18 [Description("The brief description of the module.\n") : Amended] string Description; 19 [Description("The version of the module that is installed.\n") : Amended] String InstalledVersion; 20 [Description("The identifier of the module.\n") : Amended] String Guid; 21 [Description("The base location where the module is installed.\n") : Amended] String ModuleBase; 22 [Description("The type of the module.\n") : Amended] String ModuleType; 23 [Description("The author of the module.\n") : Amended] String Author; 24 };