Monday, June 20, 2011

Cisco and Nortel Switch Storm Control

int F0/1
storm-control broadcast level 10.00 05.00
storm-control unicast level 89.00 67.00
int G0/1
storm-control broadcast level 10.00 05.00



/cfg/port 1/brate 26000
/cfg/port 2/brate 26000
/cfg/port 3/brate 26000
/cfg/port 4/brate 26000
/cfg/port 5/brate 26000
/cfg/port 6/brate 26000
/cfg/port 7/brate 26000
/cfg/port 8/brate 26000
/cfg/port 9/brate 26000
/cfg/port 10/brate 26000
/cfg/port 11/brate 26000
/cfg/port 12/brate 26000
/cfg/port 13/brate 26000
/cfg/port 14/brate 26000
/cfg/port 15/brate 26000
/cfg/port 16/brate 26000

Friday, June 3, 2011

Install Lotus Notes on Citrix or Roaming Profile Environment

The help document of IBM syntax is wrong, it is the correct syntax that I have tried many times for it

setup.exe /v"SETMULTIUSER=1 MULTIUSERBASEDIR=!APPDATA! MULTIUSERCOMMONDIR=C:\\ProgramData  CITRIX=1 "

Thursday, June 2, 2011

Copy Admin Profile to Default Profile by Sysprep in Windows 7

Unattend.xml

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CopyProfile>true</CopyProfile>
</component>
</settings>
<cpi:offlineImage cpi:source="wim://<computerName>/g$sources/install.wim#Windows 7 Professional" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


sysprep /generalize /oobe /unattend:unattend.xml

Windows 7 Delete User Profile

Computer Properties-> Advanced system settings (on the left side) -> Settings for User Profiles (in the middle) -> Select the profile you want to delete and click the delete button.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList