Skip to content

theCMack/powershell_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

A Collection of PowerShell Scripts

Just some powershell scripts to do things.

Run these remotely in PowerShell using Invoke-WebRequest like this

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$ScriptFromGitHub = Invoke-WebRequest https://raw.githubusercontent.com/theCMack/powershell_scripts/master/MapWindowsDiskstoVolumes.ps1 -UseBasicParsing
Invoke-Expression $($ScriptFromGitHub.Content)

About

Just some powershell scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published