DSCResources/MSFT_SPProjectServerLicense/MSFT_SPProjectServerLicense.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("SPProjectServerLicense")] class MSFT_SPProjectServerLicense : OMI_BaseResource { [Key, Description("Specifies the resource is a single instance, the value must be 'Yes'"), ValueMap{"Yes"}, Values{"Yes"}] String IsSingleInstance; [Write, Description("Should a Project Server license be enabled or disabled"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; [Write, Description("What is the product key for Project Server")] string ProductKey; [Write, Description("POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5"), EmbeddedInstance("MSFT_Credential")] String InstallAccount; }; |