Mark Minasi's Reader Forum
Mark Minasi's Reader Forum
Home | Profile | Register | Active Topics | Active Polls | Members | Search | FAQ | Minasi Forum RSS Feed
 All Forums
 HALP! Questions on Windows and Windows Server
 Scripting
 RSA client install via Group Policy

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Note: please do not cross-post.
Cross-postings will be deleted and ignored.
Thanks for helping to keep this forum junk-free!
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Phil Marcum Posted - 06/06/2012 : 11:50:47 AM
Here's the full title: RSA client install on W2K8 R2 via Group Policy with Scripted Options.

I'd like to create a group policy that will install the RSA client on new W2K8 R2 servers as they're joined to the network. Before the client can be installed I need to have a new local group created and have the local administrator account placed into that group. I'm hoping to create a script which allow all of this to be done via group policy.

1. To create the group I initially thought I'd use a batch file to create the group:

net localgroup "group name" /add

2. From here I'd have the account added to the new group:

net localgroup "group name" "user name" /add

3. I need to launch the RSA client installation via group policy using its .msi file.

I've run across some vBscript options:

4. This script creates the group and adds the user to the group.

strComputer = "atl-ws-01"
Set objGroup = GetObject("WinNT://" & strComputer & "/group name")
Set objUser = GetObject("WinNT://" & strComputer & "/user name")
objGroup.Add(objUser.ADsPath)


This is looking to be two separate processes unless I choose to create a batch file and run it manually with the .msi files. So I'm wondering if anyone would have any ideas on how best to perform these steps using a group policy?

Any responses appreciated.
1   L A T E S T    R E P L I E S    (Newest First)
aval Posted - 07/31/2012 : 8:00:08 PM
Phil,

Just noticed this - and your post is over a month old - but in case you're still working on this, why not install using Group Policy (no need for local admin rights)?

No .msi installer file?

EDIT - no, I see you do have one. So why is it necessary to create a local group? Specific requirement of the software?

Mark Minasi's Reader Forum © 2002-2011 Mark Minasi Go To Top Of Page
This page was generated in 0.06 seconds. Snitz Forums 2000