-
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:
-
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:
-
I'm trying to run the test-mailflow cmdlet, within the invoke-command cmdlet. I'm on a Client Access Server and I can issue the test-mapiconnectivity cmdlet against a user. However in order to run the test-mailflow cmdlet, I need to be on the mailbox server that the user is on. I'm referencing...
Posted to
PowerShell for Exchange
(Forum)
by
jwhite
on
07-31-2012
Filed under: InvokeCommand, remoting, Exchange, remote, exchange 2010, Powershell command:, exchange2010, powershellshell
-
This is what I'm looking for. Ill post again if i have issues. Cheers.