PowerShell Logo Small

Move-SmbWitnessClient



This is the built-in help made by Microsoft for the command 'Move-SmbWitnessClient', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Requests a Server Message Block (SMB) client to move the associated SMB connection from the current cluster node to the specified cluster node.

SYNTAX


Move-SmbWitnessClient [-ClientName] <String> [-DestinationNode] <String> [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Move-SmbWitnessClient requests the specified Server Message Block (SMB) client to move the associated SMB connection from the current cluster node to the specified
cluster node. Only SMB connections to a Distributed Server Name can be moved.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=294333
Get-SmbWitnessClient
Get-SmbOpenFile

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Move-SmbWitnessClient -ClientName Server1 -DestinationNode FileServer1



This example requests that the SMB client named Server1 move the associated SMB connection from the current cluster node to the cluster node named FileServer1. Note: This
cmdlet does not return any output. The Get-SmbOpenFile cmdlet can be used to validate the client that is moved. Note: The specified SMB client must have an active connection
with the cluster for this cmdlet to be effective.