Add Install-PowershellModules
This commit is contained in:
parent
98c6db773b
commit
2381d32a5a
4
Install-PowershellModules.ps1
Normal file
4
Install-PowershellModules.ps1
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
$ModulePath="$($env:windir)\system32\WindowsPowerShell\v1.0\Modules\"
|
||||||
|
Get-ChildItem $PSScriptRoot -Directory | ForEach-Object{
|
||||||
|
Copy-Item -Recurse -Force $_.FullName $ModulePath
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user