Use $null
:
Set-ExchangeServer -Identity SBS -InternetWebProxy $null
Enquanto procurava uma solução para um problema, adicionei um InternetWebProxy
à nossa configuração do servidor do Exchange:
Set-ExchangeServer -Identity SBS -InternetWebProxy foo
Agora meu proxy está definido como foo
, mas como desfazer essa alteração novamente?
Eu tentei defini-lo como ""
, ''
, ''
, Null
, False
, mas nada foi aceito.
Use $null
:
Set-ExchangeServer -Identity SBS -InternetWebProxy $null
Tags powershell exchange-2010