LoginSignup
3
3

More than 5 years have passed since last update.

Invoke-WebRequestとInternet Explorer

Last updated at Posted at 2015-08-19
powershell
$res = Invoke-WebRequest -Uri $url;

IEの初期設定がされていない場合、この行でエラーが出てしまう。
回避するためには、IEの推奨設定を指定するとよい。

新しいブラウザのEdgeを利用している場合でも、IEを起動したことがないPCでこの現象が確認された。

参考

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3