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

Archive Spanning license via PowerShell. #77

Closed iceo0orokz closed 4 months ago

iceo0orokz commented 4 months ago

please forward me the steps or article on how to move bulk users from Standard to Archive Spanning license via PowerShell.

SPMatthewMcD commented 4 months ago

You can use a version of the sample License Users with an Office 365 License to perform this action. When you get to the licensing step use the -LicenseType parameter to specify ARCHIVE.

iceo0orokz commented 4 months ago

got it thank you... am I able to add users in bulk to those scripts or would i need to perform it individually

SPMatthewMcD commented 4 months ago

I believe you can do it in bulk with Enable-SpanningUserList.

SPMatthewMcD commented 4 months ago

Closing as answered, reopen if necessary.