Forum Discussion
Paganasia
Oct 12, 2019Copper Contributor
Replacing property with variable
Hi, I've made a CustomPSObject with many properties (36 for now) for new AD User. I want to pass through all of those and apply them in order to update a user information. I was wonderin...
VasilMichev
Oct 12, 2019MVP
Just create a simple function that accepts a parameter for the property name and another one for the value, then pass them along to the function.