Skip to content

Commit eafc239

Browse files
authored
Update date 📅
1 parent f51a762 commit eafc239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Generate-Microsoft-Support-Logs.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Purpose: Generate files needed to help Microsoft Support with customer support cases. Data is NOT auto uploaded you must zip up the folder and the subfolder generated.
88
##
99
## Version: 1.1
10-
## Last Modified: 4 April 2024
10+
## Last Modified: 10 April 2024
1111
#########################################################################################
1212

1313
$wsid = "########-####-####-####-############" ## workspace ID is available from Log analytics workspace overview page
@@ -19,7 +19,7 @@ $outputFolder = "c:\MicrosoftSupportLogs" ## Script automatically
1919
## Update the line above as needed.
2020
#########################################################################################
2121
$GetUpdateInfo = $true
22-
$version = "4 April 2024"
22+
$version = "10 April 2024"
2323

2424
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
2525
$CRLF = "`r`n" ## 13 + 10

0 commit comments

Comments
 (0)