PowerShell Logo Small

Move-SmbClient



This is the built-in help made by Microsoft for the command 'Move-SmbClient', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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] [<CommonP
arameters>]



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 specifie
d 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 activ
e connection with the cluster for this cmdlet to be effective.