Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] Unable to retrieve In-Place Archive sizing. The term 'Start-RobustCloudCommand' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. #18

Open
skghq opened this issue Sep 25, 2023 · 0 comments

Comments

@skghq
Copy link

skghq commented Sep 25, 2023

This is related to my other report: #17

We have 1841 archive mailboxes. I changed the threshold from 5000 to 1500 to force it down a separate code path to work around the timeout issue. Upon doing so I experienced the following error:

[INFO] Detected a large number of Archive Mailboxes. Implementing additional logic to account for Microsoft API performance limits. This may take some time.

[ACTION REQUIRED] In order to periodically refresh the connection to Microsoft, we need the User Principal Name used during the authentication process.

Enter the User Principal Name:
[ERROR] Unable to retrieve In-Place Archive sizing. The term 'Start-RobustCloudCommand' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelli
ng of the name, or if a path was included, verify that the path is correct and try again. 
[INFO] Disconnecting from the Microsoft Exchange Online Module
[INFO] Calculating the forecasted total storage need for Rubrik.

I was able to resolve it by moving the #region Start-RobustCloudCommand to the top of the PowerShell file so the function is defined before it is called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant