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.
- RandomDaveJul 29, 2022Brass ContributorAnd 3 years later, you solved my issue. Thanks!