Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 637 Bytes

Test-ICXSession.README.md

File metadata and controls

34 lines (21 loc) · 637 Bytes

Test-ICXSession

Test if a session is a valid Brocade ICX session.

Description

Test if a session is a valid Brocade ICX session and managed by the BrocadeICX module.

Screenshot

Syntax

Test-ICXSession [-Session] <PSObject> [<CommonParameters>]

Example 1

PS> $Session = Get-ICXSession -SessionID 0
PS> Test-ICXSession -Session $Session
    
true

Example 2

PS> "Test" | Test-ICXSessions

false