external help file | Module Name | online version | schema |
---|---|---|---|
PS-QSYS-help.xml |
PS-QSYS |
2.0.0 |
Retrieves a list of Q-SYS core network interfaces.
Get-QSYSCoreInterfaces [-Session] <QSYS_Session> [<CommonParameters>]
Retrieves a list of Q-SYS core network interfaces, and their configuration and status information, including:
- Interface Name
- Mode (static / auto / off)
- IP Address
- Subnet Mask
- Gateway Address
- MAC Address
- LLDP Chassis ID
- LLDP Port Number
Get-QSYSCoreInterfaces -Session $qs
Name : LAN A Mode : static IPAddress : 192.168.1.42 SubnetMask : 255.255.255.0 Gateway : 192.168.1.1 MACAddress : 00:60:74:01:23:45 LLDPChassisID : 00:11:22:33:44:55 LLDPPortNumber : 4
Name : LAN B Mode : auto IPAddress : SubnetMask : Gateway : MACAddress : LLDPChassisID : LLDPPortNumber :
A Q-SYS session, as returned from New-QSYSSession
Type: QSYS_Session
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.