File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
scripts_staging/TasksUpdater Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 26
26
27
27
.CHANGELOG
28
28
13.12.24 SAN Split logging from parser.
29
-
29
+ 03.06.25 SAN move PS7 call at the start
30
30
#>
31
31
32
+ # Call the pwsh snippet
33
+ {{CallPowerShell7}}
32
34
33
35
# Name will be used for both the name of the log file and what line of the Schedules to parse
34
36
$PartName = " ModuleUpdate"
@@ -39,9 +41,6 @@ $PartName = "ModuleUpdate"
39
41
# Call the logging snippet env Company_folder_path will be passed
40
42
{{Logging}}
41
43
42
- # Call the pwsh snippet
43
- {{CallPowerShell7}}
44
-
45
44
# Set TLS version to 1.2
46
45
[Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType ]::Tls12
47
46
Original file line number Diff line number Diff line change 36
36
13.12.24 SAN Split logging from parser.
37
37
30.01.25 SAN Changed output for troubleshooting
38
38
14.04.25 SAN Added validation for KB format and warnings for invalid KBs.
39
+ 03.06.25 SAN move PS7 call at the start
39
40
#>
40
41
41
-
42
+ # Call the pwsh snippet
43
+ {{CallPowerShell7}}
42
44
43
45
# Name will be used for both the name of the log file and what line of the Schedules to parse
44
46
$PartName = " WindowsUpdate"
@@ -49,9 +51,6 @@ $PartName = "WindowsUpdate"
49
51
# Call the logging snippet env Company_folder_path will be passed
50
52
{{Logging}}
51
53
52
- # Call the pwsh snippet
53
- {{CallPowerShell7}}
54
-
55
54
# Set TLS version to 1.2
56
55
[Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType ]::Tls12
57
56
You can’t perform that action at this time.
0 commit comments