File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 11
22<# PSScriptInfo
33
4- .VERSION 1.4
4+ .VERSION 1.41
55
66.GUID cecc1f48-fc57-4fa9-b74c-4eb2be4d6602
77
@@ -110,12 +110,19 @@ Nbtstat -RR
110110# klist -li 0x3e7 purge #machine
111111Get-WmiObject Win32_LogonSession | Where-Object {$_.AuthenticationPackage -ne ' NTLM' } | ForEach-Object {klist.exe purge - li ([Convert ]::ToString($_.LogonId , 16 ))}
112112
113+ # Make a token connection to login.microsoftonline.com
114+ Invoke-WebRequest - Uri https:// login.microsoftonline.com
115+
113116# Read-Host " "
114117Write-Host " "
115118Write-host " Please reproduce issue NOW." - ForegroundColor Green
116119Write-Host " "
117120Write-Host " Press ENTER to stop capture session when reproduction is complete" - ForegroundColor Yellow
118121Read-Host " "
122+
123+ # Make a token connection to login.microsoftonline.com
124+ Invoke-WebRequest - Uri https:// login.microsoftonline.com
125+
119126netstat - anob > c:\temp\Capture\$env: computername " Netstat " $ (get-date -f dddd- MMMM- dd- yyyy- HH.mm.ss).txt
120127Write-Host " Retrive your ETL trace file @ $path " - ForegroundColor Yellow
121128Write-Host " Opening Explorer to $path " - ForegroundColor Yellow
You can’t perform that action at this time.
0 commit comments