Skip to content

skrasekmichael/powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom powershell profile, scripts, and modules.

You can download and run script in memory using powershell:

# example running hw.ps1
iex (iwr https://raw.githubusercontent.com/skrasekmichael/powershell/main/scripts/hw.ps1).Content

# example running move-window.ps1
iex (iwr https://raw.githubusercontent.com/skrasekmichael/powershell/main/scripts/move-window.ps1).Content

Note: some scripts may require modules to run.

Releases

No releases published

Packages

No packages published