Guest SWDWS Posted August 10, 2007 Posted August 10, 2007 I would like to be able to do something like services.msc /target:<machine>. Is this possible?
Guest Darhl Thomason Posted August 10, 2007 Posted August 10, 2007 Re: Start services.msc connected to remote machine "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com... >I would like to be able to do something like services.msc >/target:<machine>. > Is this possible? When you have Services open, click "Action", then "Connect to another computer". I don't know if you can do it with command line switches, but you can browse for the computer you want to control. Darhl
Guest Pegasus \(MVP\) Posted August 10, 2007 Posted August 10, 2007 Re: Start services.msc connected to remote machine "Darhl Thomason" <darhlt@papamurphys.nospamplease.com> wrote in message news:%23nZE8432HHA.1208@TK2MSFTNGP03.phx.gbl... > > "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message > news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com... >>I would like to be able to do something like services.msc >>/target:<machine>. >> Is this possible? > > When you have Services open, click "Action", then "Connect to another > computer". I don't know if you can do it with command line switches, but > you can browse for the computer you want to control. > > Darhl > sc.exe would be the Command Line equivalent.
Guest SWDWS Posted August 10, 2007 Posted August 10, 2007 Re: Start services.msc connected to remote machine Of course I already know how to do this within the gui. I want to, from a list, right click and launch services.msc already remoted to <machine>. "Darhl Thomason" wrote: > > "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message > news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com... > >I would like to be able to do something like services.msc > >/target:<machine>. > > Is this possible? > > When you have Services open, click "Action", then "Connect to another > computer". I don't know if you can do it with command line switches, but > you can browse for the computer you want to control. > > Darhl > > >
Guest Doug Knox - [MS-MVP] Posted August 10, 2007 Posted August 10, 2007 Re: Start services.msc connected to remote machine There's no way to do that I've found. -- Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart Display\Security Win 95/98/Me/XP Tweaks and Fixes http://www.dougknox.com -------------------------------- Per user Group Policy Restrictions for XP Home and XP Pro http://www.dougknox.com/xp/utils/xp_securityconsole.htm -------------------------------- Please reply only to the newsgroup so all may benefit. Unsolicited e-mail is not answered. "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message news:56E15143-D2A5-4C9A-9DC1-2C89A338064B@microsoft.com... > Of course I already know how to do this within the gui. I want to, from a > list, right click and launch services.msc already remoted to <machine>. > > "Darhl Thomason" wrote: > >> >> "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message >> news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com... >> >I would like to be able to do something like services.msc >> >/target:<machine>. >> > Is this possible? >> >> When you have Services open, click "Action", then "Connect to another >> computer". I don't know if you can do it with command line switches, but >> you can browse for the computer you want to control. >> >> Darhl >> >> >>
Guest SWDWS Posted August 10, 2007 Posted August 10, 2007 Re: Start services.msc connected to remote machine I just did it with WSH appactivate and sendkeys. Not the best way but it works. "Doug Knox - [MS-MVP]" wrote: > There's no way to do that I've found. > > -- > Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart > Display\Security > Win 95/98/Me/XP Tweaks and Fixes > http://www.dougknox.com > -------------------------------- > Per user Group Policy Restrictions for XP Home and XP Pro > http://www.dougknox.com/xp/utils/xp_securityconsole.htm > -------------------------------- > Please reply only to the newsgroup so all may benefit. > Unsolicited e-mail is not answered. > > "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message > news:56E15143-D2A5-4C9A-9DC1-2C89A338064B@microsoft.com... > > Of course I already know how to do this within the gui. I want to, from a > > list, right click and launch services.msc already remoted to <machine>. > > > > "Darhl Thomason" wrote: > > > >> > >> "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message > >> news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com... > >> >I would like to be able to do something like services.msc > >> >/target:<machine>. > >> > Is this possible? > >> > >> When you have Services open, click "Action", then "Connect to another > >> computer". I don't know if you can do it with command line switches, but > >> you can browse for the computer you want to control. > >> > >> Darhl > >> > >> > >> >
Guest gatchaman Posted June 23, 2008 Posted June 23, 2008 Re: Start services.msc connected to remote machine The correct format is: services.msc /Computer=<computername> This also works with other consoles such as compmgmt.msc.
Guest gatchaman Posted June 23, 2008 Posted June 23, 2008 Re: Start services.msc connected to remote machine The correct format is: services.msc /Computer=<computername> This also works with other consoles such as compmgmt.msc. -- gatchaman
Recommended Posts