-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
That's the webProxy of the failed EC2 instance
PS C:\Users\Administrator\Documents> $objSession = New-Object -ComObject "Microsoft.Update.Session"
PS C:\Users\Administrator\Documents> $objSession | Format-List
ClientApplicationID :
ReadOnly : False
WebProxy :
UserLocale : 1033
PS C:\Users\Administrator\Documents> $objSession.WebProxy
PS C:\Users\Administrator\Documents> That's the webProxy of the my local Windows OS
PS C:\Users\Administrator\Documents> $objSession = New-Object -ComObject "Microsoft.Update.Session"
PS C:\Users\Administrator\Documents> $objSession | Format-List
ClientApplicationID :
ReadOnly : False
WebProxy : System.__ComObject
UserLocale : 1041
PS C:\Users\Administrator\Documents> $objSession.WebProxy
Address :
BypassList : System.__ComObject
BypassProxyOnLocal : False
ReadOnly : False
UserName :
AutoDetect : TrueMetadata
Metadata
Assignees
Labels
No labels