Skip to content

Commit

Permalink
Update date 📅
Browse files Browse the repository at this point in the history
  • Loading branch information
blakedrumm committed Apr 11, 2024
1 parent f51a762 commit eafc239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Generate-Microsoft-Support-Logs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## 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.
##
## Version: 1.1
## Last Modified: 4 April 2024
## Last Modified: 10 April 2024
#########################################################################################

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

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

0 comments on commit eafc239

Please sign in to comment.