Removes one or more Sitecore user sessions.
Remove-Session -InstanceId <String[]>
Remove-Session [-Instance] <Session>
The Remove-Session command removes user sessions in Sitecore.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Specifies the Sitecore SessionID.
Required?
true
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Specifies the Sitecore user sessions.
Required?
true
Position?
1
Default Value
Accept Pipeline Input?
true (ByValue)
Accept Wildcard Characters?
false
The input type is the type of the objects that you can pipe to the cmdlet.
Accepts a user session.* Sitecore.Web.Authentication.DomainAccessGuard.Sessio
The output type is the type of the objects that the cmdlet emits.
None.
Help Author: Adam Najmanowicz, Michael West