Skip to content

Commit ce4b90e

Browse files
committed
Merge pull request #61 from vors/mof
Move test-file.ps1 to samples directory. Add .mof file to samples directory
2 parents 35f4d4c + 61c1adb commit ce4b90e

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

tests/samples/localhost_01.mof

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/*
2+
@TargetNode='localhost'
3+
@GeneratedBy=vors
4+
@GenerationDate=09/17/2014 20:31:33
5+
@GenerationHost=localhost_01
6+
*/
7+
8+
instance of MSFT_Credential as $MSFT_Credential1ref
9+
{
10+
Password = "1tU7+0bxkmbHvrYg/SyXCMqpdQ89gMpiZVxjgHpQs21D89cBRuaCFuoPiI0+VmXAa3EU6dGVxEajQXz+b/5zoiSEgso2OjHKr5KbO/cr0V8I8dzm9K4KndXhuhnZ6awTs0A1x10OVCl7UcAzwxiI+3DSPnsbuCLj8QOV1THA/o4QBKxAd1ci7uoPx9vHv9kPZnpXW7ua0KnNKZgt2YltkLiAccShCwCUyFUA66qIKzTKN1DHPodtYdF3FAWrEfkmlqB6PRib/PJ/9TurcfLTbTZ4KCHNmdUQ+JWfsspTMmTYcj7PvrMo5sQxUJ3WZ6qADY+8iEcwM2mFzYtWh9Majg==";
11+
UserName = "foo";
12+
13+
};
14+
15+
instance of MSFT_UserResource as $MSFT_UserResource1ref
16+
{
17+
ResourceID = "[User]LocalUserAccount";
18+
FullName = "Local User Account";
19+
UserName = "foo";
20+
Ensure = "Present";
21+
Password = $MSFT_Credential1ref;
22+
Description = "Account for running Local Service";
23+
PasswordNeverExpires = True;
24+
SourceInfo = "C:\\Users\\sevoroby\\Documents\\test.ps1::40::9::User";
25+
Disabled = False;
26+
ModuleName = "PSDesiredStateConfiguration";
27+
ModuleVersion = "1.0";
28+
29+
ConfigurationName = "Main";
30+
31+
};
32+
instance of OMI_ConfigurationDocument
33+
{
34+
Version="1.0.0";
35+
Author="sevoroby";
36+
GenerationDate="09/17/2014 20:31:33";
37+
GenerationHost="localhost_01";
38+
ContentType="PasswordEncrypted";
39+
Name="Main";
40+
};
File renamed without changes.

0 commit comments

Comments
 (0)