![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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) |
| | exchange 2003 with powershell i understand exchange 2007 supports powershell, but i m still using exchnage 2003. Can i use powershell to perform admin tasks on exchange 2003 ? |
My System Specs![]() |
| | #2 (permalink) |
| | Re: exchange 2003 with powershell IT Staff wrote: Quote: > i understand exchange 2007 supports powershell, but i m still using > exchnage 2003. > > Can i use powershell to perform admin tasks on exchange 2003 ? > > > proper class exits... What are you looking to do exactly? -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #3 (permalink) |
| | Re: exchange 2003 with powershell You can also use the Quest AD cmdlets if you need to do something AD related on Exchange 2003 AD objects. -- Kirk Munro [MVP] Poshoholic http://www.poshoholic.com "Marco Shaw [MVP]" <marco.shaw@_NO_SPAM_gmail.com> wrote in message news:#u1mDbzUIHA.5516@xxxxxx Quote: > IT Staff wrote: Quote: >> i understand exchange 2007 supports powershell, but i m still using >> exchnage 2003. >> >> Can i use powershell to perform admin tasks on exchange 2003 ? >> >> >> > Yes, you can use WMI to manage Exchange 2003. Now, as long as the proper > class exits... > > What are you looking to do exactly? > > -- > Microsoft MVP - Windows PowerShell > http://www.microsoft.com/mvp > > PowerGadgets MVP > http://www.powergadgets.com/mvp > > Blog: > http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #4 (permalink) |
| | Re: exchange 2003 with powershell Some of the Exchange 2007 cmdlets will work against Ex 2003 servers if you have a mixed environment -- Richard Siddaway Please note that all scripts are supplied "as is" and with no warranty Blog: http://richardsiddaway.spaces.live.com/ PowerShell User Group: http://www.get-psuguk.org.uk "Kirk Munro [MVP]" wrote: Quote: > You can also use the Quest AD cmdlets if you need to do something AD related > on Exchange 2003 AD objects. > > -- > Kirk Munro [MVP] > Poshoholic > http://www.poshoholic.com > > "Marco Shaw [MVP]" <marco.shaw@_NO_SPAM_gmail.com> wrote in message > news:#u1mDbzUIHA.5516@xxxxxx Quote: > > IT Staff wrote: Quote: > >> i understand exchange 2007 supports powershell, but i m still using > >> exchnage 2003. > >> > >> Can i use powershell to perform admin tasks on exchange 2003 ? > >> > >> > >> > > Yes, you can use WMI to manage Exchange 2003. Now, as long as the proper > > class exits... > > > > What are you looking to do exactly? > > > > -- > > Microsoft MVP - Windows PowerShell > > http://www.microsoft.com/mvp > > > > PowerGadgets MVP > > http://www.powergadgets.com/mvp > > > > Blog: > > http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #5 (permalink) |
| | Re: exchange 2003 with powershell example : Can i check the queue in the exchange 2003 or how many emails per mailbox in exchange 2003 ? Are there samples ? "Marco Shaw [MVP]" <marco.shaw@_NO_SPAM_gmail.com> wrote in message news:%23u1mDbzUIHA.5516@xxxxxx Quote: > IT Staff wrote: Quote: >> i understand exchange 2007 supports powershell, but i m still using >> exchnage 2003. >> >> Can i use powershell to perform admin tasks on exchange 2003 ? >> >> >> > Yes, you can use WMI to manage Exchange 2003. Now, as long as the proper > class exits... > > What are you looking to do exactly? > > -- > Microsoft MVP - Windows PowerShell > http://www.microsoft.com/mvp > > PowerGadgets MVP > http://www.powergadgets.com/mvp > > Blog: > http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #6 (permalink) |
| | Re: exchange 2003 with powershell IT Staff wrote: Quote: > example : Can i check the queue in the exchange 2003 or how many emails per > mailbox in exchange 2003 ? > > Are there samples ? http://dmitrysotnikov.wordpress.com/...exchange-2003/ Even if you've never used PowerGUI, Dmitry does a good job of putting a lot of Exchange 2003 WMI information in one blog post. -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #7 (permalink) |
| | Re: exchange 2003 with powershell I do not have access to exchange boxes as it is outsourced. However i have domain admin permission to view exchange boxes. Must i run powershell *AT* the physical exchange box or i can run remotely from xp machine ? I m using powehell ver 1.0 "Marco Shaw [MVP]" <marco.shaw@_NO_SPAM_gmail.com> wrote in message news:eSFMZj$UIHA.5596@xxxxxx Quote: > IT Staff wrote: Quote: >> example : Can i check the queue in the exchange 2003 or how many emails >> per mailbox in exchange 2003 ? >> >> Are there samples ? > This is a useful post: > http://dmitrysotnikov.wordpress.com/...exchange-2003/ > > Even if you've never used PowerGUI, Dmitry does a good job of putting a > lot of Exchange 2003 WMI information in one blog post. > > -- > Microsoft MVP - Windows PowerShell > http://www.microsoft.com/mvp > > PowerGadgets MVP > http://www.powergadgets.com/mvp > > Blog: > http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #8 (permalink) |
| | Re: exchange 2003 with powershell IT Staff wrote: Quote: > I do not have access to exchange boxes as it is outsourced. > > However i have domain admin permission to view exchange boxes. > > Must i run powershell *AT* the physical exchange box or i can run remotely > from xp machine ? I m using powehell ver 1.0 Exchange 2003 WMI classes. You can use get-wmiobject from your local computer with PowerShell installed to do a remote WMI query to a Exchange 2003 server. If I remember correctly though, there may be problems with PowerShell, WMI and passing alternate credentials. Now, if your Exchange 2003 is outsourced, unless you have some kind of secure connection to the system, it is likely that remote WMI calls (that uses RPC over TCP) will likely be blocked by firewalls that separate you. -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Powershell Exchange 2003 Quota Defaults | PowerShell | |||
| Exchange 2003 Powershell Script | PowerShell | |||
| Powershell script needed for Exchange 2003 | PowerShell | |||
| How to create a mailbox in Exchange 2003 using Powershell | PowerShell | |||
| Powershell on Windows XP Connecting to Exchange 2003 | PowerShell | |||