PowerShell Download File from NTLM Authentication enabled IIS Veröffentlicht am November 4, 2021 von admin Invoke-WebRequest -Uri $myURL -Method Get -UseDefaultCredentials (uses the currently logged in user credentials)