Results 1 to 3 of 3

Thread: Help with a Powershell command

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    19

    Question Help with a Powershell command

    Hi all. I'm trying to figure out a Powershell command I can use to get me the following information in a csv file. I'm not really proficient in powershell so this is extremely difficult. I'm just trying to find something that some has already used that I can give a try. I've tried this - https://gallery.technet.microsoft.co...e-and-3f408172 - and this - https://gallery.technet.microsoft.co...eport-c805970e - but haven't figured out how to edit them to do what I want or give me what I need. Any ideas? Again, all I need is what you see below for my entire organization. We have an Exchange 2007 server.


    DisplayName Company PrimarySmtpAddress Alias TotalItemSize(MB) Full Access Rights SendOnBehalf

  2. #2
    Junior Member
    Join Date
    Mar 2016
    Posts
    8
    hi, PowerShell can also run all the standard CMD commands (apart from internal commands), plus VBScript and Resource kit utilities.

  3. #3
    Ultimate Member rraehal's Avatar
    Join Date
    Jan 2002
    Location
    Denver, Colorado, USA
    Posts
    3,874
    It looks like you want to pull information from exchange. If that is the case you must connect to the exchange server before trying to pull information. See this article to establish the connection to the exchange server: https://technet.microsoft.com/en-us/...hg.160%29.aspx

    Is your exchange server controlled by your active directory? If so you may have this information in attributes in both the directory and exchange.
    -- Mathias

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •