File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 14
14
" -NoLogo" ,
15
15
" -NonInteractive" ,
16
16
" -NoProfile" ,
17
+ " -ExecutionPolicy" ,
18
+ " Bypass" ,
17
19
" -Command" ,
18
20
" ./psDscAdapter/powershell.resource.ps1 List"
19
21
]
26
28
" -NoLogo" ,
27
29
" -NonInteractive" ,
28
30
" -NoProfile" ,
31
+ " -ExecutionPolicy" ,
32
+ " Bypass" ,
29
33
" -Command" ,
30
34
" $Input | ./psDscAdapter/powershell.resource.ps1 Get"
31
35
],
37
41
" -NoLogo" ,
38
42
" -NonInteractive" ,
39
43
" -NoProfile" ,
44
+ " -ExecutionPolicy" ,
45
+ " Bypass" ,
40
46
" -Command" ,
41
47
" $Input | ./psDscAdapter/powershell.resource.ps1 Set"
42
48
],
49
55
" -NoLogo" ,
50
56
" -NonInteractive" ,
51
57
" -NoProfile" ,
58
+ " -ExecutionPolicy" ,
59
+ " Bypass" ,
52
60
" -Command" ,
53
61
" $Input | ./psDscAdapter/powershell.resource.ps1 Test"
54
62
],
61
69
" -NoLogo" ,
62
70
" -NonInteractive" ,
63
71
" -NoProfile" ,
72
+ " -ExecutionPolicy" ,
73
+ " Bypass" ,
64
74
" -Command" ,
65
75
" $Input | ./psDscAdapter/powershell.resource.ps1 Export"
66
76
],
73
83
" -NoLogo" ,
74
84
" -NonInteractive" ,
75
85
" -NoProfile" ,
86
+ " -ExecutionPolicy" ,
87
+ " Bypass" ,
76
88
" -Command" ,
77
89
" $Input | ./psDscAdapter/powershell.resource.ps1 Validate"
78
90
],
Original file line number Diff line number Diff line change 14
14
" -NoLogo" ,
15
15
" -NonInteractive" ,
16
16
" -NoProfile" ,
17
+ " -ExecutionPolicy" ,
18
+ " Bypass" ,
17
19
" -Command" ,
18
20
" ./psDscAdapter/powershell.resource.ps1 List"
19
21
]
26
28
" -NoLogo" ,
27
29
" -NonInteractive" ,
28
30
" -NoProfile" ,
31
+ " -ExecutionPolicy" ,
32
+ " Bypass" ,
29
33
" -Command" ,
30
34
" $Input | ./psDscAdapter/powershell.resource.ps1 Get"
31
35
],
37
41
" -NoLogo" ,
38
42
" -NonInteractive" ,
39
43
" -NoProfile" ,
44
+ " -ExecutionPolicy" ,
45
+ " Bypass" ,
40
46
" -Command" ,
41
47
" $Input | ./psDscAdapter/powershell.resource.ps1 Set"
42
48
],
49
55
" -NoLogo" ,
50
56
" -NonInteractive" ,
51
57
" -NoProfile" ,
58
+ " -ExecutionPolicy" ,
59
+ " Bypass" ,
52
60
" -Command" ,
53
61
" $Input | ./psDscAdapter/powershell.resource.ps1 Test"
54
62
],
61
69
" -NoLogo" ,
62
70
" -NonInteractive" ,
63
71
" -NoProfile" ,
72
+ " -ExecutionPolicy" ,
73
+ " Bypass" ,
64
74
" -Command" ,
65
75
" $Input | ./psDscAdapter/powershell.resource.ps1 Validate"
66
76
]
You can’t perform that action at this time.
0 commit comments