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
I am trying to execute the basic script which analyzes sharepoint.
However after supplying my Global Admin Account to Monkey365 I get 2 errors in the execution:
(Sorry I have german system, but errors might give you an idea what is going wrong).
.\monkey.ps1
Die Variable "$ScanSubSites" kann nicht abgerufen werden, weil sie nicht festgelegt wurde.
In C:\Program Files\WindowsPowerShell\Modules\monkey365\core\api\m365\SharePointOnline\csom\helpers\site\Get-MonkeyCSOM
SitesForUser.ps1:97 Zeichen:40
+ ScanSubSites = $ScanSubSites;
+ ~~~~~~~~~~~~~
+ CategoryInfo : **InvalidOperation: (ScanSubSites:String)** [], RuntimeException + FullyQualifiedErrorId : **VariableIsUndefined** Get-MonkeySPOApiSite : Das Argument kann nicht an den Parameter "Authentication" gebunden werden, da es NULL ist. In C:\Program Files\WindowsPowerShell\Modules\monkey365\core\api\m365\SharePointOnline\csom\helpers\site\Get-MonkeyCSOM
SitesForUser.ps1:102 Zeichen:55
+ $raw_sites = Get-MonkeySPOApiSite @p
+ ~~
+ CategoryInfo : **InvalidData: (:) [Get-MonkeySPOApiSite], ParameterBindingValidationException**
+ FullyQualifiedErrorId : **ParameterArgumentValidationErrorNullNotAllowed,Get-MonkeySPOApiSite**
WARNUNG: [11:11:54:346] - **[Get-MonkeyCSOMSitesForUser] - Unable to get site properties** using
xxxxxxxx@xxxxx.onmicrosoft.com account - warning - xxxxx.ad.xxxxxxx.de - SPSUnableToGetSites
I am using Windows 11 Enterprise 22H2. Any ideas what is going on here?
I'm currently working in a patch for this and other issues and hopefully those patch's will be merged in the develop branch sooner than later, probably this week.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I am trying to execute the basic script which analyzes sharepoint.
However after supplying my Global Admin Account to Monkey365 I get 2 errors in the execution:
(Sorry I have german system, but errors might give you an idea what is going wrong).
I am using Windows 11 Enterprise 22H2. Any ideas what is going on here?
All reactions