Script (Read-only for obvious reasons)
$SessionProxy.ResultTextBox.Text = Get-ChildItem c:\sdk | foreach {$_.fullname} ;
Output