Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
allspice
2.5
Public/Get-SpiceworksSession.ps1
function
Get-SpiceworksSession
{
Param
(
[
Parameter
(
)
]
[int]
$id
)
$Global:SpiceworksSessions
|
?
{
$_
.
id
-match
$id
}
}