jhorsman
11/13/2017 - 10:44 AM

Get all applications ids from the Tridion Sites Core Service

Get all applications ids from the Tridion Sites Core Service

Import-Module Tridion-CoreService
$client = Get-TridionCoreServiceClient

($client.GetApplicationIds()).count
$client.GetApplicationIds()