Skip to content

Commit 465556c

Browse files
authored
Merge pull request #5 from gesbeckj/xDescription
Formatting and Style Fixes
2 parents 4b38c3f + 1c5d787 commit 465556c

2 files changed

Lines changed: 245 additions & 206 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[ClassVersion("1.0.1.0"), FriendlyName("xComputer")]
22
class MSFT_xComputer : OMI_BaseResource
33
{
4-
[key, Description("The desired computer name")] string Name;
5-
[write, Description("The name of the domain to join")] string DomainName;
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;
9-
[write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to join or leave domain")] String UnjoinCredential;
10-
[write, Description("The name of the workgroup")] string WorkGroupName;
4+
[Key, Description("The desired computer name")] String Name;
5+
[Write, Description("The name of the domain to join")] String DomainName;
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;
9+
[Write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to join or leave domain")] String UnjoinCredential;
10+
[Write, Description("The name of the workgroup")] String WorkGroupName;
1111
[Write, Description("The value assigned here will be set as the local computer description")] String Description;
1212
};

0 commit comments

Comments
 (0)