looking for PS for new sign-out feature in Admin Portal

Copper Contributor

I am FirstRelease so this may not be visible to all, but I am now seeing OneDrive settings for users in the Admin Portal. Fantastic to see a "sign-out" feature which signs the user out of all Office 365 sessions across all devices. What I'm wondering is if anyone has seen the Powershell for this feature? I am working on an automated immediate termination script and think this would just be the cherry on top of this ice cream sundae! onedrivesettings.png

1 Reply

For those who are following, Vasil answered this in another posting in the OneDrive community:

Vasil Michev

 
Re: OneDrive Settings in the Active Users Admin Portal

It's all sessions across SharePoint/ODFB, not across all O365 workloads. The cmdlet is Revoke-SPOUserSession, you need the SPO PowerShell module to run it.