- danovich.com.au -

For the enterprise sys admin by the enterprise sys admin

  • Home
  • About
  • Contact
  • RSS Feed

12

Jan

Outlook prompting for credentials with Exchange 2007

Posted by danovich  Published in Exchange

I saw this issue again today. Outlook 2007 & 2010 were prompting for username and password at startup and randomly during use. I’ve used this fix a couple of times now. In IIS Manager navigate to the website that contains your Exchange Virtual Directories (In Exchange 2007 this is Default website, in SBS2008 this is [...]

Share

Continue reading...

Tags: authentication, credentials, Exchange 2007, IIS, kernel mode, outlook, password, username

no comment

12

Mar

Balance mailboxes across databases – Exchange 2007

Posted by danovich  Published in Exchange, Powershell

There is a fantastic script on Kurtdepauw’s blog (http://kurtdepauw.wordpress.com/2007/11/10/dbbalancer-load-balance-your-exchange-mailbox-databases/) to assist in evenly balancing your Exchange 2007 databases so they are of similar size. I have customized it slightly and highlight the 2 lines below as useful modifications: Line 78 – added ‘| Where-Object {$_.Name -notlike “Archive Storage Group”}’ – this is very useful if [...]

Share

Continue reading...

Tags: automate, balance, database, dbbalancer, Exchange 2007, mailboxes, move mailbox, powershell, script

no comment

24

Feb

Email HTML report of largest Exchange 2007 mailboxes

Posted by danovich  Published in Exchange, Powershell

This PowerShell script queries the defined Exchange 2007 server and emails in HTML format the top 25 biggest mailboxes to the defined receipents. Simply create a scheduled task and you can have a automated weekly report: # Name: top25.ps1 # Purpose: Report on the 25 largest mailboxes on an Exchange server and email this report [...]

Share

Continue reading...

Tags: biggest mailboxes, Exchange 2007, powershell, top 25 users

no comment

12

Feb

Exchange 2007 Powershell script scheduled task?

Posted by danovich  Published in Exchange, Powershell

To run a Exchange 2007 Powershell script as a scheduled task you need to call the Exchange Shell as part of the command eg: powershell -psconsolefile “C:\Program Files\Microsoft\Exchange Server\bin\exshell.psc1″ -command “& ‘your script.ps1′ “

Share

Continue reading...

Tags: Exchange 2007, powershell, Scheduled Task

no comment

10

Feb

Set Exchange 2007 mailbox limits via group membership

Posted by danovich  Published in Exchange, Powershell

Powershell and Exchange 2007 allow for setting user mailbox limits (including warning and send / receive restrictions) based on Active Directory Group Membership. For example, you can create a Powershell script that sets a 1GB mailbox limit for all users in the ‘Exchange Mailbox 1GB Storage Limit’ Active Directory Group.  Schedule this script to automatically [...]

Share

Continue reading...

Tags: Exchange 2007, groups, mailbox limits

no comment

4

Feb

Exchange 2007 BuildToBuildUpgrade error

Posted by danovich  Published in Exchange

Whilst recently installing the Hub Transport role of Exchange 2007 SP1, the installation failed because it could not start the OpsMan server (it was disabled, another story). After enabling the service I went to reinstall the role and had the error shown below, indicated that I needed to perform the “BuildToBuildUpgrade” action. After checking out [...]

Share

Continue reading...

Tags: BuildToBuildUpgrade, Exchange 2007, OpsMgr

1 comment

Recent Posts

  • Outlook profile settings ignored in Office 2010 SP1 using OCT
  • Force SCCM optional advertisement to run
  • Windows 7 on NCR RealPOS 7402
  • Free online training for System Center 2012 including SCCM

Categories

  • AntiVirus (1)
  • App-V (2)
  • Certificates (4)
  • Exchange (8)
  • Geek (19)
  • OCS / Lync (22)
  • Opalis / Orchestrator (1)
  • Scripting (27)
    • Powershell (15)
  • SMS / SCCM (60)
  • Storage (4)
  • Tools (42)
  • VMWare (3)
  • Windows (46)

Archive

  • February 2012 (1)
  • January 2012 (6)
  • December 2011 (6)
  • November 2011 (1)
  • October 2011 (4)
  • September 2011 (3)
  • August 2011 (5)
  • July 2011 (2)
  • June 2011 (1)
  • May 2011 (3)
  • April 2011 (5)
  • February 2011 (7)
  • January 2011 (5)
  • December 2010 (9)
  • November 2010 (2)
  • October 2010 (5)
  • September 2010 (3)
  • August 2010 (3)
  • July 2010 (1)
  • June 2010 (4)
  • May 2010 (4)
  • April 2010 (2)
  • March 2010 (9)
  • February 2010 (7)
  • January 2010 (8)
  • December 2009 (1)
  • November 2009 (4)
  • October 2009 (5)
  • September 2009 (3)
  • August 2009 (2)
  • June 2009 (3)
  • May 2009 (1)
  • March 2009 (2)
  • February 2009 (4)
  • January 2009 (2)
  • December 2008 (7)

Recommended Blogs

  • Michael Kleef blog
  • opsm.gr
  • Tao's System Management Blog

Tech Links

  • Best Free Windows Software
  • Dr Web online URL check
  • Environment variables
  • Live Mesh
  • Microsoft Connect
  • Microsoft Discussion Newsgroups
  • Microsoft IPD
  • Microsoft KB monitoring
  • Microsoft TechNet Forums
  • MX Lookup Tool
  • NSLookup
  • Online Script Decoder
  • PortableApps
  • Sendoid
  • Speedtest
  • SSL Certificate Check
  • This blog's 2011 annual report
  • TVCatchup.com

Recent Entries

  • Outlook profile settings ignored in Office 2010 SP1 using OCT
  • Force SCCM optional advertisement to run
  • Windows 7 on NCR RealPOS 7402
  • Free online training for System Center 2012 including SCCM
  • New licensing model for System Center 2012
  • This blog’s 2011 annual report
  • SCCM Task Sequence Monitor
  • Custom message prior to installing software
  • DameWare remote control in WinPE
  • Running program in SYSTEM context

Recent Comments

  • danovich in Edit the registry inside a WIM file
  • danovich in Nifty Powershell script to ping multiple servers
  • mahesh in Nifty Powershell script to ping multiple servers
  • Powershell script to backup Lync Se… in Scheduled task Powershell script to backup Lync Se…
  • LucyB in Edit the registry inside a WIM file
  • Configuration Manager Infrastructur… in About
  • systemcentersuite in About
  • joejoeinc in Custom message prior to installing software
  • Ivan Dretvic in Adding photos in Lync 2010
  • Michael in Slow SCCM OSD TFTP / PXE
  • Random Selection of Posts

    • Windows 7 background image doesn’t apply
    • Enable all users in an OU for Lync with Powershell
    • Unable to manage Office Communicator Group Policy settings – Extra Registry Settings
    • Free online training for System Center 2012 including SCCM
    • Email HTML report of largest Exchange 2007 mailboxes
    • Lync Server 2010 released!
    • Remove $NTUninstall and $hf_mig$ folders
© 2009 - danovich.com.au - is proudly powered by WordPress.