By default, the AD LDS inherits the password policy from the AD domain. In some scenarios, you may want to block it. Here are two ways to do it:1) Use ADSI Edit tool, and navigate to the 'CN=Directory Service, CN=Windows NT, CN=Services, CN=Configuration, CN={guid}' set 'ADAMDisablePasswordPolicies=1' in the Attributes.2) dsmgmt commanddsmgmt "Configurable Settings" Connections "connect … Continue reading Block password policy in AD LDS
Category: Microsoft
Install IBM V7000 Storage Management Pack in SCOM
1) Create a AD group (e.g IBM_V7000_Monitor) and add the SCOM service account in. Then link the AD group in the V7000 remote LDAP access.2) Download the IBM Storage MP from IBM fix central then install it on the SCOM server. Choose custom installation to remove the unnecessary components. In my case, I only install … Continue reading Install IBM V7000 Storage Management Pack in SCOM
HP Storage Management Pack for SCOM
The following diagram shows how to use SCOM to monitor the HP EVA storage. In my environment, the HP command view and WEBES are installed on the same server named A, SCOM and WEBES listener are installed on the same server named B. On server B, ensure the WEBES listener is listening on TCP port … Continue reading HP Storage Management Pack for SCOM
Auto Enable or Disable IE Proxy
It is painful to turn on/off the IE proxy manually in office/home. I wrote up a simple batch script to detect the location and automatically enable/disable the proxy when I login. @echo off REM Auto enable/disable IE proxy settings REM Define your proxy server here set proxy-server=my-proxy-server REM Enter the script path cd D:\scripts\batch REM … Continue reading Auto Enable or Disable IE Proxy
Turn on .NET 3.5 in Windows 8
When I tried to turn on the .NET 3.5 Framework in my Windows 8 box, it returned me this error code – 0x800F0906 Per KB2734782, the metadata for features on demand are included in Windows 8, but the binaries and other associated files are not. So Windows by default tries to download it from Windows … Continue reading Turn on .NET 3.5 in Windows 8