Get-B1HostLocalAccess¶
SYNOPSIS¶
Checks the Bootstrap UI Local Access status for the given NIOS-X Host
SYNTAX¶
Default¶
Pipeline¶
DESCRIPTION¶
This function is used to check the Bootstrap UI Local Access status for the given NIOS-X Host
EXAMPLES¶
EXAMPLE 1¶
Get-B1HostLocalAccess -B1Host "my-host-1"
enabled time_left period B1Host
------- --------- ------ ------
True 1h 53m 46s 2h 0m 0s my-host-1
EXAMPLE 2¶
Get-B1Host | Get-B1HostLocalAccess
time_left period enabled B1Host
--------- ------ ------- ------
1h 53m 42s 2h 0m 0s True my-host-1
0h 0m 0s 2h 0m 0s False my-host-2
0h 0m 0s 2h 0m 0s False my-host-3
0h 0m 0s 2h 0m 0s False my-host-4
...
PARAMETERS¶
-B1Host¶
The name of the NIOS-X Host to check the current local access status for
Type: String
Parameter Sets: Default
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-OPH¶
The NIOS-X Host object to check the current local access status for. This accepts pipeline input from Get-B1Host
Type: PSObject[]
Parameter Sets: Pipeline
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.