Invoke-WebRequest under the System Account
Invoke-WebRequest is a versatile Powershell CmdLet. However the way it works behind the scene creates sometimes strange behaviors. As you may aware the HTML parser engine greatly depends on system components and Web Browser such as Internet Explorer. A consequence of such a “design”, is that even on Windows Server […]