Hi there folks
I know that we are not the only folks trying to do this. We have SCCM 2012
SP1 with 64 bit clients and we want to set some TS variables.
The code which should work are not for 64 bit and I'd be very glad if
someone could point out where this is going wrong please. We have tried
SYSNATIVE and this is also failing
Dim Env
Set Env = CreateObject("Microsoft.SMS.TSEnvironment")
Env("bExcludeComputer") = "TRUE"
Env("PACKAGES001") = "EU1000:Hello_CaM_1_B01"
TIA
Jason

