• 如何在Windows Server 2008 R2啟用Aero特效

    1.安裝Desktop Experience Feature後,重啟伺服器.
    2.登入伺服器,並將Themes服務改為自動啟動類型後再重啟伺服器.
    3.就可以使用Aero特效.

  • Easy printer一段時間無法redirect

    問題現象 - Easy printer無法帶入印表機

    問題成因 - monitor driver cause issue

    解決方案 –

    在此次的案例中發現是3rd Party Language Monitor導致此問題,以HP LaserJet P1006 Language Monitor為例

    1. Start Registry Editor.

    2. Locate and then click the following registry subkey:

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Monitors\HP LaserJet P1006 Language Monitor

    3. On the File menu, click Export.

    4. In the File name box, type hp1006lm, and then click Save.

    Note: If you want to restore this registry subkey, double-click the HPprinter.reg file that you save in this step.

    5. Right-click the HP LaserJet P1006 Language Monitor registry entry, and then click Delete.

    6. Click Yes.

    7. Exit Registry Editor, and then restart the Spooler Service.

    8. Rename the hp1006lm.DLL file to " hp1006lm.OLD" The file is in the following location:

    C:\WINDOWS\system32\hp1006lm.DLL

    若是有發現此狀況可以參考以下文件備份刪除所有非微軟printer monitor,留下預設的項目

    Error message: Spooler subsystem app has encountered a problem and needs to close

    http://support.microsoft.com/kb/810894

  • DPM Agent 無法由Console自動刪除

    Note: 在您修改DB DPMDB時,請先備份.

    . Perform the following queries:

    Select * from tbl_AM_InstalledAgent

    Select * from tbl_AM_Server

    您可以找到agent. 請修改下列values:

    · Deleted: 0 -> 1

    · DeletedDateTime NULL -> a date/time

    · Enabled: 1 -> 0

    例如:

    clip_image001[4]

    修改values後,請update table 重新開啟DPM console. 您將可以看到Agent從Console被移除.

    您可以使用以下語法來update您的Table.

    UPDATE [DPMDB].[dbo].[tbl_AM_InstalledAgent]
       SET [Deleted] = 1
          ,[DeletedDateTime] = GETDATE()
          ,[Enabled] = 0
    WHERE [ServerId] = 'AE3E7216-CDB7-449D-B116-225B8EDC5E3D'
    AND InstallID = '69885250-DA0E-440B-9B1C-006DD614125C'

    請修改紅色部分,修改成您要刪除的Agent ServerId 與 InstallID.

    您也可以使用powershell指令,開啟DPM管理介面執行

    Remove-ProductionServer.ps1 <DPM Server Name> <Protected Server Name>

  • Windows 2008 server security event view delegate setting (Corrupt security descriptor)

    Problem
    =======

    Windows 2008 server security event view delegate setting (Corrupt security descriptor)

    image

    Solution
    ========
    1.    Log on as admininstrator.
    2.    Click Start, click Run, type regedit, and then click OK.
    3.    Locate and then click the following registry subkey:
           HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\Security
    4.    Right-click this subkey and press Permissions.
    5.    click Add to add the current user to the group, and click Full control and Read for this user.
    6.    restart the machine and log on as a normal user.

  • SCOM 2007,The scheduled SQL reports don't contain the graph in the pdf file

    Problem
    ========

    The scheduled SQL reports don't contain the graph in the pdf file

    Level: Error
    EventID: 108 Source:
    Report Server Windows Service
    Message: Report Server Windows Service (instancename) cannot load the EnterpriseManagementChartControl extension.

    Solution
    ===========

    To resolve this problem, add the following information to the ReportingServicesService.exe.config file in the ReportServer\bin directory:

    <dependentAssembly>
    <assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" />
    <bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0" />
    </dependentAssembly>
    <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
    <assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" />
    <bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0" />
    </dependentAssembly>