< Back

Get-NSBrokercontroller

Mon Jan 13, 2020 9:02 pm

NAME Get-NSBrokercontroller



SYNOPSIS

Using the Get-NSBrokercontroller will get the current status of Delivery Controllers





SYNTAX

Get-NSBrokercontroller [-LogErrors] [<CommonParameters>]





DESCRIPTION

This command provide details infoamtion about the Delivery Controllers



It contain below information.



1.Name

This section contain Delivery Controllers Name



2.No. VDA Register to DDC



This section contain Number of VDS/Xenapp servers connected to each Delivery Controllers



3.Last Active Time of Broker Service



As name describe



4.Last time contacted Licensing Server



As name describe



5.Licensing Server State as per Borker Service



As name describe









6.Status





.EXAMPLE.1



We can use this command as below



PS C:\\Users\\nadsiddi> Get-NSBrokercontroller





Name : Server01

State : Active

No. VDA Register to DDC : 11

Last Active Time of Broker Service : 2/27/2018 1:06:17 PM

Last time contacted Licensing Server : 2/24/2018 1:29:23 AM

Licensing Server State as per Borker Service : 2/24/2018 1:29:23 AM



Name : Server02

State : Active

No. VDA Register to DDC : 2

Last Active Time of Broker Service : 2/27/2018 1:06:17 PM

Last time contacted Licensing Server : 2/24/2018 1:27:48 AM

Licensing Server State as per Borker Service : 2/24/2018 1:27:48 AM







.EXAMPLE.2



Using the below methoid will help to collect the error log at error.log file



Get-NSBrokercontroller -Error 'E:\\Scripts\\Nadeem-Testing\\error.log'





.EXAMPLE.3



Using the below methoid will help to catch the warning messages under the variable $Catchwarning



Get-NSBrokercontroller -WarningVariable $Catchwarning





PARAMETERS

-LogErrors [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? true (ByValue)

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





RELATED LINKS