# Use the static class to get the list of sessions then for each session kick the user using the session id. [Sitecore.Web.Authentication.DomainAccessGuard]::Sessions | % { [Sitecore.Web.Authentication.DomainAccessGuard]::Kick($_.SessionId) }
No comments:
Post a Comment