Re: Distributing to subnets
- From: "Rune Norberg" <runeno@xxxxxxxxxxxxxxxxxxx!>
- Date: Mon, 22 May 2006 20:44:06 +0200
I would suggest that you only create the logic for targeting the correct
subnet in the collection, in which you can use a query like "select * from
SMS_R_System where IPSubnets = "10.1.1.1"
To exclude the user group you would have to do that by using a script (or
likewise) to exclude the group when the installation runs at the client. The
script logic would be something like:
If InGroup(ExcludeGroup) Then
Do Nothing
Else
Call Install
End If
/Rune
"Dan5265" <Dan5265@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FAFABB10-1560-406E-B36C-B5984DA3BD30@xxxxxxxxxxxxxxxx
Single site SMS2003 SP1 w/AD integration and advanced security, and W2K
Pro
workstations w/advanced clients.
We need to distribute a package in a rollout fashion to different subnets
over a period of time. Is there a way to create a collection based on
subnet
(some sort of query?) One catch is we have a certain number of people in
each subnet who should not get the package. We have these folks in an AD
group, so the logic in the collection or advertisement would have to say
"deploy to this subnet, but exclude users from this group." Can anyone
get
me started on this?
Thanks for the help!
.
- Prev by Date: Re: Create SMS_Package with VB.NET
- Next by Date: Re: Script file or any Batch file deployment using SMS ?
- Previous by thread: Re: Create SMS_Package with VB.NET
- Next by thread: Re: Script file or any Batch file deployment using SMS ?
- Index(es):
Relevant Pages
|