本篇将介绍如何在VMM下用PowerShell强制删除VM。 在使用VMM的时候,有时候会遇到无法删除VM的情况。这种情况常常发生在错误的操作,或者Virtual Host出现错误。 当使用右键删除无法实现功能的时候,你可以使用PowerShell来删除。 1. 首先确保你的VMM Machine 已经安装了VMM PowerShell,如果没安装需要运行一下命令: Import-Module “C:program filesMicrosoft System Center 2012Virtual Machine ManagerbinpsModulesvirtualmachinemanagervirtualmachinemanager.psd1” 2. 试验vmm powershell是否正常安装切运行,运行一下命令: Get-VMMServer -ComputerName localhost 如果现实本地计算机的资料,就证明VMM Powershell已经正常安装了。…
Author: NICK
本篇将介绍如何调试Cisco设备SNMP Community String 在使用System Center Operation Manager Network Management时,SCOM会要求提供SNMP Community String。 SNMP Community String是交换机或路由器本身的一个标记。 如果交换机和路由器本身本标记了SNMP Community String,当SCOM的标记和路由器交换机的标记相同时,将被列为可信。 SNMP Community String还分为两种一种是Read-Only,一种是Read-Write。 SCOM仅仅需要RO,也就是Read-only。 如何调试,登陆到交换机或路由器,输入以下命令: snmp-server community public…
本篇将介绍如何在Server 2012下安装PowershellWebAccess 当Windows Server 2012 Core安装之后,需要安装Windows Feature PowerShellWebAccess Install-WindowsPowerShellWebAccess 然后需要建立一个Self-Signed Certifacate,如果有真的证书就更好了。 安装好PSWA之后需要安装PSWA Web Application。 Install-PswaWebApplication 然后是添加证书到网站的https头中。 最后是添加AuthorizationRule 以下命令仅仅是一个例子,是允许admin账户登录到任意计算机,用户需要根据自己的实际情况来编写Rule: Add-PswaAuthorizationRule ‘admin’ * microsoft.powershell
5 emerge –sync 6 eselect news list 7 eselect profile list 8 eselect profile list 9 ls usr/share/zoneinfo/ 10 cp usr/share/zoneinfo/NZ /etc/timezone 11 echo “NZ”…
本篇将介绍如何用GPO来开启对目标站点的compatibility view。 如果你需要对特定站点进行compatibility view,你可以尝试用Group Policy来解决此类问题。 打开Group Policy Management Computer Configuration >> Policies >> Administrative Templates >> Windows Components >> Internet Explorer >> Compatibility View >>…
当你在使用Word和Excel的时候,难免遇到需要将Excel中的数据推送到Word当中,并且可以及时更新。 本篇将介绍如何让Word和Excel Link with each other。 本篇适用于Office 2007,Office 2010,Office 2013。 1. 首先打开Excel,复制你想要复制的数据。 2. 打开Word,点击Paste >> Paste Special >> Paste Link >> Unformatted Text >> OK…
本篇将介绍如何用Group Policy来实现Internet Trust Zone中的设置,从而实现centralized control。 登陆到AD服务器,打开Group Policy Management: 找到Computer Configuration >> Administrative Templates >> Windows Components >> Internet Explorer >> Internet Control Panel >> Security…
本篇将介绍如何设置Samsung Galaxy SIII 呼叫转移。 呼叫转移一经设置好,本机所接到的电话将全部转移到目标电话,无论开机或者关机。 如何设置: 1. 点击电话 2. 按下功能键(椭圆按钮的左侧) 3. 电话设置(call settings) 4. 呼叫转移(call forward) 5. 输入目标电话号码 都设置好之后,电话就会自动转移到目标号码。
本篇将介绍如何使用Group Policy下的Enforce和Block规则。 在Group Policy被执行的时候,依照的顺序为Local, OU, Domain, Site。 但是如果,其中任何的Policy被Enforce,顺序将依照Site, OU, Domain, Local。 如果,Policy被Block Inheritance就意味着,所在的OU将不执行所有在其以上的Policy,但是仅执行当前OU的Policy。 如何Enforce Policy或Block Policy? 右键单击Policy选择Enforce或Block。
当Exchange Server重启之后,哪些服务必须启动? What Exchange Service should be running after the restart? 以下的服务必须启动: 当然有一些服务会随着启动重启而启动,但是有些功能则需要手动启动。 确保以下的所有服务启动后,你的Exchange Server就应该正常运行。 MSExchangeAB Microsoft Exchange Address Book MSExchangeADTopology Microsoft Exchange Active Directory…