I am using "Get-ADUser -Identity hernant -properties wbempath| select name, @{name=”wbemPath”;expression={$_.wbemPath}}" to get the wbemPath value but unable to set the value using powershell. I tried with "set-aduser -identity user - wbempath value" but no luck. Can someone please help me to fix this issue?