Get-R1PromotionStagedResource
Get-R1PromotionStagedResource
SYNOPSIS
Returns the resources staged for export.
SYNTAX
Get-R1PromotionStagedResource [<CommonParameters>]
DESCRIPTION
Returns the resources staging found, grouped by kind: naming contexts, data sources, settings, jars, sync topologies and connectors.
EXAMPLES
Example 1
Get-R1PromotionStagedResource
Returns everything staged for export.
Example 2
(Get-R1PromotionStagedResource).namingContexts
Returns just the staged naming contexts.
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
None
OUTPUTS
psRadiantOne.StagedResources
NOTES
This command has not been exercised against a live deployment, so its behaviour rests on the published API definition alone.