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
],
50
56
" -NoLogo" ,
51
57
" -NonInteractive" ,
52
58
" -NoProfile" ,
59
+ " -ExecutionPolicy" ,
60
+ " Bypass" ,
53
61
" -Command" ,
54
62
" $Input | ./psDscAdapter/powershell.resource.ps1 Test"
55
63
],
62
70
" -NoLogo" ,
63
71
" -NonInteractive" ,
64
72
" -NoProfile" ,
73
+ " -ExecutionPolicy" ,
74
+ " Bypass" ,
65
75
" -Command" ,
66
76
" $Input | ./psDscAdapter/powershell.resource.ps1 Export"
67
77
],
74
84
" -NoLogo" ,
75
85
" -NonInteractive" ,
76
86
" -NoProfile" ,
87
+ " -ExecutionPolicy" ,
88
+ " Bypass" ,
77
89
" -Command" ,
78
90
" $Input | ./psDscAdapter/powershell.resource.ps1 Validate"
79
91
],
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
],
50
56
" -NoLogo" ,
51
57
" -NonInteractive" ,
52
58
" -NoProfile" ,
59
+ " -ExecutionPolicy" ,
60
+ " Bypass" ,
53
61
" -Command" ,
54
62
" $Input | ./psDscAdapter/powershell.resource.ps1 Test"
55
63
],
62
70
" -NoLogo" ,
63
71
" -NonInteractive" ,
64
72
" -NoProfile" ,
73
+ " -ExecutionPolicy" ,
74
+ " Bypass" ,
65
75
" -Command" ,
66
76
" $Input | ./psDscAdapter/powershell.resource.ps1 Validate"
67
77
]
You can’t perform that action at this time.
0 commit comments