码迷,mamicode.com
首页 >  
搜索关键字:powershell dsc    ( 2491个结果
Azure Powershell管理多订阅及证书
由于我的电脑曾经管理过两个Azure订阅,这两天在上传VHD文件到Azure时出现了“找不到存储账号”及“证书不匹配”的问题。场景还原第一天使用Azure账号A上传VHD,没有出现问题。第二天使用Azure账号B上传VHD是,出现了如下提示”Thestorageaccountwasnotfound”再次核对Azure管..
分类:系统相关   时间:2014-10-15 21:42:01    阅读次数:253
利用powershell script每个月定期从microsoft download网站上抓补丁
This artical will be published in English also:http://www.cnblogs.com/LarryAtCNBlog/p/4026695.html本人所在的公司对于安全性要求较高,除了平时各种内网加密外网firewall之外,对于server所使用的...
分类:Web程序   时间:2014-10-15 19:48:51    阅读次数:290
Use powershell script to download windows patches monthly
My company concerns security, request us to deploy the newest patches on our servers in time, even we have firewall/encryption internally.With the num...
分类:Windows程序   时间:2014-10-15 18:54:51    阅读次数:472
【转载】Powershell连接世纪互联Office365
$User = "admin@contoso.com"$PWord = ConvertTo-SecureString –String "password" –AsPlainText -Force$Credential = New-Object –TypeName System.Management....
分类:系统相关   时间:2014-10-15 14:00:30    阅读次数:683
不一样的命令行 – Windows PowerShell简介 之 “蛋疼的伪装–Profile”详细实现
(本文的修改方法参照http://www.cnblogs.com/grapeot/archive/2010/02/22/1670822.html,只是详细列出修改的步骤之一。)通过修改profile来实现,profile的介绍见http://technet.microsoft.com/en-us/l...
分类:Windows程序   时间:2014-10-14 16:12:58    阅读次数:279
不一样的命令行 – Windows PowerShell简介 (转载)
转载自http://www.cnblogs.com/grapeot/archive/2010/02/22/1670822.html,谢谢博主。引子一直很羡慕Linux的命令提示符(当然他们叫Shell)。正则表达式,管道,各种神奇的命令,组合起来就能高效完成很多复杂的任务。效率实在是高。流了n年的哈...
分类:Windows程序   时间:2014-10-13 16:06:39    阅读次数:316
Azure PowerShell (6) 设置Virtual Machine Endpoint
《Windows Azure Platform 系列文章目录》 请注意: - Azure不支持增加Endpoint Range - 最多可以增加Endpoint数量为150 http://azure.microsoft.com/zh-cn/documentation/articles...
分类:系统相关   时间:2014-10-11 17:31:45    阅读次数:253
Azure PowerShell (5) 使用Azure PowerShell创建简单的Azure虚拟机和Linux虚拟机
《Windows Azure Platform 系列文章目录》 之前给大家介绍很多关于Windows Azure的内容,基本上都是通过Windows Azure Management Portal来创建的。这种创建方式虽然直观简单,但是如果IT管理员需要同时创建1000台Azure服务的话,工...
分类:系统相关   时间:2014-10-10 19:23:34    阅读次数:290
PowerShell 扩展工具第二波!
在DSCPull 模式下获取PullClient在DSCPull模式下我们无法通过界面获取当前PullServer 配置适用节点计算机本次我们带来全新命令扩展:“PullServerNodestatus”在该扩展中包含一个全新命令Get-DSCPullClientStatus该命令将从指定的DSC Pullserver中获取当前应用配置的节点计算机..
分类:系统相关   时间:2014-10-10 16:15:54    阅读次数:241
为高效工作,运用powershell winrar 、unrar等 批量压缩、解压缩rar文件
为高效工作,运用powershell winrar 、unrar等 批量压缩、解压缩rar文件首先在电脑上找到winrar,或者unrar所在地,我的win7 x64下 :winrar 在 'C:\Program Files (x86)\WinRAR\WinRAR.exe'unrar 在 'c:/P...
分类:Windows程序   时间:2014-10-10 14:58:30    阅读次数:623
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!