-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Labels
Area-FileSystem-Providerspecific to the FileSystem providerspecific to the FileSystem providerIssue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productKeepOpenThe bot will ignore these and not auto-closeThe bot will ignore these and not auto-closeWG-Cmdlets-Managementcmdlets in the Microsoft.PowerShell.Management modulecmdlets in the Microsoft.PowerShell.Management moduleWG-Engine-FormatWG-RemotingPSRP issues with any transport layerPSRP issues with any transport layer
Description
Using Invoke-Command to get the folder list from a remote computer an empty table is displayed, this seems a problem with the formatting of the output.
Steps to reproduce
Invoke-Command {Get-ChildItem $env:APPDATA} -ComputerName buildsrv1Expected behavior
Actual behavior
Additional Notes
The object returned by the command seems ok, If i pipe the Invoke-Command to Select-Object or Format-List the output is correct
Environment data
Name Value
---- -----
PSVersion 7.0.0-preview.4
PSEdition Core
GitCommitId 7.0.0-preview.4
OS Microsoft Windows 10.0.18995
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
mattcargile, tolgabalci and jszabo98
Metadata
Metadata
Assignees
Labels
Area-FileSystem-Providerspecific to the FileSystem providerspecific to the FileSystem providerIssue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productKeepOpenThe bot will ignore these and not auto-closeThe bot will ignore these and not auto-closeWG-Cmdlets-Managementcmdlets in the Microsoft.PowerShell.Management modulecmdlets in the Microsoft.PowerShell.Management moduleWG-Engine-FormatWG-RemotingPSRP issues with any transport layerPSRP issues with any transport layer



