锐志社区
锐意进取、志存高远
2010大学生.NET暑期训练营上海、海南两地——MVP专家团队领衔新技术课程:ASP.Net MVC、Linq、JQuery、Entity Framework

按标签浏览博客文章

当前显示的是 博客 里的标签和帖子. 你也可以查看 整个网站的所有标签
对不起,当前没有更多可用于过滤的标签了。
  • using wireless NIC from Hyper-V virtual machine.

    this article is very useful. http://sqlblog.com/blogs/john_paul_cook/archive/2008/03/23/using-wireless-with-hyper-v.aspx
    发表于 MVPsBlog 作者 IT daily Sharing 时间 09-26-2010
    标签:标签:
  • subst

    :\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...
    发表于 MVPsBlog 作者 IT daily Sharing 时间 09-02-2010
    标签:标签:
  • confirm your domain function level version

    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...
    发表于 MVPsBlog 作者 IT daily Sharing 时间 07-11-2010
    标签:标签:
  • Lockout fixer [freeware]

    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.
    发表于 MVPsBlog 作者 IT daily Sharing 时间 07-03-2010
    标签:标签:
  • get installed patch list on the local computer

    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"
    发表于 MVPsBlog 作者 IT工作日志 时间 06-12-2010
    标签:标签:
  • net

    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...
    发表于 MVPsBlog 作者 IT工作日志 时间 06-09-2010
    标签:标签:
  • diruse:查询文件夹以及大小

    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...
    发表于 MVPsBlog 作者 IT工作日志 时间 06-09-2010
    标签:标签:
  • restore sql cluster stratup parameter to default

    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...
    发表于 MVPsBlog 作者 IT工作日志 时间 05-11-2010
    标签:标签:
  • can not start certsvc with error 0x80092013

    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...
    发表于 MVPsBlog 作者 IT工作日志 时间 05-06-2010
    标签:标签:
  • logon certsvr of windows server 2008 r2 failed with 401 even use valid credentials

    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.
    发表于 MVPsBlog 作者 IT工作日志 时间 04-24-2010
    标签:标签:
  • wmic

    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...
    发表于 MVPsBlog 作者 IT工作日志 时间 04-05-2010
    标签:标签:
  • hp EVA 8100 support windows 2008 cluster scsi-3

    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...
    发表于 MVPsBlog 作者 IT工作日志 时间 03-20-2010
    标签:标签:
  • windows 磁盘quota能备份并还原到其他服务器上么?

    这个问题困扰了某人很久,众说纷纭!N多微软的技术专家也表示该操作无法完成。当然了,这只是中国区的一个独特现象。于是,某人意外的通过BE备份的时候发现,该配置是可以备份还原到其他服务器上的。那么究竟有没有理论根据呢?其实,这个是一个非常细节的问题,微软有KB描述如何进行此操作。请参看 http://support.microsoft.com/kb/308664
    发表于 MVPsBlog 作者 IT工作日志 时间 03-06-2010
    标签:标签:
  • Risk and Health Assessment Program

    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...
    发表于 MVPsBlog 作者 IT工作日志 时间 02-12-2010
    标签:标签:
  • windows 2008 r2 native boot 测试

    虽然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...
    发表于 MVPsBlog 作者 IT工作日志 时间 01-30-2010
    标签:标签:
页 1 / 2 (16 项) 1 2 下一页 >
华大锐志软件开发涡轮式项目实训——华大锐志学员作品部分展示
上海锐学计算机科技有限公司
Powered by Community Server (Commercial Edition), by Telligent Systems