Would someone please confirm what type of remoting used by -ComputerName parameter of Powershell cmdlets. E.g. Get-Service, Get-EventLog. I am trying to get some information remotely. I tried Get-CimInstance, it didn't work. I tried Get-WmiObject, it didn't work either. Then just for check, I tried Get-Service, it worked. Just curious about to know what remoting is being used in -ComputerName parameter of Get-Service. Also if there any way to check what remoting was/being used when I ran or running "Get-Service -ComputerName Bits" cmdlet.
Thanks Jatinder Pal Singh