1

I have powershell installed on my windows 8 PC, can I connect to remote 2003 server via powershell with out installing powershell on windows 2003 server? and run powershell commands?

0

1 Answer 1

2

The answer is NO. You can from you PC query some information of remote computer using WMI ( get-wmiobject cmdlet ) or other informations with

get-process -computername remotecomputername 

or

get-service -computername remotecomputername

and at the moment I can't remember other cmdlets not requiring remote powershell installation.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.