Tuesday, July 13, 2010

stsadm command reference

http://technet.microsoft.com/en-au/library/cc263384%28office.12%29.aspx

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.

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.

Wednesday, February 10, 2010

IPv4 Address Space Finally running Out!

http://www.networkworld.com/community/node/56346

Monday, February 8, 2010