Skip to content

Commit f58fa36

Browse files
committed
Fixed Typos
1 parent abdb868 commit f58fa36

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

DSCResources/MSFT_xComputer/MSFT_xComputer.schema.mof

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)