Skip to content

Instantly share code, notes, and snippets.

@mikebranstein
Created August 24, 2016 18:44
Show Gist options
  • Save mikebranstein/8d16423b8050efe26a2eec2a06bc1c29 to your computer and use it in GitHub Desktop.
Save mikebranstein/8d16423b8050efe26a2eec2a06bc1c29 to your computer and use it in GitHub Desktop.
Copy WiFi drivers to a remote device
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