• Unable to start ACS collector service - ERROR 0x80092004

    Problem Description: ================ When Customer try to start the ACS Collection Service Customer receive Could not start Operations Manager Collection Service on Local Computer. ERROR 0x80092004: Cannot find object or property. Event ID...
  • How to export DHCP scopes list?

    a) In DHCP console, locate the DHCP scopes that the computer with static IP address may belongs to. b) Right click on the “Address leases”, click export list. c) Type a name for the exported list, select csv format, click save. d) Open the exported file...
  • HyperV after unexpect snapshop missimg

    O: (Objective)[Environment] ====================== 在某些意外情況下snapshop 與原來的VHD失去關聯,希望可以還原先前的snapshop ,我們只能將設定merge,無法將狀態還原回到原來的關連狀況 A: (Assessment) ============== Note:請注意當問題發生時不要變動或是去開啟原來的VHD source這樣導致無法還原snapshop 以下提供將snapshot的盤merge到虛擬磁盤中的方法...
  • 連線到Windows 2008 terminal server的錯誤

    連線到Windows 2008 terminal server出現以下錯誤, 遠端電腦中斷了工作連線,因為授權通訊協助發生錯誤, 請試著重新連線到遠端電腦,或與您的伺服器系統管理員連絡. 解決方法: 1.安裝terminal license server 2.調整終端機服務授權模式
  • 如何將WMI還原預設值?

    如果您懷疑系統WMI元件損毀,產生一些無法預期的現象,可以做以下的動作。 1.將以下的文字存成一個BAT檔。 net stop winmgmt cd %windir%\system32\wbem del Repository /s /q for /f %%s in ('dir /b /s %windir%\system32\wbem\*.dll') do regsvr32 /s %%s net start winmgmt 2.點二下執行即可。