blindzero / Connect-MS365

Powershell module to connect to all MS365 services and install required modules or packages.
MIT License
27 stars 8 forks source link

Support Proxy for Remote PS Connections in EOL #9

Closed blindzero closed 4 years ago

blindzero commented 4 years ago

Is your feature request related to a problem? Please describe. A user behind proxy can not use Connect-MS365

Describe the solution you'd like Configuration Parameter to determine proxy usage.

Additional context

Wenn Sie sich hinter einem Proxyserver befinden, führen Sie diesen Befehl zuerst diesen Befehl aus: $ProxyOptions = New-PSSessionOption -ProxyAccessType , wobei der ProxyAccessType-Wert IEConfig, WinHttpConfig oder AutoDetect ist.

Fügen Sie dann den folgenden Parameter und Wert an das Ende des $Session=...-Befehls an: -SessionOption $ProxyOptions.

Weitere Informationen finden Sie unter New-PSSessionOption.

blindzero commented 4 years ago

closing as dup of #22 which is more generic