< Back

Get-NShardware

Fri Jan 10, 2020 9:54 pm

NAME Get-NShardware



SYNOPSIS

The get-nshardware command gets hardware details about the netscaler.





SYNTAX

Get-NShardware [[-session] <nitro_service>] [<CommonParameters>]





DESCRIPTION

Use the get-NShardware command to get details about the NetScaler harware such as serial number and host ID. It

requires a nitro_service object as input which is requested using get-nitrosession.





PARAMETERS

-session <nitro_service>

This mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and

pipelined into this command.



Required? false

Position? 0

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

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

com.citrix.netscaler.nitro.service.nitro_service

This mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and

pipelined into this command.





OUTPUTS

com.citrix.netscaler.nitro.resource.config.ns.nshardware





---------- EXAMPLE 1 ----------



get-nshardware



Get details about the hardware.



RELATED LINKS