Hello,
There is an issue with Visuacron with the powershell function.
I'm using this command to get users from Active Directory :
Get-ADGroupMember -Identity "Domain User" | Select Name | ft -HideTableHeadersBut the username with accent doesn't appear correctly.
I tried to use this command in Powershell ISE on the same server and the result is correct.
I already tried to use Powershell File function, same result.
Is there any way to get all users of an Active Directory withtout using powershell ? It would be good to have a function like
Get AD Group members but like this
Get AD Container members.
Or a way to get this function work with UTF-8 ?
Thank you
Edited by user
2019-10-11T07:23:33Z
|
Reason: Not specified