Skip to content

The WebProxy property may not exist #5

@re3turn

Description

@re3turn

#4 has not fixed #3

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         : True

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions