-
this article is very useful. http://sqlblog.com/blogs/john_paul_cook/archive/2008/03/23/using-wireless-with-hyper-v.aspx
-
:\Windows\System32>subst /? Associates a path with a drive letter. SUBST [drive1: [drive2:]path] SUBST drive1: /D drive1: Specifies a virtual drive to which you want to assign a path. [drive2:]path Specifies a physical drive and path you want to assign to a virtual drive. /D Deletes a substituted...
-
you need adsiedit.msc to find the path. Forest level setting Name: msDS-Behavior-Version Path: CN=Partitions, CN=Configuration, DC=<Forestrootdomain>, DC=com Value: 0 or not set=mixed level forest 1=Windows Server 2003 interim forest level 2=Windows Server 2003 forest level 3=Windows Server 2008...
-
Account lockout issue must be a common issue and most SA will feel boiling about it. here is an very useful tool for this. %2073C264C8.png?download&psid=1" rel="WLPP"> download it from http://lockoutfixer.cz.cc ---- hope helps.
-
powershell: Get-WmiObject -Query 'select * from Win32_QuickFixEngineering' | ? {$_.installedon -like "*2010" } |sort installedon -descending | ft hotfixid,installedon WMIC(shipped with windows by default) wmic qfe get description,HotFixID,InstalledOn | findstr -i "2010"
-
net share D=D:\ 共享D盘 net use \\ip\ipc$ " " /user:" " 建立IPC空链接 net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: \\ip\c$ 登陆后映射对方C:到本地为H: net use \\ip\ipc$ /del 删除IPC链接 net use h: /del...
-
diruse这是一个support tools中的工具,即使在有ps的情况下,依然还是如此好用。展示一下: [PS] C:\Documents and Settings\exadmin>diruse /m "d:\Exchange server 2007" Size (mb) Files Directory 815.88 16679 SUB-TOTAL: D:\EXCHANGE SERVER 2007 815.88 16679 TOTAL: D:\EXCHANGE SERVER 2007 [PS] C:\Documents and Settings\exadmin>diruse...
-
1stop all sql services 2run cluster res "SQL Group" /removecheck: "Software\Microsoft\Microsoft SQL Server\ MSSQL.1\MSSQLSERVER" 3 modify sql cluster node sql startup parameter to default use regedit HKLM\Software\Microsoft\Microsoft SQL Server\ MSSQL.1\MSSQLSERVER default start parameter...
-
Windows 2003 root CA can not start certsvc service with error 0x80092013 this issue related with crl rev checking. so let’s disable the crl check function. run commad in cmd prompt: certutil –setreg ca\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE then restart certsvc services and then restart in certsvc mmc...
-
if you meet such issue logon certsvr of windows server 2008 r2 failed with 401 even use valid credentials solution: in windows 2008 r2 CA website should move NTLM provider to top for windows authentication of certsrv folder.
-
in CMD use wmic can do many things. in powershell gwmi is similar, here is some examples (include copy content) wmic volume where(drivetype=3) get name,label wmic bios get name,smbiosbiosversion,manufacturer wmic computersystem get Name,workgroup,NumberOfProcessors,manufacturer,Model %205FCCD5EE.png...
-
HP eva 8100 does not have a easy way to find weather supoort windows 2008 cluster from HP website or website search engine. The main issue is after running the test cluster wizard in windows 2008 or windows 2008 r2, a report shows that scsi-3 is not support. After a long research, i found that in the...
-
这个问题困扰了某人很久,众说纷纭!N多微软的技术专家也表示该操作无法完成。当然了,这只是中国区的一个独特现象。于是,某人意外的通过BE备份的时候发现,该配置是可以备份还原到其他服务器上的。那么究竟有没有理论根据呢?其实,这个是一个非常细节的问题,微软有KB描述如何进行此操作。请参看 http://support.microsoft.com/kb/308664
-
Risk and Health Assessment Program is short as known as RAP which should be Microsoft Services Department PFE engineer use only. But you can still download silmilar tools from microsoft download website: http://www.microsoft.com/downloads/en/results.aspx?freetext=Risk+and+Health+Assessment&displaylang...
-
虽然native boot出来很久了,一直没时间跑测试。今天比较闲,玩一下。首先,google reader上看了会 苏繁的blog ,然后就开始做了。 1-安装windows 2008 r2 2-在diskmgmt.msc中创建一个VHD,并attach。然后初始化,创建分区并格式化vhd磁盘。 这里我创建的VHD磁盘为fixsize,40GB大小。 3-使用imagex来部署windows 2008 r2 系统。目前最新版的imagex请到这里下载: http://cid-f934535afc3723ba.skydrive.live.com/browse.aspx/.Public/imagex...