Hi All.
I think I am stuck and will need to swap to powershell to achieve what i want(i hope this is not the case)?
I am trying to create a new instance of the SMS_AuthorizationList. It accepts a read/write 'updates' property which is a UInt32 array. My issue comes when i try to populate the .Updates array, its doesnt like it.
The only thing i can get to work is to copy the .Updates array from an existing instance of SMS_AuthorizationList and then populate the one i am creating this this same information. I cant figure out how to change .Updates from the one that i have copied either. Ive tried just replacing the existing values, redim, redim preserve, etc. i just get a 'generic failure'. the variant type of the contents of the .Updates is 3, this is what i have been trying to push but with no luck CLng
I Hear, I Forget
I See, I Remember
I Do, I Understand
Ronald McDonald
I think I am stuck and will need to swap to powershell to achieve what i want(i hope this is not the case)?
I am trying to create a new instance of the SMS_AuthorizationList. It accepts a read/write 'updates' property which is a UInt32 array. My issue comes when i try to populate the .Updates array, its doesnt like it.
The only thing i can get to work is to copy the .Updates array from an existing instance of SMS_AuthorizationList and then populate the one i am creating this this same information. I cant figure out how to change .Updates from the one that i have copied either. Ive tried just replacing the existing values, redim, redim preserve, etc. i just get a 'generic failure'. the variant type of the contents of the .Updates is 3, this is what i have been trying to push but with no luck CLng
I Hear, I Forget
I See, I Remember
I Do, I Understand
Ronald McDonald