Where can I find Azure storage cmdlets for PowerShell?
David Aitken's blog post and another post I cannot find anymore talk about PowerShell cmdlets within a CloudDrive example that let you manipulate Azure storage blobs and queues. W开发者_开发技巧here are these now? He refers (presumably based on Azure SDK 1.0) to a samples.zip file, but my SDK just contains a Windows Azure SDK Samples link. I cannot find CloudDrive there, although it is mentioned in this archive. Unfortunately the associated downloads omit CloudDrive. I feel this must be somewhere really obvious, but I am too stupid to find it.
Check http://www.cerebrata.com/. They have more comprehensive version of Azure Cmdlets. However, it is not free.
http://www.cerebrata.com/Products/AzureManagementCmdlets/Default.aspx
Current version of WASM works with Azure SDK 1.3 and you can download it here. To install WASM with Azure SDK 1.4 you can use workaround in this blog
If you have access to Remote Desktop to any of the deployed instances to Azure, you can just use cmdlets that are installed there. This is actually much better option if you want to debug your PowerShell script works or confirm how they run in real Azure environment.
You can use Windows Azure PowerShell which is provided by Microsoft. There are many storage PowerShell cmdlet there.
The msdn page is here.
http://msdn.microsoft.com/en-us/library/jj152841.aspx
Download Link: http://go.microsoft.com/?linkid=9811175&clcid=0x409
精彩评论