This commit is contained in:
Zack Meier
2026-04-15 15:42:41 -05:00
parent 74edcc4d9a
commit 03dba08135
146 changed files with 9119 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
$AdminCred = Get-Credential # run once console session
$PSSession = New-PSSsession -ComputerName itddeqappt1.nd.gov -Credential $AdminCred
Copy-Item -Path C:\localpath.txt -ToSession $PSSession -Destination C:\
Copy-Item -Path C:\remotepath.txt -FromSession $PSSession -Destination C:\