Sync-RaiserEdgeNXT Cmdlet
Syncs BlackBaud Raiser's Edge NXT data.
Syntax
Sync-RaiserEdgeNXT [parameters]
Remarks
The Sync-RaiserEdgeNXT cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-RaiserEdgeNXT -OAuthClientId "MyOAuthClientId" -OAuthClientSecret "MyOAuthClientSecret" -SubscriptionKey "MySubscriptionKey" -CallbackURL "http://localhost:33333" Sync-RaiserEdgeNXT -Connection $conn -Table "Constituents"