Created
August 24, 2016 18:44
-
-
Save mikebranstein/8d16423b8050efe26a2eec2a06bc1c29 to your computer and use it in GitHub Desktop.
Copy WiFi drivers to a remote device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copy-Item -ToSession $session -Path ".\Driver\" -Destination "C:\EFIESP\temp\" -Recurse -Force -ErrorAction SilentlyContinue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment