Forum Discussion
Julie Lothrop
Oct 06, 2016Copper Contributor
looking for PS for new sign-out feature in Admin Portal
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!
- Julie LothropCopper Contributor
For those who are following, Vasil answered this in another posting in the OneDrive community:
MVPThursday
Re: OneDrive Settings in the Active Users Admin PortalIt'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.