Running an app through GP

G

Guest

Good morning everyone

We have pruchased a Inventory app that runs from the server at each workstation. How can a GP be set so that it executes that app from each client? I have never worked with these type of GPOs. Any link and\or explanation will be greatly appreciated

Have a great day.
 
G

Guest

I think I have figured out. I am in the testing phase now, and it seems to be doing fine. However I do have a question. Is there anyway you could run an app without having to logon to the computer

Thanks.
 
C

Chriss3

Hello, GPOs can install a software by software installations (MSI Packages)
, How ever to exute an application. How ever I think you need take use of
the follow policies.

Run these programs at user logon (Computer)

(Computer Configuration\Administrative Templates\System)

Specifies additional programs or documents that Windows 2000 starts
automatically when a user logs on to the system.

To use this policy, click Show, click Add and, in the text box, type the
name of the executable program (.exe) file or document file. Unless the file
is located in the %Systemroot% directory, you must specify the fully
qualified path to the file.

Run these programs at user logon (User)

(User Configuration\Administrative Templates\System\Logon/Logoff)

Specifies additional programs or documents that Windows 2000 starts
automatically when a user logs on to the system.

To use this policy, click Show, click Add and, in the text box, type the
name of the executable program (.exe) file or document file. Unless the file
is located in the %Systemroot% directory, you must specify the fully
qualified path to the file.

This policy appears in the Computer Configuration as and User Configuration
folders as you can see. If both policies are configured, the system starts
the programs specified in the Computer Configuration policy just before it
starts the programs specified in the User Configuration policy.


--
Regards,

Christoffer Andersson
No email replies please - reply in the newsgroup
If the information was help full, you can let me know at:
http://www.itsystem.se/employers.asp?ID=1

waldox said:
Good morning everyone.

We have pruchased a Inventory app that runs from the server at each
workstation. How can a GP be set so that it executes that app from each
client? I have never worked with these type of GPOs. Any link and\or
explanation will be greatly appreciated.
 
G

Guest

One more question. Is there anyway the executable can be pushed out at an specific time?

Thanks.
 
G

Guest

Thanks. Chriss. That's what I did. I did it at the computer level only, though. I was hoping there was a way to push an .exe file. But I guess not, or at least I haven't been able to find it.
 
C

Chriss3

Yes if you make it run as an service

--
Regards,

Christoffer Andersson
No email replies please - reply in the newsgroup
If the information was help full, you can let me know at:
http://www.itsystem.se/employers.asp?ID=1

waldox said:
I think I have figured out. I am in the testing phase now, and it seems to
be doing fine. However I do have a question. Is there anyway you could run
an app without having to logon to the computer.
 
C

Chriss3

You can push out software's and files with Group Policy, make an MSI Package
with the .exe file and assign it as an software installation with Group
Policy.

Group Policy Software Installation overview:
http://www.microsoft.com/technet/tr...s/entserver/sag_ADEconcepts_01.asp?frame=true

--
Regards,

Christoffer Andersson
No email replies please - reply in the newsgroup
If the information was help full, you can let me know at:
http://www.itsystem.se/employers.asp?ID=1

waldox said:
Thanks. Chriss. That's what I did. I did it at the computer level only,
though. I was hoping there was a way to push an .exe file. But I guess not,
or at least I haven't been able to find it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top