PC Review


Reply
Thread Tools Rate Thread

Assign or Publish programs in active directory programmatically

 
 
=?Utf-8?B?aWZrbw==?=
Guest
Posts: n/a
 
      30th Jan 2007
Hello,

Is there a command or script that is available so that i may publish
programs into active directory. I have msi files and right now I assign into
Active Directory manually but I need an automated method for doing this. Does
anybody have any ideas


Thank you
 
Reply With Quote
 
 
 
 
Florian Frommherz
Guest
Posts: n/a
 
      31st Jan 2007
Howdie!

ifko wrote:
> Is there a command or script that is available so that i may publish
> programs into active directory. I have msi files and right now I assign into
> Active Directory manually but I need an automated method for doing this. Does
> anybody have any ideas


As far as I know, there is nothing like that. What are you trying to
achieve? Are there so many applications you need to deploy?

cheers,

Florian
--
Nachwuschsadmin aus dem Süddeutschen/Germany.
eMail: Vorname [bei] frickelsoft [Punkt] net.
blog: http://www.frickelsoft.net/blog.
 
Reply With Quote
 
SLongxyzzy
Guest
Posts: n/a
 
      31st Jan 2007
Don't know about command or script, but you can do what your asking through
group policy.

http://www.windowsnetworking.com/art...lications.html

http://office.microsoft.com/en-us/or...402011033.aspx

You can deploy softare though group policy, although I've never used it in
production There was a whole section in the MS academy courses. We
deployed .msi packages, and blocked things like sol.exe. Not really all
that in depth, but just enough to know it was where. Everywhere I've every
worked used a third party solution so I really couldn't say how well it
works. Consider the things MS offers for free, and then ask yourself "why
would a company with as much business acumen as M$ provide this for free?"



 
Reply With Quote
 
=?Utf-8?B?aWZrbw==?=
Guest
Posts: n/a
 
      31st Jan 2007
Hello,

I am trying to achieve a programatic method to assign programs for
deployment in AD. It isn't that there are so many programs, but there are new
releases of the software that I want to deploy. It would be great if I could
incorporate assigning the new releases into the program that already
generates the new releases and packages them as msi's.



"Florian Frommherz" wrote:

> Howdie!
>
> ifko wrote:
> > Is there a command or script that is available so that i may publish
> > programs into active directory. I have msi files and right now I assign into
> > Active Directory manually but I need an automated method for doing this. Does
> > anybody have any ideas

>
> As far as I know, there is nothing like that. What are you trying to
> achieve? Are there so many applications you need to deploy?
>
> cheers,
>
> Florian
> --
> Nachwuschsadmin aus dem Süddeutschen/Germany.
> eMail: Vorname [bei] frickelsoft [Punkt] net.
> blog: http://www.frickelsoft.net/blog.
>

 
Reply With Quote
 
=?Utf-8?B?aWZrbw==?=
Guest
Posts: n/a
 
      31st Jan 2007
Thank you but I am specifically looking for a command to do it. I currently
deploy it using the method you described

"SLongxyzzy earthlink net>" wrote:

> Don't know about command or script, but you can do what your asking through
> group policy.
>
> http://www.windowsnetworking.com/art...lications.html
>
> http://office.microsoft.com/en-us/or...402011033.aspx
>
> You can deploy softare though group policy, although I've never used it in
> production There was a whole section in the MS academy courses. We
> deployed .msi packages, and blocked things like sol.exe. Not really all
> that in depth, but just enough to know it was where. Everywhere I've every
> worked used a third party solution so I really couldn't say how well it
> works. Consider the things MS offers for free, and then ask yourself "why
> would a company with as much business acumen as M$ provide this for free?"
>
>
>
>

 
Reply With Quote
 
Darren Mar-Elia
Guest
Posts: n/a
 
      31st Jan 2007
