< Back

Get-ArubaMCShowCmd

Sat Jan 18, 2020 8:34 pm

NAME Get-ArubaMCShowCmd



SYNOPSIS

Get the result of a cli command on Aruba Mobility Controller





SYNTAX

Get-ArubaMCShowCmd [-cmd] <String> [<CommonParameters>]





DESCRIPTION

Get the result of a cli command.





PARAMETERS

-cmd <String>



Required? true

Position? 2

Default value

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:\\>Get-ArubaMCShowCmd -cmd "Show running-config"



This function give you the result of output of cmd parameter











RELATED LINKS