Results 1 to 4 of 4

Thread: Powershell 'Get-Mailbox' command

  1. #1
    Join Date
    Jan 2009
    Posts
    140

    Powershell 'Get-Mailbox' command

    Hi, I want help regarding powershell's 'Get-Mailbox' command. I'm new to powershell and i am trying to learn powershell. I wan't to experiment with the 'Get-Mailbox' command... Can anyone please help me!?

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: Powershell 'Get-Mailbox' command

    I'm not too familiar with powershell commands, but i have some information about the command : "Use the Get-Mailbox cmdlet to view mailbox objects and attributes, to populate property pages, or to supply mailbox information to other tasks. " Hope this helps!

  3. #3
    Join Date
    Jan 2009
    Posts
    140

    Re: Powershell 'Get-Mailbox' command

    Thanks! Thats gives the outline of what the command does. I don't know the command's syntax. Can anyone help me with that? Would be really great. Well powershell is too difficult to understand and remember, any replacement can anyone think about ? Well at the moment, the syntac would help...

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Powershell 'Get-Mailbox' command

    Code:
    get-Mailbox [-Identity <MailboxIdParameter>] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-IgnoreDefaultScope <SwitchParameter>] [-OrganizationalUnit <OrganizationalUnitIdParameter>] [-ReadFromDomainController <SwitchParameter>] [-RecipientTypeDetails <RecipientTypeDetails[]>] [-ResultSize <Unlimited>] [-SortBy <String>]
    Code:
    get-Mailbox [-Credential <PSCredential>] [-DomainController <Fqdn>] [-IgnoreDefaultScope <SwitchParameter>] [-OrganizationalUnit <OrganizationalUnitIdParameter>] [-ReadFromDomainController <SwitchParameter>] [-RecipientTypeDetails <RecipientTypeDetails[]>] [-ResultSize <Unlimited>] [-Server <ServerIdParameter>] [-SortBy <String>]

    Code:
    get-Mailbox [-Credential <PSCredential>] [-Database <DatabaseIdParameter>] [-DomainController <Fqdn>] [-IgnoreDefaultScope <SwitchParameter>] [-OrganizationalUnit <OrganizationalUnitIdParameter>] [-ReadFromDomainController <SwitchParameter>] [-RecipientTypeDetails <RecipientTypeDetails[]>] [-ResultSize <Unlimited>] [-SortBy <String>]

    Code:
    get-Mailbox [-Credential <PSCredential>] [-DomainController <Fqdn>] [-Filter <String>] [-IgnoreDefaultScope <SwitchParameter>] [-OrganizationalUnit <OrganizationalUnitIdParameter>] [-ReadFromDomainController <SwitchParameter>] [-RecipientTypeDetails <RecipientTypeDetails[]>] [-ResultSize <Unlimited>] [-SortBy <String>]

    Code:
    get-Mailbox [-Anr <String>] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-IgnoreDefaultScope <SwitchParameter>] [-OrganizationalUnit <OrganizationalUnitIdParameter>] [-ReadFromDomainController <SwitchParameter>] [-RecipientTypeDetails <RecipientTypeDetails[]>] [-ResultSize <Unlimited>] [-SortBy <String>]

Similar Threads

  1. Equivalent UNIX 'cut' command in Windows Powershell
    By Echa in forum Software Development
    Replies: 2
    Last Post: 27-02-2012, 08:44 PM
  2. Access from command line using the PowerShell
    By Ander K in forum Software Development
    Replies: 4
    Last Post: 29-12-2010, 06:41 AM
  3. What is Windows PowerShell
    By Antonio1 in forum Windows Software
    Replies: 3
    Last Post: 12-11-2009, 06:30 PM
  4. Powershell using if statement with not?
    By Ekavir in forum Operating Systems
    Replies: 3
    Last Post: 17-02-2009, 09:47 PM
  5. Replies: 1
    Last Post: 18-05-2007, 01:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,432,987.98030 seconds with 16 queries