Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Martin40
2019-10-10T12:42:04Z
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 -HideTableHeaders

But 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
Sponsor
Forum information
Support
2019-10-10T15:44:06Z
Hi,

are you using 8.5.5 now?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2019-10-10T15:48:21Z
Did you try to change "Encoding" property in the Task->Main settings to "utf-8"?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Martin40
2019-10-11T07:23:13Z
Originally Posted by: Support 

Hi,

are you using 8.5.5 now?



Yes, i'm on 8.5.5.

Originally Posted by: Support 

Did you try to change "Encoding" property in the Task->Main settings to "utf-8"?




😕 , didn't see this option , thank you , it work perfectly !

Problem solved.
Scroll to Top