While testing settings in a development enviroment, i needed a simple way to reflect and discover shared runtime ressources, with powershell of cause!
[System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.Solutions.BTARN.Shared”)
$runtimeValue = [Microsoft.Solutions.BTARN.Shared.RuntimeGlobal]::DataDbConnectionString
Write-Host $runtimeValue
easy ;)
Michael Høtoft
791e2f6c-51dc-46b8-9e1d-19e6da61c35c|0|.0
Sharepoint Server
PowerShell