http://www.dslreports.com/forum/r18328013-DHCP-Problems-With-Cisco-871
...for your DHCP reservation, do a sh ip dhcp binding. Find your DHCP lease and look at the Client-ID. If you find your mac address prepended by a 01, or something else, remove the hardware-address setting under your reservation and replace it with client-identifier and the address found under sh ip dhcp binding. Then do a clear ip dhcp bind *, and do a release and renew on your PC...
Saturday, November 8, 2008
Wednesday, August 6, 2008
Outlook Signature Lost on Roaming Profile
http://support.microsoft.com/kb/837019
When you use a roaming profile and you start Outlook 2003 on a different computer than where you created your new, reply, and forwarding e-mail signatures, the registry subkeys for your e-mail signatures are deleted.
When you use a roaming profile and you start Outlook 2003 on a different computer than where you created your new, reply, and forwarding e-mail signatures, the registry subkeys for your e-mail signatures are deleted.
Monday, July 28, 2008
Exchange Auto-Forward
in exchange system manager, go to global settin...
in exchange system manager, go to global settings, internet messaging format. Right click on Default domain and go to properties, then to advanced, and make sure "allow auto forward" is turned on.
http://techrepublic.com.com/5208-11192-0.html?forumID=50&threadID=177339&messageID=1803450
in exchange system manager, go to global settings, internet messaging format. Right click on Default domain and go to properties, then to advanced, and make sure "allow auto forward" is turned on.
http://techrepublic.com.com/5208-11192-0.html?forumID=50&threadID=177339&messageID=1803450
Thursday, April 3, 2008
Tuesday, March 11, 2008
Monday, March 3, 2008
Reset multiple user passwords in AD
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci1053871,00.html
Output a list of the names by exporting them from AD. Then you can use a simply FOR statement to reset the accounts. Let's say your text file is names.txt:
FOR /F %I in (names.txt) do NET USER %I [password] /DOMAIN
Replace [password] with the password you want to reset the accounts to. You will of course have to be logged in with domain admin privileges.
Output a list of the names by exporting them from AD. Then you can use a simply FOR statement to reset the accounts. Let's say your text file is names.txt:
FOR /F %I in (names.txt) do NET USER %I [password] /DOMAIN
Replace [password] with the password you want to reset the accounts to. You will of course have to be logged in with domain admin privileges.
Subscribe to:
Posts (Atom)