Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wdistrib HELP!!!

Status
Not open for further replies.

davidkoh

Programmer
Joined
Apr 10, 2003
Messages
1
Location
SG
Hi,

I am tried to distribute a profile using command line. I have a problem to distribute profile to endpoint. In user interface i can drag and drop the profile to endpoint.
Any idea how to distribute to endpoint?

Thanks
 
If you want to overwrite the profile on the endpoint use the following:

wdistrib -l over_all_no_merge @ProfileType:ProfileName

If you want to maintain local modifications on the profile:

wdistrib -l maintain @ProfileType:ProfileName
 
Oops!

To distribute to a SPECIFIC endpoint in a subscriber list:

wdistrib -l over_all_no_merge @ProfileType:ProfileName@SubscriberListName @Endpoint:titan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top