Browse Forum Posts by Tags

Showing related tags and posts for the Ask the Experts group. See all tags in the site
  • Recycling an IIS AppPool in powershell...

    I have put together a script that pulls a list of servers in the array and then tests outlook and owa connectivity to each. I also added a menu that allows a restart of selected services on all servers that show an error in connectivity. What im wanting to do is be able to recycle or restart an IIS AppPool...
    Posted to PowerShell for Exchange (Forum) by jwhite on 02-13-2012
    Filed under: InvokeCommand, remoting, ImportPSSession, Exchange, script block, powershell, exchange 2010, array
  • Show a menu based on multiple variables!

    I'm writing a script in powershell. What I want to have happen, is to have a menu to restart a service appear based on an error being detected on the server. Say a service is not running, or outlook does not pass a connectivity test, I want the script to use both variables in determining to show...
    Posted to PowerShell for Exchange (Forum) by jwhite on 02-14-2012
    Filed under: InvokeCommand, remoting, Exchange, script block, remote, powershell, exchange 2010, Powershell command:
  • Re: Add event logs to a transcript!

    Ok so I was doing some further digging and realized that when a file in in use by start-transcript, that file appears to become locked from use by any other cmdlets. So what I did was this: start-transcript output file is C:\transcript.txt Run cmdlet, run test stop-transcript get-eventlog >> C...
    Posted to PowerShell for Exchange (Forum) by jwhite on 02-28-2012
    Filed under: InvokeCommand, remoting, Exchange, script block, powershell, exchange 2010, Powershell command:
  • How do I use Invoke-Command correctly?

    Im trying to run the command test-outlookconnectivity -protocol:tcp or http -trustanysslcert:$true. I'm wanting to run it on a remote machine as if I were on the machine, and have the output returned to the screen of the local machine. As stated in this article: http://technet.microsoft.com/en-us...
    Posted to PowerShell for Exchange (Forum) by jwhite on 03-07-2012
    Filed under: InvokeCommand, remoting, Exchange, script block, remote, powershell, exchange 2010, Powershell command:
  • Re: Recycling an IIS AppPool in powershell...

    This is what I'm looking for. Ill post again if i have issues. Cheers.
    Posted to PowerShell for Exchange (Forum) by jwhite on 02-14-2012
    Filed under: InvokeCommand, remoting, Exchange, remote, powershell, exchange 2010, array, Powershell command:
  • Re: Recycling an IIS AppPool in powershell...

    Wonderful! I'm gonna try that. Cheers.
    Posted to PowerShell for Exchange (Forum) by jwhite on 02-14-2012
    Filed under: InvokeCommand, remoting, Exchange, powershell, exchange 2010, Powershell command:
Page 1 of 1 (6 items)
Copyright 2012 PowerShell.com. All rights reserved.