2008年11月11日

最近新出的 SCOM2007的Management Pack

MP:Windows Server 2000/2003/2008 Active Directory
Release:11/7/2008 (6.0.6452.0)
Link:http://www.microsoft.com/downloads/details.aspx?FamilyId=008F58A6-DC67-4E59-95C6-D7C7C34A1447&displaylang=en&displaylang=en

MP:Windows DHCP Server 2000/2003/2008
Release:11/7/2008(6.0.6452.0)
Link:http://www.microsoft.com/downloads/details.aspx?FamilyId=2694E87C-76E0-417B-AD0F-5897E46FFF88&displaylang=en&displaylang=en

MP:SQL Server MP for OpsMgr 2007
Release:10/29/2008(6.0.6441.0)
Link:http://www.microsoft.com/downloads/details.aspx?FamilyId=8C0F970E-C653-4C15-9E51-6A6CADFCA363&displaylang=en&displaylang=en

News for System Center Operations Manager 2007 R2

This is one of the most exciting demo's I've seen. Barry is on the
Operations Manager team - he does cross platform stuff. In this demo - the
same one shown during Bob Muglia's MMS Keynote - Barry uses Ops Man to manage an
application that is spread across SQL Server, Oracle, MySQL, Apache, and IIS,
hosted on Windows, Solaris, Suse, and Redhat. All using open standards for
management.


http://mschnlnine.vo.llnwd.net/d1/edge/6/4/8/barry1_2MB_edge.wmv

2008年11月8日

TechEd 2008 Session MG310 安装证书脚本

if {%1} equ {/?} goto USAGEif {%1} equ {-?} goto USAGEif {%1} equ {?} goto USAGEif {%1} equ {} goto USAGE
set subjectname=%1set certpath=%systemdrive%\OMCertificates
mkdir %certpath%
rem Get the CA's certcertutil -f -config dc.lan.com\SCOMCA -ca.cert %certpath%\CACertificate.cer
rem Move the CA's cert to the "Trusted Root Authorities" storecertutil -f -addstore Root %certpath%\CACertificate.cer
rem Create an INF request file with the specified subjectnamedel %certpath%\RequestConfig.infecho [NewRequest] > %certpath%\RequestConfig.infecho Subject="CN=%subjectname%" >> %certpath%\RequestConfig.infecho Exportable=TRUE >> %certpath%\RequestConfig.infecho KeyLength=1024 >> %certpath%\RequestConfig.infecho KeySpec=1 >> %certpath%\RequestConfig.infecho KeyUsage=0xf0 >> %certpath%\RequestConfig.infecho MachineKeySet=TRUE >> %certpath%\RequestConfig.infecho [EnhancedKeyUsageExtension] >> %certpath%\RequestConfig.infecho OID=1.3.6.1.5.5.7.3.1 >> %certpath%\RequestConfig.infecho OID=1.3.6.1.5.5.7.3.2 >> %certpath%\RequestConfig.inf
rem Create a binary request file from the INF
del %certpath%\BinaryRequest.reqCertReq -New -f %certpath%\RequestConfig.inf %certpath%\BinaryRequest.req
rem Submit the request to our CA and save the certificateCertReq -Submit -f -config "dc.lan.com\SCOMCA" %certpath%\BinaryRequest.req %certpath%\NewCertificate.cer
rem This step needed to import the private key. Also puts the certificate in the local computer personal store.certreq -accept %certpath%\NewCertificate.cer
MOMCertImport.exe /SubjectName %subjectname%
goto END
:USAGEecho.echo GetCert.cmd FQDN_of_machineecho Example: GetCert.cmd Computer01.Contoso.comecho Gets and installs a cert from CA cahost.contoso.com (CorpCA) appropriate for OMv3, and also gets and installs CA cert so this CA is trusted.echo.
:END

TechEd 2008 Session MG310 视频Demo2 - 维护窗口

下载地址:
http://lovelord.3adisk.com/ 选择WBMM_New_Final.avi 维护窗口

TechEd 2008 Session MG310 视频Demo1 - 证书通讯

视频下载地址:
http://lovelord.3adisk.com/ 选择Cert_import.avi 证书通讯。