jan-h
1/6/2016 - 4:56 PM

Get global appdata for SDL Tridion Content Manager with the Core Service Raw

Get global appdata for SDL Tridion Content Manager with the Core Service Raw

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

#global app data
$data = $core.ReadAllApplicationData("")
[System.Text.Encoding]::Unicode.GetString($data.Data)