Tuesday, July 13, 2010
Thursday, May 6, 2010
PSEXEC to run Ipconfig on multiple servers remotely
First you'll need to get pstools which is free and then run:
psexec @serverlist.txt -n 30 ipconfig /all > output.txt
I put the -n 30 in there so it does timeout after a finite period but the amount of time can be changed based on your environment.
psexec @serverlist.txt -n 30 ipconfig /all > output.txt
I put the -n 30 in there so it does timeout after a finite period but the amount of time can be changed based on your environment.
Wednesday, March 31, 2010
MOSS Sharepoint 2007 Quota Error
Problem: When you have quota setup (for example 300MB) and a user attempts to upload a file that puts them over their site quota, you will get errors when logging in a site admin account.
Workaround: Log in to central Administration as the Production Farm Account and you will be able to increase the site quota.
Workaround: Log in to central Administration as the Production Farm Account and you will be able to increase the site quota.
Wednesday, February 10, 2010
Monday, February 8, 2010
Subscribe to:
Posts (Atom)