ADMT & Trust Setup
Setting up trust & password export server ADMT Steps
Setting up trust & password export server ADMT Steps
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…
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…
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);
Windows Server 2003 introduces the ability to restore deleted (“tombstoned”) objects. This simple command-line utility enumerates the deleted objects in a domain and gives you the option of restoring each one. Source code is based on sample code in the Microsoft Platform SDK http://technet.microsoft.com/en-us/sysinternals/bb963906.aspx Adrestore GUI: Main features: Browsing the tombstones Domain Controller targeting Can…