PowerShell Logo Small

Get-SmbWitnessClient



This is the built-in help made by Microsoft for the command 'Get-SmbWitnessClient', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Retrieves information about the Server Message Block (SMB) clients connected to the SMB witness servers in a cluster.

SYNTAX


Get-SmbWitnessClient [[-ClientName] <String[]>] [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-State <State[]>] [-ThrottleLimit
<Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SmbWitnessClient cmdlet retrieves information about Server Message Block (SMB) witness client registrations with SMB witness servers
in a failover cluster. SMB witness clients can register for notification for multiple resources in the failover cluster, so there may be
multiple entries for the same SMB witness client.



<

RELATED LINKS

Move-SmbWitnessClient

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-SmbWitnessClient
Client Computer Name Witness Node FileServer FileServer Network Name Client State Resources
Notifications Notifications Notifications
Name Node Name IPAddress Monitored Sent Cancelled Queued
-------------------- -------------- -------------- -------------- ------------ ------------ -------------
------------- ------------- -------------
Server1 FileServer1 FileServer2 FSCluster Requested ... 3 0
0 0
Server2 FileServer2 FileServer1 FSCluster Requested ... 3 0
0 0



This example retrieves information about the all of the SMB clients connected to the SMB witness servers in a cluster.




EXAMPLE 2

PS C:\> Get-SmbWitnessClient -ClientName Server1
Client Computer Name Witness Node FileServer FileServer Network Name Client State Resources
Notifications Notifications Notifications
Name Node Name IPAddress Monitored Sent Cancelled Queued
-------------------- -------------- -------------- -------------- ------------ ------------ -------------
------------- ------------- -------------
Server1 FileServer1 FileServer2 FSCluster Requested ... 3 0
0 0



This example retrieves information about the SMB client named Server1 connected to the SMB witness servers in a cluster.