This is a handy powershell script which can be used to gather organisation mailbox settings, which can then be imported into excel for reporting. Get-Mailbox | get-mailboxstatistics |Ft displayname,itemcount, @{label=”total MB”;expression={$_.TOTALITEMSIZE.Value.ToMB()}} >c:mailbox.txt
Continue ReadingTag: 2007
Change MOSS and WSS Passwords
@echo off rem for more info please see http://support.microsoft.com/kb/934838 rem central admin echo *** Updating Central Admin password “%commonprogramfiles%Microsoft SharedWeb server extensions12BINStsadm.exe” -o updatefarmcredentials -userlogin %1 -password %2 rem other app pools echo *** Updating
Continue ReadingMOSS 2007 with SP1 slipstream download
you can download the full slipsteam version of MOSS 2007 with SP1 here: Office SharePoint Server 2007 with SP1 (32 bit) http://www.microsoft.com/downloads/details.aspx?FamilyId=2E6E5A9C-EBF6-4F7F-8467-F4DE6BD6B831&displaylang=en Office SharePoint Server 2007 with SP1 (64 bit) http://www.microsoft.com/downloads/details.aspx?FamilyId=3015FDE4-85F6-4CBC-812D-55701FBFB563&displaylang=en Download the OfficeServerwithSp1.exe executable
Continue Reading