PowerShell Logo Small

Update-ClusterNetworkNameResource



This is the built-in help made by Microsoft for the command 'Update-ClusterNetworkNameResource', 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

Registers existing Network Name resources with a DNS server in a way that does not interrupt cluster availability.

SYNTAX


Update-ClusterNetworkNameResource [[-Name] <StringCollection>] [-Cluster <String>] [-InputObject <PSObject>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Update-ClusterNetworkNameResource cmdlet registers existing Network Name resources with a DNS server in a way that does not interrupt cluster availability.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321082
Get-ClusterResource
Update-ClusterIPResource

REMARKS

<

Examples


Example 1

PS C:\>Get-ClusterResource "Cluster Name" | Update-ClusterNetworkNameResource
Name State OwnerGroup ResourceType
---- ----- ---------- ------------
Cluster Name Online Cluster Group Network Name



This example registers the Network Name resources of the local cluster with a DNS server.