Forum Discussion
Deleted
Apr 11, 2019Cannot convert 'System.Object[]' to the type 'Microsoft.ActiveDirectory.Management.ADUser'
Hi together, i'm quite new to Powershell and need a little 'shove'. :-D What i want to achive: Setting the Manager of a User based on the "ManagedBy" attribute of an OU. What my Script S...
- DeletedApr 11, 2019... i solved it..
-> "$manager" (quotation marks)
That's it.
Deleted
Apr 11, 2019... i solved it..
-> "$manager" (quotation marks)
That's it.
-> "$manager" (quotation marks)
That's it.
RandomDave
Jul 29, 2022Brass Contributor
And 3 years later, you solved my issue. Thanks!