< Back
Connect-ArubaIAP
Post
NAME Connect-ArubaIAP
SYNOPSIS
Connect to a Aruba Instant Access Point
SYNTAX
Connect-ArubaIAP [-Server] <String> [-Username <String>] [-Password <SecureString>] [-Credentials <PSCredential>]
[-iap_ip_addr <IPAddress>] [-SkipCertificateCheck] [-port <Int32>] [<CommonParameters>]
DESCRIPTION
Connect to a Aruba Instant Access Point
PARAMETERS
-Server <String>
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Username <String>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Password <SecureString>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credentials <PSCredential>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-iap_ip_addr <IPAddress>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SkipCertificateCheck [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-port <Int32>
Required? false
Position? named
Default value 4343
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:\\>Connect-ArubaIAP -Server 192.0.2.1
Connect to a Aruba Instant Access Point with IP 192.0.2.1 using (Get-)credential
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -iap_ip_addr 192.0.2.2
Connect to a Aruba Instant Access Point with IP 192.0.2.1 and IAP IP (query AP) 192.0.2.2 using (Get-)credential
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -SkipCertificateCheck
Connect to an Aruba Instant Access Point using HTTPS (without check certificate validation) with IP 192.0.2.1
using (Get-)credential
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -port 4443
Connect to an Aruba Instant Access Point with port 4443 with IP 192.0.2.1 using (Get-)credential
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>$cred = get-credential
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -credential $cred
Connect to a Aruba Instant Access Point with IP 192.0.2.1 and passing (Get-)credential
-------------------------- EXAMPLE 6 --------------------------
PS C:\\>$mysecpassword = ConvertTo-SecureString aruba -AsPlainText -Force
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -Username admin -Password $mysecpassword
Connect to a Aruba Instant Access Point with IP 192.0.2.1 using Username and Password
RELATED LINKS
SYNOPSIS
Connect to a Aruba Instant Access Point
SYNTAX
Connect-ArubaIAP [-Server] <String> [-Username <String>] [-Password <SecureString>] [-Credentials <PSCredential>]
[-iap_ip_addr <IPAddress>] [-SkipCertificateCheck] [-port <Int32>] [<CommonParameters>]
DESCRIPTION
Connect to a Aruba Instant Access Point
PARAMETERS
-Server <String>
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Username <String>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Password <SecureString>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credentials <PSCredential>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-iap_ip_addr <IPAddress>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SkipCertificateCheck [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-port <Int32>
Required? false
Position? named
Default value 4343
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:\\>Connect-ArubaIAP -Server 192.0.2.1
Connect to a Aruba Instant Access Point with IP 192.0.2.1 using (Get-)credential
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -iap_ip_addr 192.0.2.2
Connect to a Aruba Instant Access Point with IP 192.0.2.1 and IAP IP (query AP) 192.0.2.2 using (Get-)credential
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -SkipCertificateCheck
Connect to an Aruba Instant Access Point using HTTPS (without check certificate validation) with IP 192.0.2.1
using (Get-)credential
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -port 4443
Connect to an Aruba Instant Access Point with port 4443 with IP 192.0.2.1 using (Get-)credential
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>$cred = get-credential
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -credential $cred
Connect to a Aruba Instant Access Point with IP 192.0.2.1 and passing (Get-)credential
-------------------------- EXAMPLE 6 --------------------------
PS C:\\>$mysecpassword = ConvertTo-SecureString aruba -AsPlainText -Force
PS C:\\>Connect-ArubaIAP -Server 192.0.2.1 -Username admin -Password $mysecpassword
Connect to a Aruba Instant Access Point with IP 192.0.2.1 using Username and Password
RELATED LINKS