File tree Expand file tree Collapse file tree
DSCResources/MSFT_xComputer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ class MSFT_xComputer : OMI_BaseResource
33{
44 [key, Description("The desired computer name")] string Name;
55 [write, Description("The name of the domain to join")] string DomainName;
6- [write, Description("The distinguished name of the organizational unit that the computer
7- account will be created in")] string JoinOU;
8- [read, Description("A read-only property that specifies the organizational unit that
9- the computer account is currently in")] string CurrentOU;
10- [write, EmbeddedInstance("MSFT_Credential"), Description(""Credential to be used to join or leave domain")] String Credential;
6+ [write, Description("The distinguished name of the organizational unit that the computer account will be created in")] string JoinOU;
7+ [read, Description("A read-only property that specifies the organizational unit that the computer account is currently in")] string CurrentOU;
8+ [write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to join or leave domain")] String Credential;
119 [write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to join or leave domain")] String UnjoinCredential;
1210 [write, Description("The name of the workgroup")] string WorkGroupName;
1311 [Write, Description("The value assigned here will be set as the local computer description")] String Description;
You can’t perform that action at this time.
0 commit comments