peterlyttle
Technical User
Hello,
Im currently trying to execute this command on a remote server -
Locally it runs fine and gives me the Window Titles, on investigation it doesnt work remotely so I looked at using WinRM to execute the command on the server. This doesnt work either.
Anyone have any ideas?
Cheers,
Peter
Im currently trying to execute this command on a remote server -
Code:
Get-Process | Select-Object MainWindowTitle
Locally it runs fine and gives me the Window Titles, on investigation it doesnt work remotely so I looked at using WinRM to execute the command on the server. This doesnt work either.
Code:
Get-PSSession server.domain
[server.domain]Get-Process | Select-Object MainWindowTitle
Anyone have any ideas?
Cheers,
Peter