Right. There are no published APIs to do this. There are a series of things
you would have to do to make it possible. It is possible (several 3rd party
vendors do it--I've done it) but I don't know of any APIs yet (hint--yet is
the key word here).

--
Darren Mar-Elia
MS-MVP-Windows Server--Group Policy
http://www.gpoguy.com -- The Windows Group Policy Information Hub:
FAQs, Training Videos, Whitepapers and Utilities for all things Group
Policy-related

Speed Group Policy Troubleshooting with the NEW GPHealth Reporter tool at
http://www.sdmsoftware.com/products.php


"ifko" <(E-Mail Removed)> wrote in message
news:0E91243A-ADE1-427C-9388-(E-Mail Removed)...
> Hello,
>
> I am trying to achieve a programatic method to assign programs for
> deployment in AD. It isn't that there are so many programs, but there are
> new
> releases of the software that I want to deploy. It would be great if I
> could
> incorporate assigning the new releases into the program that already
> generates the new releases and packages them as msi's.
>
>
>
> "Florian Frommherz" wrote:
>
>> Howdie!
>>
>> ifko wrote:
>> > Is there a command or script that is available so that i may publish
>> > programs into active directory. I have msi files and right now I assign
>> > into
>> > Active Directory manually but I need an automated method for doing
>> > this. Does
>> > anybody have any ideas

>>
>> As far as I know, there is nothing like that. What are you trying to
>> achieve? Are there so many applications you need to deploy?
>>
>> cheers,
>>
>> Florian
>> --
>> Nachwuschsadmin aus dem Süddeutschen/Germany.
>> eMail: Vorname [bei] frickelsoft [Punkt] net.
>> blog: http://www.frickelsoft.net/blog.
>>


 
Reply With Quote
 
=?Utf-8?B?aWZrbw==?=
Guest
Posts: n/a
 
      31st Jan 2007
Interesting,

Would you please provide some info on these 3rd party vendors, it would be
greatly appreciated

"Darren Mar-Elia" wrote:

> Right. There are no published APIs to do this. There are a series of things
> you would have to do to make it possible. It is possible (several 3rd party
> vendors do it--I've done it) but I don't know of any APIs yet (hint--yet is
> the key word here).
>
> --
> Darren Mar-Elia
> MS-MVP-Windows Server--Group Policy
> http://www.gpoguy.com -- The Windows Group Policy Information Hub:
> FAQs, Training Videos, Whitepapers and Utilities for all things Group
> Policy-related
>
> Speed Group Policy Troubleshooting with the NEW GPHealth Reporter tool at
> http://www.sdmsoftware.com/products.php
>
>
> "ifko" <(E-Mail Removed)> wrote in message
> news:0E91243A-ADE1-427C-9388-(E-Mail Removed)...
> > Hello,
> >
> > I am trying to achieve a programatic method to assign programs for
> > deployment in AD. It isn't that there are so many programs, but there are
> > new
> > releases of the software that I want to deploy. It would be great if I
> > could
> > incorporate assigning the new releases into the program that already
> > generates the new releases and packages them as msi's.
> >
> >
> >
> > "Florian Frommherz" wrote:
> >
> >> Howdie!
> >>
> >> ifko wrote:
> >> > Is there a command or script that is available so that i may publish
> >> > programs into active directory. I have msi files and right now I assign
> >> > into
> >> > Active Directory manually but I need an automated method for doing
> >> > this. Does
> >> > anybody have any ideas
> >>
> >> As far as I know, there is nothing like that. What are you trying to
> >> achieve? Are there so many applications you need to deploy?
> >>
> >> cheers,
> >>
> >> Florian
> >> --
> >> Nachwuschsadmin aus dem Süddeutschen/Germany.
> >> eMail: Vorname [bei] frickelsoft [Punkt] net.
> >> blog: http://www.frickelsoft.net/blog.
> >>

>

 
Reply With Quote
 
Darren Mar-Elia
Guest
Posts: n/a
 
      31st Jan 2007
What I meant is that 3rd party vendors have products which essentially have
"figured out" out how to create assigned or published packages outside of
the GP Editor. Namely, most of the GP Change Control Products do this (e.g.
NetIQ's GPA or Quest's GPM, possibly NetPro's GPOAdmin as well). That still
does not give you a command-line or batch way of doing it, but my point was
that, while it is not trivial, it is possible to figure out the APIs. My
hint relates to the fact that I have personally had, as a goal, building an
SDK for GP for some time now and it is getting closer to fruition. More info
as I can make it available.


--
Darren Mar-Elia
MS-MVP-Windows Server--Group Policy
http://www.gpoguy.com -- The Windows Group Policy Information Hub:
FAQs, Training Videos, Whitepapers and Utilities for all things Group
Policy-related

Speed Group Policy Troubleshooting with the NEW GPHealth Reporter tool at
http://www.sdmsoftware.com/products.php


"ifko" <(E-Mail Removed)> wrote in message
news:25CE7D3F-9503-4C50-A189-(E-Mail Removed)...
> Interesting,
>
> Would you please provide some info on these 3rd party vendors, it would be
> greatly appreciated
>
> "Darren Mar-Elia" wrote:
>
>> Right. There are no published APIs to do this. There are a series of
>> things
>> you would have to do to make it possible. It is possible (several 3rd
>> party
>> vendors do it--I've done it) but I don't know of any APIs yet (hint--yet
>> is
>> the key word here).
>>
>> --
>> Darren Mar-Elia
>> MS-MVP-Windows Server--Group Policy
>> http://www.gpoguy.com -- The Windows Group Policy Information Hub:
>> FAQs, Training Videos, Whitepapers and Utilities for all things Group
>> Policy-related
>>
>> Speed Group Policy Troubleshooting with the NEW GPHealth Reporter tool at
>> http://www.sdmsoftware.com/products.php
>>
>>
>> "ifko" <(E-Mail Removed)> wrote in message
>> news:0E91243A-ADE1-427C-9388-(E-Mail Removed)...
>> > Hello,
>> >
>> > I am trying to achieve a programatic method to assign programs for
>> > deployment in AD. It isn't that there are so many programs, but there
>> > are
>> > new
>> > releases of the software that I want to deploy. It would be great if I
>> > could
>> > incorporate assigning the new releases into the program that already
>> > generates the new releases and packages them as msi's.
>> >
>> >
>> >
>> > "Florian Frommherz" wrote:
>> >
>> >> Howdie!
>> >>
>> >> ifko wrote:
>> >> > Is there a command or script that is available so that i may publish
>> >> > programs into active directory. I have msi files and right now I
>> >> > assign
>> >> > into
>> >> > Active Directory manually but I need an automated method for doing
>> >> > this. Does
>> >> > anybody have any ideas
>> >>
>> >> As far as I know, there is nothing like that. What are you trying to
>> >> achieve? Are there so many applications you need to deploy?
>> >>
>> >> cheers,
>> >>
>> >> Florian
>> >> --
>> >> Nachwuschsadmin aus dem Süddeutschen/Germany.
>> >> eMail: Vorname [bei] frickelsoft [Punkt] net.
>> >> blog: http://www.frickelsoft.net/blog.
>> >>

>>


 
Reply With Quote
 
=?Utf-8?B?aWZrbw==?=
Guest
Posts: n/a
 
      1st Feb 2007
If you don't mind can you keep me posted if you get anywhere with the API's.
Thanks, (E-Mail Removed)

"Darren Mar-Elia" wrote:

> What I meant is that 3rd party vendors have products which essentially have
> "figured out" out how to create assigned or published packages outside of
> the GP Editor. Namely, most of the GP Change Control Products do this (e.g.
> NetIQ's GPA or Quest's GPM, possibly NetPro's GPOAdmin as well). That still
> does not give you a command-line or batch way of doing it, but my point was
> that, while it is not trivial, it is possible to figure out the APIs. My
> hint relates to the fact that I have personally had, as a goal, building an
> SDK for GP for some time now and it is getting closer to fruition. More info
> as I can make it available.
>
>
> --
> Darren Mar-Elia
> MS-MVP-Windows Server--Group Policy
> http://www.gpoguy.com -- The Windows Group Policy Information Hub:
> FAQs, Training Videos, Whitepapers and Utilities for all things Group
> Policy-related
>
> Speed Group Policy Troubleshooting with the NEW GPHealth Reporter tool at
> http://www.sdmsoftware.com/products.php
>
>
> "ifko" <(E-Mail Removed)> wrote in message
> news:25CE7D3F-9503-4C50-A189-(E-Mail Removed)...
> > Interesting,
> >
> > Would you please provide some info on these 3rd party vendors, it would be
> > greatly appreciated
> >
> > "Darren Mar-Elia" wrote:
> >
> >> Right. There are no published APIs to do this. There are a series of
> >> things
> >> you would have to do to make it possible. It is possible (several 3rd
> >> party
> >> vendors do it--I've done it) but I don't know of any APIs yet (hint--yet
> >> is
> >> the key word here).
> >>
> >> --
> >> Darren Mar-Elia
> >> MS-MVP-Windows Server--Group Policy
> >> http://www.gpoguy.com -- The Windows Group Policy Information Hub:
> >> FAQs, Training Videos, Whitepapers and Utilities for all things Group
> >> Policy-related
> >>
> >> Speed Group Policy Troubleshooting with the NEW GPHealth Reporter tool at
> >> http://www.sdmsoftware.com/products.php
> >>
> >>
> >> "ifko" <(E-Mail Removed)> wrote in message
> >> news:0E91243A-ADE1-427C-9388-(E-Mail Removed)...
> >> > Hello,
> >> >
> >> > I am trying to achieve a programatic method to assign programs for
> >> > deployment in AD. It isn't that there are so many programs, but there
> >> > are
> >> > new
> >> > releases of the software that I want to deploy. It would be great if I
> >> > could
> >> > incorporate assigning the new releases into the program that already
> >> > generates the new releases and packages them as msi's.
> >> >
> >> >
> >> >
> >> > "Florian Frommherz" wrote:
> >> >
> >> >> Howdie!
> >> >>
> >> >> ifko wrote:
> >> >> > Is there a command or script that is available so that i may publish
> >> >> > programs into active directory. I have msi files and right now I
> >> >> > assign
> >> >> > into
> >> >> > Active Directory manually but I need an automated method for doing
> >> >> > this. Does
> >> >> > anybody have any ideas
> >> >>
> >> >> As far as I know, there is nothing like that. What are you trying to
> >> >> achieve? Are there so many applications you need to deploy?
> >> >>
> >> >> cheers,
> >> >>
> >> >> Florian
> >> >> --
> >> >> Nachwuschsadmin aus dem Süddeutschen/Germany.
> >> >> eMail: Vorname [bei] frickelsoft [Punkt] net.
> >> >> blog: http://www.frickelsoft.net/blog.
> >> >>
> >>

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can not publish printers in Active Directory Keegan Microsoft Windows 2000 Active Directory 2 23rd Sep 2004 10:05 PM
Publish DFS in Active directory Tom Microsoft Windows 2000 Active Directory 1 15th Feb 2004 08:14 AM
Publish Printers in Active Directory on Win2k Chris Sibel Microsoft Windows 2000 Group Policy 1 30th Sep 2003 02:35 PM
Publish printers on win2k active directory Chris Sibel Windows XP Print / Fax 0 17th Sep 2003 12:27 AM
Publish printers on win2k Active Directory Chris Sibel Windows XP Networking 0 17th Sep 2003 12:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:51 PM.