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 11[ClassVersion("1.0.1.0"), FriendlyName("xComputer")]
22class MSFT_xComputer : OMI_BaseResource
33{
4- [key] string Name;
5- [write] string DomainName;
6- [write] string JoinOU;
7- [read] string CurrentOU;
8- [write,EmbeddedInstance("MSFT_Credential")] String Credential;
9- [write,EmbeddedInstance("MSFT_Credential")] String UnjoinCredential;
10- [write] string WorkGroupName;
11- [write] string Description;
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
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;
11+ [write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to join or leave domain")] String UnjoinCredential;
12+ [write, Description("The name of the workgroup")] string WorkGroupName;
13+ [Write, Description("The value assigned here will be set as the local computer description")] String Description;
1214};
You can’t perform that action at this time.
0 commit comments