Public/Get-IDSession.ps1
|
# .ExternalHelp IdentityCommand-help.xml Function Get-IDSession { [CmdletBinding()] Param () Get-Variable -Name WebSession -Scope Script -ValueOnly } |
|
# .ExternalHelp IdentityCommand-help.xml Function Get-IDSession { [CmdletBinding()] Param () Get-Variable -Name WebSession -Scope Script -ValueOnly } |