![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Vista 64bit | Powershell Exchange 2003 Quota Defaults Do any of you perhaps know of a way to get the default mailbox store quotas ? My code is giving me values if someone set it by hand , but not what the default values are.. $Namelist = Import-CSV Namelist.csv foreach ($line in $NameList) {Get-QADUser -DisplayName $line.DisplayName -IncludedProperties 'mDBUseDefaults','mDBStorageQuota','mDBOverQuotaLimit','mDBOverHardQuotaLimit','mDBOverQuotaLimit' | Select-Object displayname,mDBUseDefaults,mDBStorageQuota,mDBOverQuotaLimit,mDBOverHardQuotaLimit,AccountIsDisabled,AccountIsLockedOut} output : DisplayName : Barah Tony mdbusedefaults : False mdbstoragequota : 450000 mdboverquotalimit : 550000 mdboverhardquotalimit : 650000 AccountIsDisabled : False AccountIsLockedOut : False DisplayName : Montaque Elvin mdbusedefaults : True mDBStorageQuota : mDBOverQuotaLimit : mDBOverHardQuotaLimit : AccountIsDisabled : False AccountIsLockedOut : False DisplayName : Copaner Justice mdbusedefaults : True mDBStorageQuota : mDBOverQuotaLimit : mDBOverHardQuotaLimit : AccountIsDisabled : False AccountIsLockedOut : False |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Exchange 2003 Powershell Script | PowerShell | |||
| Exchange 2003 Mailbox Store defaults via VBScript | VB Script | |||
| exchange 2003 with powershell | PowerShell | |||
| How to create a mailbox in Exchange 2003 using Powershell | PowerShell | |||
| Powershell on Windows XP Connecting to Exchange 2003 | PowerShell | |||