Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created November 19, 2012 23:55
Show Gist options
  • Save sandrinodimattia/4114985 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/4114985 to your computer and use it in GitHub Desktop.
Call Add-AzureFtpEndpoints.ps1
Import-AzurePublishSettingsFile 'C:\...'
Select-AzureSubscription -SubscriptionName ...
$vm = Get-AzureVM passiveftp
Add-AzureFtpEndpoints.ps1 $vm 2500 10000 10125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment