Browse Forum Posts by Tags

Showing related tags and posts for the Ask the Experts group. See all tags in the site
  • Using send-mailmessage cmdlet...?

    I am trying to use the send-mailmessage cmdlet, but im runninng into a problem where I am getting a "Send-MailMessage : The remote certificate is invalid according to the validation procedure." error. I'm running the cmd like this: send-mailmessage -to <address> -from <address>...
    Posted to PowerShell for Exchange (Forum) by jwhite on 04-22-2012
    Filed under: remoting, Exchange, remote, powershell, powershell command:scripts, exchange2010, powershellshell
  • Multi-Mailbox search using Powershell?

    We are in a hosted Exchange environment (Live@Edu). I'd like to script some multi-mailbox searches using powershell (and probably importing the "From:" addresses from a csv file). I gather either Search-Mailbox or New-MailboxSearch are used (New-MailboxSearch is asynchronous, and seems...
    Posted to PowerShell for Exchange (Forum) by joe.kelley on 05-11-2012
    Filed under: Exchange, powershell, exchange 2010, powershell command:scripts, exchange2010, search, Advanced Query Syntax
  • Exchange Scripting Question

    Hi, I'm trying to create a script that will check to see if a user in a list (text document) is on litigation hold, and if so print it out on the screen. Below is what I have : foreach ($alias in get-content C:\Windows\system32\scripts\testusers.txt) { Get-Mailbox -Identity $alias | fl LitigationHoldEnabled...
    Posted to PowerShell for Exchange (Forum) by sahinboluk on 05-07-2013
    Filed under: Exchange, powershell, exchange 2010, Powershell command:, powershell command:scripts, exchange2010, Exchange 2003 to 2010
  • Setup an Out Of Office text reply on a deprovisioned user's mailbox

    I would like to Setup an Out Of Office text reply on a deprovisioned user's mailbox using powershell. I need to have auto reply whenever the user account in active directory is disabled. would you provide me the scripts? We would like to set up auto out of office reply for disabled/deprovisioned...
    Posted to PowerShell for Exchange (Forum) by bareedaa on 05-15-2013
    Filed under: Exchange, powershell, exchange 2010, Powershell command:, powershell command:scripts, exchange2010, activedirectory, powershellshell, Exchange 2003 to 2010, Powershell command
Page 1 of 1 (4 items)
Copyright 2012 PowerShell.com. All rights reserved.