SpanningCloudApps / SB365-Powershell

Spanning Backup for Office 365 REST API PowerShell Module
https://spanning.com
Apache License 2.0
11 stars 5 forks source link

How to assign Archive licenses to users #74

Closed iceo0orokz closed 8 months ago

iceo0orokz commented 11 months ago

Hello,

I can't seem to find the examples to assign and unassign an Archive license to a user. Only see for standard licenses.

Please help.

SPMatthewMcD commented 11 months ago

There isn't an example yet. You can use the PowerShell IntelliSense on Enable-SpanningUserList to get the -LicenseType parameter and pick from the validation set STANDARD or ARCHIVE.

iceo0orokz commented 11 months ago

thank you!