< Back

Invoke-NsxManagerSync

Sat Jan 18, 2020 9:14 pm

NAME Invoke-NsxManagerSync



SYNOPSIS

Triggers synchronisation of universal objects from a primary NSX Manager.





SYNTAX

Invoke-NsxManagerSync [[-Connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

The NSX Manager is the central management component of VMware NSX for

vSphere.



The Invoke-NsxManagerSync cmdlet triggers the universal sync service to

replicate universally scoped objects to secondary NSX Managers.



No response is returned from a successful call. Use Get-NsxManagerSyncStatus

to determine last successful sync time.





PARAMETERS

-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 1

Default value $defaultNSXConnection

Accept pipeline input? false

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:\\>Invoke-NsxManagerSync



Triggers synchronisation. May only be run on a primary NSX manager.











RELATED LINKS