I need get $a and $b in remote session
$a = 'aaa'
$b = 'bbb'
Enter-PSSession <computername>
[computername]: PS C:UsersuserprofileDocuments>
...
I need get $a and $b here, but I don’t know how..
I need get $a and $b in remote session
$a = 'aaa'
$b = 'bbb'
Enter-PSSession <computername>
[computername]: PS C:UsersuserprofileDocuments>
...
I need get $a and $b here, but I don’t know how..