Issue with Get AD Group members - VisualCron - 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
6 years ago
Hello,

I wanted to notice you that there is an issue with the Get Ad Group members task.

When you try to get all users from Active Directory by choosing "Domain Users", the result get only Administrator account not all others.

Anyone have the same issue ?

Sponsor
Forum information
Support
6 years ago
We will investigate that and get back to you. It might take some days as the developers are quite busy with the new version. Thanks
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Martin40
6 years ago
Thank you for your reactivity.

I don't know if this is the good place to this, but it would be great to have a task like : Ge Ad Container Member

Juste a suggestion 😉
Support
6 years ago
Originally Posted by: Martin40 

Thank you for your reactivity.

I don't know if this is the good place to this, but it would be great to have a task like : Ge Ad Container Member

Juste a suggestion 😉



For this you can use the "Feature-request" section of our forums
Michael
Support
http://www.visualcron.com 

Please like  VisualCron on facebook!
Support
6 years ago
I am moving this topic to Feature requests after some discussion with developers. Thank you for the feedback!
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Martin40
5 years ago
Hello,

Have you any news about this request please ?
Martin40
5 years ago
$utilisateurs = Get-ADUser -Filter "AccountExpirationDate -ne '*'" -SearchBase "ou=Utilisateurs_xxxx,ou=Utilisateurs,dc=xxxxx,dc=local" -SearchScope Subtree -Properties AccountExpires,Manager | Select Name,SamAccountName,@{N="AccountExpires";E={[DateTime]::FromFileTime($_.AccountExpires)}},Manager,@{Name="ManagerEmail";Expression={(get-aduser -property emailaddress $_.manager).emailaddress}}
foreach($utilisateur in $utilisateurs){
$utilisateur.SamAccountName
}

I used a powershell script for this.
Scroll to Top