码迷,mamicode.com
首页 >  
搜索关键字:powershell 解锁账号 重置密码    ( 2648个结果
【转载】Powershell获取世纪互联Office365中所有用户的OWA时区
get-mailbox -resultsize unlimited | Get-MailboxRegionalConfiguration | select Identity,TimeZone | where {$_.TimeZone -ne "China Standard Time"} | Expo...
分类:系统相关   时间:2014-10-17 13:43:44    阅读次数:237
SQL反模式学习笔记20 明文密码
2014-10-1710:50:26目标:恢复或重置密码反模式:使用明文存储密码 1、存储密码 使用明文存储密码或者在网络上传递密码是不安全的。 如果攻击者截取到你用来插入(或者修改)密码的sql语句,就可以获得密码。 黑客获取密码的方式有很多种: (1)在客户端和服务...
分类:数据库   时间:2014-10-17 13:38:21    阅读次数:223
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!