Q. How do I enable PowerShell remoting in a domain environment?

Don Jones

June 8, 2010

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. You can enable PowerShell routing two ways. The first way is to run

 Enable-PSRemoting

The second way is to enable remoting via Group Policy. Windows Server 2008 R2's Group Policy Management Console (GPMC) includes the necessary template under Computer ConfigurationAdministrative TemplatesWindows ComponentsWindows Remote Management. Remember that you have to do this only on computers that will receive incoming remote administration connections. You don't need to do a thing to enable outgoing connections from a computer.

 

Do you have a Windows PowerShell question? Why not submit it to Don? Post your question at www.windowsitpro.com/FAQs/FAQSubmittalForm.aspx and you might see your answer online! Find more PowerShell FAQs, articles, and other resources at windowsitpro.com/go/DonJonesPowerShell.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like