Skip to content

Instantly share code, notes, and snippets.

View Vaidic's full-sized avatar
💥

Vaidic Joshi Vaidic

💥
View GitHub Profile
@jstangroome
jstangroome / Send-RemotingFile.ps1
Created January 22, 2011 13:04
Transfers a single file to another machine via the PowerShell Remoting protocol
#requires -version 2.0
[CmdletBinding()]
param (
[Parameter(Mandatory=$true)]
[string]
$ComputerName,
[Parameter(Mandatory=$true)]
[string]