< Back

Get-NSldapserver

Fri Jan 10, 2020 9:55 pm

NAME Get-NSldapserver



SYNOPSIS

The get-NSldapserver returns an ldap server configuration.





SYNTAX

Get-NSldapserver [-name <string>] [-session <nitro_service>] [<CommonParameters>]





DESCRIPTION

use to fetch details of an ldap server (action). Returns an object.





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? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-name <string>

Specifies the name of the ldap server (ldap action)



Required? false

Position? named

Default value

Accept pipeline input? true (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.



System.String

Specifies the name of the ldap server (ldap action)





OUTPUTS

com.citrix.netscaler.nitro.resource.config.authentication.authenticationldapaction





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



get-nsldapserver



returns all ldap servers.

---------- EXAMPLE 2 ----------



get-nsldapserver -name ldap-srv



returns ldap server named ldap-srv



RELATED LINKS