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:46:43Z
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
2019-10-10T15:45:25Z
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
2019-10-11T07:32:39Z
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
2019-10-11T12:05:53Z
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
2019-10-14T12:01:09Z
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
2019-11-07T13:03:09Z
Hello,

Have you any news about this request please ?
Martin40
2020-01-28T14:44:03Z
$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