Link to home
Start Free TrialLog in
Avatar of JeffBeall
JeffBeallFlag for United States of America

asked on

remote powershell

hello,
I'm trying to learn how to administer a remote windows 7 enterprise computer using powershell.
I have been googleing this and keep seeing that you need to run

Enable-PSremoting

from the computer you want to run powershell commands on. From what I've read, it sounds like you would need to go to each remote computer and run the command in an elevated powershell prompt. where I work there are about 2,000 computers, so this would be very impractical to do. would there be any way to do this without going to each individual computer?
SOLUTION
Avatar of Tim Phillips
Tim Phillips
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of footech
footech
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JeffBeall

ASKER

thank you for the help.