Skip to content

jvgarner/posh-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

posh-misc

PowerShell scripts I have written and use.

To easily import, clone and add the following to your PowerShell profile (i.e. code $PROFILE if using vscode).

$modulespath = '(path-to-modules)\posh-misc\src\'
Get-ChildItem ($modulespath + "*.psm1") | ForEach-Object {Import-Module (Join-Path $modulespath $_.Name)} | Out-Null

Releases

No releases published

Packages

No packages published