< Back
Set-ArubaIAPRadioState
Post
NAME Set-ArubaIAPRadioState
SYNOPSIS
Set the radio state (on/off) of Aruba Instant AP
SYNTAX
Set-ArubaIAPRadioState -dot11a -dot11g [[-iap_ip_addr] <IPAddress>] [<CommonParameters>]
DESCRIPTION
Configure Radio state (enable/disable for dot11a or dot11g) of Aruba Instant AP
PARAMETERS
-dot11a [<SwitchParameter>]
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-dot11g [<SwitchParameter>]
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-iap_ip_addr <IPAddress>
Required? false
Position? 1
Default value ${DefaultArubaIAPConnection}.iap_ip_addr
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-ArubaIAPRadioState -dot11a -dot11g
Enable dot11a and dot11g on IAP
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-ArubaIAPRadioState -dot11a:$false -dot11g:$false -iap_ip_addr 192.0.2.2
Disable dot11a and dot11g on IAP with address IP 192.0.2.2
RELATED LINKS
SYNOPSIS
Set the radio state (on/off) of Aruba Instant AP
SYNTAX
Set-ArubaIAPRadioState -dot11a -dot11g [[-iap_ip_addr] <IPAddress>] [<CommonParameters>]
DESCRIPTION
Configure Radio state (enable/disable for dot11a or dot11g) of Aruba Instant AP
PARAMETERS
-dot11a [<SwitchParameter>]
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-dot11g [<SwitchParameter>]
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-iap_ip_addr <IPAddress>
Required? false
Position? 1
Default value ${DefaultArubaIAPConnection}.iap_ip_addr
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-ArubaIAPRadioState -dot11a -dot11g
Enable dot11a and dot11g on IAP
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-ArubaIAPRadioState -dot11a:$false -dot11g:$false -iap_ip_addr 192.0.2.2
Disable dot11a and dot11g on IAP with address IP 192.0.2.2
RELATED LINKS