You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
A parameter cannot be found that matches parameter name 'Mailbox'.
+ CategoryInfo : InvalidArgument: (:) [Get-InboxRule], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Get-InboxRule
+ PSComputerName : outlook.office365.com
The text was updated successfully, but these errors were encountered:
Found my problem. Check your connection to Exchange (including the import session part).
Troubleshooting:
-[SUCCESS] I ran the 'Get-InboxRule' command locally on exchange using Exchange Management Shell
-[SUCCESS] I ran the 'Get-InboxRule' command remotely on a server with Exchange Admin Tools installed using Exchange Management Shell.
*note the Exchange PowerShell launches with an 'Auto' connect option (see windows shortcut properties)
So the issue was with the Exchange connection. After digging deeper in the script, I had an error importing the Exchange PSSession. Once resolved, the command executed successfully.
I will say some of the commands in these scripts have to be tweaked to run with On-prem exchange, though a lot stays the same
Combined with Issue #37 (Troubleshooting suggestions there) I'm guessing this is probably just an issue importing the session.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
DumpDelegatesandForwardingRules.ps1
Running as a GA with latest powershell module:
A parameter cannot be found that matches parameter name 'Mailbox'.
+ CategoryInfo : InvalidArgument: (:) [Get-InboxRule], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Get-InboxRule
+ PSComputerName : outlook.office365.com
The text was updated successfully, but these errors were encountered: