< Back
Get-NSVDA
Post
NAME Get-NSVDA
SYNOPSIS
The Get-NSVDA command provide information about all the Xenapp/VDA servers
SYNTAX
Get-NSVDA [-LogErrors] [<CommonParameters>]
DESCRIPTION
Get-NSVDA provides below information
1. ServerName
2. IP address of the Xenapp/VDA Server
3. Number of session count on the Xenapp/VDA Server
4. Delivery Controller Name to which the Xenapp/VDA Server reporting.
5. Maintenamce Mode Status
6. Reporting Status
7. Last time connection time
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>This command provide information of all the Xenapp/VDA Server
Get-NSVDA
ServerName : Server01
IP : 11.10.1.11
State : Registered
IsMaintenanceModeON : False
Session Count : 2
Last Connection : 2/28/2018 9:03:56 AM
Reporting to DDC : ServerDDC01
ServerName : Server01
IP : 11.10.1.11
State : Registered
IsMaintenanceModeON : False
Session Count : 3
Last Connection : 2/28/2018 9:48:28 AM
Reporting to DDC : ServerDDC02
.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
RELATED LINKS
SYNOPSIS
The Get-NSVDA command provide information about all the Xenapp/VDA servers
SYNTAX
Get-NSVDA [-LogErrors] [<CommonParameters>]
DESCRIPTION
Get-NSVDA provides below information
1. ServerName
2. IP address of the Xenapp/VDA Server
3. Number of session count on the Xenapp/VDA Server
4. Delivery Controller Name to which the Xenapp/VDA Server reporting.
5. Maintenamce Mode Status
6. Reporting Status
7. Last time connection time
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>This command provide information of all the Xenapp/VDA Server
Get-NSVDA
ServerName : Server01
IP : 11.10.1.11
State : Registered
IsMaintenanceModeON : False
Session Count : 2
Last Connection : 2/28/2018 9:03:56 AM
Reporting to DDC : ServerDDC01
ServerName : Server01
IP : 11.10.1.11
State : Registered
IsMaintenanceModeON : False
Session Count : 3
Last Connection : 2/28/2018 9:48:28 AM
Reporting to DDC : ServerDDC02
.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
RELATED LINKS