Powershell in Windows RT fails to Run Implicit Remoting to Powershell 2.0
Votes from Connect: 11
Original Date Submitted: 11/5/2012 5:15:07 AM
Description:
Contact Information
Handle: Sean Kearney
Site Name: PowerShell
Feedback ID: 770035
Frequency: Always Happens
Regression: No, this is new to the most recent version
Problem Description:
When Executing a PS-Remoting Session from a Microsoft Surface Device with Windows RT using Powershell 3.0 to Powershell 2.0 on a remote server (with defined trusts in WinRM) Implicit remoting fails
An interactive session on the x64 Remote server works fine, but using an IMPORT-PSSESSION with -prefix parameter fails to produce any available cmdlets.
EXPORT-PSSESSION will produce a module on the local Windows RT device but the module will not load and execute
Product Studio item created by Connect Synchronizer due to creation of feedback ID 770035 (http://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=770035).
Repro Steps:
Add Client system as "Trusted" I WinRM on remote host
Add remote Host as "Trusted" on WinRM in Windows RT device
execute
$s=NEW-PSSESSION -computer Netbios1 -credential (GET-CREDENTIAL)
(enter credentials for WinRM remoting on Remote system Netbios1)
IMPORT-PSSESSION $S -prefix XX
(To produce new verbs with an "XX" prefix from the remote system)
Expected Results:
If you would like to run something like GET-CHILDITEM C:\THISFOLDER (as an example on the remote system) and store the results in $X
$X=GET-XXCHILDITEM C:\THISFOLDER
It should execute "GET-CHILDITEM C:\THISFOLDER" on remote System NETBIOS1
It fails as the cmdlets do not appear as available cmdlets on the local system
BUT
ENTER-PSSESSION $S
GET-CHILDITEM C:\THISFOLDER
Works fine
Internal BugId: 3937
