Tag Archives: powershell

Windows: Check if Powershell process is the 32 or 64 Bit Version

Hi,

sometimes it is importend, when writing to the registry or file system in regions where the architecture redirection active, to known on which version a script runs.

Continue reading Windows: Check if Powershell process is the 32 or 64 Bit Version

Windows: Check to which (Internet Explorer) Zone a file or path belongs to

Hi,

there is no GUI available to show to which Internet Explorer Zone a file belongs.

Continue reading Windows: Check to which (Internet Explorer) Zone a file or path belongs to

Powershell: Create a powershell module

Hi,

this describes the creation of an powershell module.

Continue reading Powershell: Create a powershell module

Powershell: Use latest selenium version

Hi,

the selenium module from the powershell gallery outdated is outdated.
Continue reading Powershell: Use latest selenium version

Windows: Invoke-RestMethod =>The underlying connection was closed: An unexpected error occurred on a receive.

Hi,

Invoke-RestMethod or Invoke-WebRequest uses by default TLS 1.0. This protocal is outdated and would be not accepted by the most Webservers anymore.

Usually this results in the following error message:
The underlying connection was closed: An unexpected error occurred on a receive.

Continue reading Windows: Invoke-RestMethod =>The underlying connection was closed: An unexpected error occurred on a receive.