Add Install-PowershellModules
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user