-
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>...
-
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
-
I'm having this issue with using multiple variables in exchange powershell. Basically I have $var1 and $var2. I have an if,else statement that is looking at those two variables. Upon either of them being eq - true, they provide a service restart capability. This works fine, the problem is that if...
-
So I am running a function and one of the commands requires the users to have a mailbox in the forest. I am running test-owaconnectivity, and when I'm running it against individual servers instead of the array, I have to enter my creds in the env to test. That part i got figured out, problem is how...