Skip to content

docouto/PSPublic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PSPublic

Few Oneliners that can help during troubleshooting.

They can be called straight out of the console:

How to invoke from console

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/docouto/PSPublic/master/ScriptName.ps1'))

How to copy their content for later execution or reading

(New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/docouto/PSPublic/master/ScriptName.ps1') | clip

get-clippboard OR crtl+V

About

Public handy PowerShell scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published