Skip to content

valdstyN/powershell

Repository files navigation

If running in non-admin session, enable PowerShell scripts with command:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force

Enable TLS 1.2

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12

About

PowerShell scripts to automate basic tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published