Microsoft AzureStorageAccount for Powershell

使用Powershell 创建的存储账户,注意StorageAccountName只能使用小写字母以及数字, -Location参考http://www.cnblogs.com/SignalTips/p/4111101.html

PS C:\WINDOWS\system32> New-AzureStorageAccount -StorageAccountName "andersonstorage1" -Label "AndersonStorage1" -Locati
on "China East"

OperationDescription                    OperationId                             OperationStatus
--------------------                    -----------                             ---------------
New-AzureStorageAccount                 ed58cdda-fcd7-4830-a901-8e58a5cc2e7d    Succeeded

PS C:\WINDOWS\system32> New-AzureStorageAccount -StorageAccountName "andersonstorage2" -Label "AndersonStorage2" -Locati
on "China North"
OperationDescription                    OperationId                             OperationStatus
--------------------                    -----------                             ---------------
New-AzureStorageAccount                 01ce6305-44ad-48f0-9277-c13440ee98d0    Succeeded

获取存储账户信息

PS C:\WINDOWS\system32> Get-AzureStorageAccount

StorageAccountDescription :
AffinityGroup             :
Location                  : China East
GeoReplicationEnabled     : True
GeoPrimaryLocation        : China East
GeoSecondaryLocation      : China North
Label                     : AndersonStorage
StorageAccountStatus      : Created
StatusOfPrimary           : Available
StatusOfSecondary         : Available
Endpoints                 : {https://andersonstorage.blob.core.chinacloudapi.cn/,
                            https://andersonstorage.queue.core.chinacloudapi.cn/,
                            https://andersonstorage.table.core.chinacloudapi.cn/}
AccountType               : Standard_GRS
StorageAccountName        : andersonstorage
OperationDescription      : Get-AzureStorageAccount
OperationId               : ec8de9f1-a197-49f5-99e8-5a959881e728
OperationStatus           : Succeeded

WARNING: GeoReplicationEnabled property will be deprecated in a future release of Azure PowerShell. The value will be
merged into the AccountType property.

PS C:\WINDOWS\system32>

订阅账号绑定或切换存储

PS C:\WINDOWS\system32> Set-AzureSubscription -SubscriptionName ‘Free‘ -CurrentStorageAccount ‘andersonstorage2‘
PS C:\WINDOWS\system32> Get-AzureSubscription -SubscriptionName ‘Free‘

SubscriptionId            : 36b1bd18-6519-4ea5-8d90-5300a6915a25
SubscriptionName          : Free
Environment               : AzureChinaCloud
SupportedModes            : AzureServiceManagement
DefaultAccount            : Ling@SHTriathlon.partner.onmschina.cn
Accounts                  : {}
IsDefault                 : True
IsCurrent                 : True
CurrentStorageAccountName : andersonstorage2

PS C:\WINDOWS\system32>

删除存储账户

PS C:\WINDOWS\system32> Remove-AzureStorageAccount -StorageAccountName "andersonstorage"

StorageAccountName            OperationDescription          OperationId                   OperationStatus
------------------            --------------------          -----------                   ---------------
andersonstorage               Remove-AzureStorageAccount    495845d6-7818-4f3d-8b3c-9d... Succeeded

在存储账户下创建容器,可以把容器想象成的文件夹,但只能建立一层文件夹 -Permission Off/Container/Blob对应门户Private/Public Container/Public Blob

PS C:\WINDOWS\system32> New-AzureStorageContainer containeranderson -Permission Off

   Blob End Point: https://andersonstorage2.blob.core.chinacloudapi.cn/

Name                                              PublicAccess         LastModified
----                                              ------------         ------------
containeranderson                                 Off                  11/26/2014 9:49:46 AM +00:00

PS C:\WINDOWS\system32>

以下实例是创建多个容器

PS C:\WINDOWS\system32> "container1 container2 container3".split() | New-AzureStorageContainer -Permission Container

   Blob End Point: https://andersonstorage.blob.core.chinacloudapi.cn/

Name                                              PublicAccess         LastModified
----                                              ------------         ------------
container1                                        Container            11/26/2014 9:01:21 AM +00:00
container2                                        Container            11/26/2014 9:01:20 AM +00:00
container3                                        Container            11/26/2014 9:01:19 AM +00:00

Windows Azure Storage Explorers (2014)

http://blogs.msdn.com/b/windowsazurestorage/archive/2014/03/11/windows-azure-storage-explorers-2014.aspx

Blob 管理工具

http://clumsyleaf.com/products/downloads

Azure Storage Explorer (CodePlex)

http://azurestorageexplorer.codeplex.com/

CloudXplorer - explore your favorite cloud storage with ease

http://clumsyleaf.com/products/cloudxplorer

时间: 2024-10-11 03:54:12

Microsoft AzureStorageAccount for Powershell的相关文章

使用Powershell在Microsoft Azure中创建Virtual Machine

获取虚拟机镜像 PS C:\WINDOWS\system32> Get-AzureVMImage 仅获得虚拟机名 PS C:\WINDOWS\system32> (Get-AzureVMImage).ImageName 0c5c79005aae478e8883bf950a861ce0__Windows-Server-2012-Essentials-20131018-enus 0c5c79005aae478e8883bf950a861ce0__Windows-Server-2012-Essent

powershell脚本自动检核DAG

经常检查DAG复制是Exchange邮箱管理员日常任务之一,以前每天上去看也挺烦的,尤其数据库比较多的情况下.下图就是"好心"的台北同事经常提醒我检查,我的天,这要是通过EMC看还不累死.还CC我领导,搞的人怪没面子的. 几条需要注意: 一.此脚本放在exchange任一台主机运行即可. 二.Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010 添加Exchange管理模块 三.用Get-MailboxDatabase

Exchange Powershell增加模块

今天想对exchange启用Disable-mailbox这个命令,怎么都不行,没有这个命令,于是通过网络查找 可以使用如下方法,找到那个管理单元的名称了 Exchange 2007 Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin Exchange 2010 Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010 也可以用*代替 Add-PSSnapin Mic

Office 365系列之九:使用Windows PowerShell管理O365平台

正如之前我们说的,通过O365管理中心.Exchange 管理中心.Lync管理中心SharePoint 管理中心能做的事情和能够实现的需求是远远满足不了客户的时间需求的.可以使用用于 Windows PowerShell 的 Azure Active Directory 模块 cmdlet 执行 Azure AD 管理任务.而且还可以做到使用单个 Windows PowerShell 窗口连接和同时管理 Office 365.SharePoint.Exchange 和 Lync 管理任务.接下

powershell导入AD用户和启用邮箱

导入ad账号,需要两个账号,ps文件和csv文件 ps文件: Import-Csv -Encoding Unicode user.csv |foreach-Object{ $Nam=$_.name $Givn=$_.givenname $Surn=$_.surname $Passw=$_.password $Des=$_.description $City=$_.city $Emplyenum=$_.employeenumber $Mobile=$_.mobilePhone $com="@tes

Powershell管理系列(十六)在PowerShell中添加Exchange管理单元

-----提供AD\Exchange\Lync\Sharepoint\CRM\SC\O365等微软产品实施及外包,QQ:185426445.电话18666943750 每次都找那个Exchange命令行管理程序太麻烦了,其实我们可以更简单,可以直接在PowerShell控制台内直接调用Exchange的管理命令就好了. 以下是Powershell调用各个版本的Exchange. Exchange 2007 Add-PSSnapin Microsoft.Exchange.Management.Po

Powershell管理系列(十五)查询最近一个月未登录的AD账号和Exchange账号

-----提供AD\Exchange\Lync\Sharepoint\CRM\SC\O365等微软产品实施及外包,QQ:185426445.电话18666943750 今天听到群里有朋友问,想查询最近1个月未登录的AD账号,我们可以通过如下的Powershell来实现: 需求1.查询OU中所有账号的创建时间\SID\上次修改密码时间\最后一次登录时间 PowerShell查询指定OU中所有账号的创建时间\SID\上次修改密码时间\最后一次登录时间,可以通过如下命令完成:PS C:\Users\a

使用PowerShell 连接Azure

除了使用门户登入外,还可以使用PowerShell的方式来连接Azure.首先要去下载组件 http://azure.microsoft.com/en-us/downloads/?rnd=1 http://www.windowsazure.cn/downloads/#cmd-line-tools 一个是国际版的,一个是国内版,工具版本相同. 通过Web Platform Installer 来集成安装其实会根据不同操作系统安装一些组件,以下是在Window 10下需要安装的部分 查看是否有这个m

3分钟带你了解PowerShell发展历程——PowerShell各版本资料整理

本文带你了解PowerShell发展历程,顺便整理了一点资料,方便大家查询. Windows PowerShell? 是基于任务的命令行管理程序和脚本语言,专为进行系统管理而设计. 在 .NET Framework 的基础上构建的 Windows PowerShell 可帮助 IT 专业人士和高级用户控制和自动执行 Windows 操作系统以及在 Windows 上运行的应用程序的管理. UNIX 系统一直有着功能强大的脚本(shell),Windows PowerShell 的诞生就是要提供功