Skip to content

Instantly share code, notes, and snippets.

@vhusker
Created August 26, 2015 11:31
Show Gist options
  • Save vhusker/f0c3f10efdac47a38940 to your computer and use it in GitHub Desktop.
Save vhusker/f0c3f10efdac47a38940 to your computer and use it in GitHub Desktop.
Resource Key xComputer schema.mof
[ClassVersion("1.0.1.0"), FriendlyName("xComputer")]
class MSFT_xComputer : OMI_BaseResource
{
[key] string Name;
[write] string DomainName;
[write,EmbeddedInstance("MSFT_Credential")] String Credential;
[write,EmbeddedInstance("MSFT_Credential")] String UnjoinCredential;
[write] string WorkGroupName;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment