Blackberry Device Models & Firmware

Model Number   Supported BlackBerry Device Software Versions BlackBerry 8830™ Version 4.2.2 BlackBerry 8800™ Version 4.2.1 BlackBerry 8707v™ Version 4.1 BlackBerry 8707g™ Version 4.1 BlackBerry 8705g™ Version 4.1 BlackBerry 8703e™ Version 4.1 BlackBerry 8700v™ Version 4.1 BlackBerry 8700r™ Version 4.1 BlackBerry 8700g™ Version 4.1 BlackBerry 8700f™ Version 4.1 BlackBerry 8700c™ Version 4.1 BlackBerry Curve™ 8320™  Version…

Password Last set & expire Date

Want to know when is the password last set for the particular user? Want to know when the password will expire for the user? Simply log on to domain controller & issue net user command. For example: net user vikas User name                    vikas Full Name                    vikas Comment User’s comment Country code                 (null) Account active               Yes…

Address rewrite agent -Lotus Domino

Addrss rewrite agent(formula language)  useful in migrations etc. XXX—Current Domain yyy—-replaced domain It can be used by holding the mails & then running the agent on it & releasing the mails finally. FIELD SendTo := @If(@Contains(SendTo;”@XXX”);@ReplaceSubstring(SendTo;”@XXX”;”@yyy”);SendTo); FIELD CopyTo := @If(@Contains(CopyTo;”@XXX”);@ReplaceSubstring(CopyTo;” @XXX”;”@yyy”);CopyTo); FIELD BlindCopyTo := @If(@Contains(BlindCopyTo;” @XXX”);@ReplaceSubstring(BlindCopyTo;”@XXX”;”@yyy”);BlindCopyTo); FIELD Recipients := @If(@Contains(Recipients;”@XXX”);@ReplaceSubstring(Recipients;”@XXX”;”@yyy”);Recipients);