SpanningCloudApps / SB365-Powershell

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

Disable-SpanningUser doesn't work. #29

Closed hemingsent closed 3 years ago

hemingsent commented 3 years ago

When using Disable-SpanningUser a license is never removed. I have also tried Disable-SpanningUsersFromCSVAdvanced and the same thing happens. I can share output if you would like.

I revoked my API key and tried another generated one but the same issue persists.

hemingsent commented 3 years ago

Just saw there was a new release, I will try to read first next time :D .

MatthewMcD commented 3 years ago

If it isn’t working in this latest release please let me know. I have another release coming on Tuesday for the new bulk endpoint that we’d prefer you use for licenses.

Either way let me know and I’ll help out!

Matthew

Pardon the typos, sent from my mobile phone.


From: hemingsent @.> Sent: Friday, March 26, 2021 10:55:33 AM To: SpanningCloudApps/SB365-Powershell @.> Cc: Subscribed @.***> Subject: Re: [SpanningCloudApps/SB365-Powershell] Disable-SpanningUser doesn't work. (#29)

Closed #29https://github.com/SpanningCloudApps/SB365-Powershell/issues/29.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/SpanningCloudApps/SB365-Powershell/issues/29#event-4514731965, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABZVMUVXJW5C4BLEAF4GP23TFSU7LANCNFSM4Z3ULVTA.

hemingsent commented 3 years ago

This was my fault. I was using the old version of SB365 without realizing Disable-SpanningUsersFromCSVAdvanced was deprecated. After I updated the module all is working. Thanks!