2015年8月26日
摘要:
Importing Windows 2008 R2 Hyper-V VM Into Windows 8.1For the purposes of this post, let’s try and import a VM calledAD1HC1. This was successfully expo...
阅读全文
posted @ 2015-08-26 15:38
momingliu11
阅读(4260)
推荐(0)
2015年8月7日
摘要:
1.通过性能计数器取网卡流量$public_interface = "Broadcom BCM5709C NetXtreme II GigE [NDIS VBD 客户端]"$counter = New-Object Diagnostics.PerformanceCounter$counter.Cat...
阅读全文
posted @ 2015-08-07 15:08
momingliu11
阅读(1569)
推荐(0)
2015年7月28日
摘要:
在注册表中,导航到如下位置,找到所需服务,然后修改即可:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
阅读全文
posted @ 2015-07-28 10:15
momingliu11
阅读(427)
推荐(0)
2015年7月24日
摘要:
获取性能计数器名称列表:typeperf -qx监控:typeperf.exe "\JetByte TCP Stats Perf Counters Service\IPv4: ESTABLISHED"
阅读全文
posted @ 2015-07-24 17:14
momingliu11
阅读(388)
推荐(0)
2015年7月23日
摘要:
PowerShell第一次连接Azure1.下载Azure SDK,安装azure powershell http://azure.microsoft.com/zh-cn/downloads/?rnd=12.下载azure公共设置文件(下载中国版即可,此文件包含一个编码的管理证书。该证书将作为管...
阅读全文
posted @ 2015-07-23 13:42
momingliu11
阅读(473)
推荐(0)
摘要:
获取所有Azure(云)服务Get-AzureService#查看某个云服务的LocationGet-AzureService -ServiceName tests |select location#查看某个云服务是否有RVIPGet-AzureDeployment -ServiceName tes...
阅读全文
posted @ 2015-07-23 13:39
momingliu11
阅读(327)
推荐(0)
2015年7月20日
摘要:
#创建动态通讯组,指定OU为“OU=系统组,OU=IT,OU=Allusers,DC=test19,DC=com” New-DynamicDistributionGroup -Name "xtzd" -RecipientFilter "(RecipientType -eq 'UserMailbox'
阅读全文
posted @ 2015-07-20 15:17
momingliu11
阅读(1236)
推荐(1)
2015年7月15日
摘要:
Get-MailboxDatabase | Get-MailboxStatistics | Where { $_.DisplayName -eq "白娟" } | select -Property * Update-StoreMailboxState -Database MB-FSLubao03 -
阅读全文
posted @ 2015-07-15 15:05
momingliu11
阅读(1874)
推荐(0)
2015年7月13日
摘要:
Add-PSSnapin microsoft.exchange*Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010$servers="mailbox1","mailbox2"$i_Object = New-Object PSObje...
阅读全文
posted @ 2015-07-13 21:41
momingliu11
阅读(598)
推荐(0)
2015年7月7日
摘要:
dcdiagrepadmin /showrepl"启动从dc02到dc01的复制"cmd /c "repadmin /replicate dc02 dc01 dc=uxin,dc=youxinpai,dc=com"
阅读全文
posted @ 2015-07-07 11:13
momingliu11
阅读(585)
推荐(0)