TestimoX

API Reference

Command

Get-ADXSiteLinks

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Replication.SiteLinkInfoEx ADPlayground.Replication.SiteLinkScheduleRow ADPlayground.Replication.SiteLinksSummary

Lists site links with cost, options, and schedule summary; or provides an aggregate summary.

Examples

Authored help example

Example 1: All site links with schedule


Get-ADXSiteLinks -HasSchedule | Select-Object Name,AllowedHourCount,Options
        

Example 2: Links with notify and two-way sync enabled


Get-ADXSiteLinks -Option UseNotify,TwoWaySync | Select-Object Name,Options,Cost
        

Example 3: Summary counts and cost stats


Get-ADXSiteLinks -Summary
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax