Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AD Sync filter options
#1
When using the Active Directory sync feature based on OU all computer objects are synced/imported into ASG

It would be nice to be able to use a kind of filter (LDAP or whatever method ASG uses).

Example use case: Cluster Name Objects and/or Virtual Computer Object are imported too but it's not very useful and confusing
https://blogs.technet.microsoft.com/askd...-accounts/

In Powershell I can filter those objects OUT by using a filter like:


Code:
Get-ADComputer -SearchBase "OU=servers,DC=[removed]" -filter {servicePrincipalName -notlike "*MSClusterVirtualServer*"} -properties servicePrincipalname

Of course one could think of other reasons to filter.

I read in another post about "custom query" but I didn't find it.

--------
ASG-RemoteDesktop 2017 version 10.0.5564.0
Reply


Messages In This Thread
AD Sync filter options - by velden - 13-04-2017, 10:50 AM



Users browsing this thread: 1 Guest(s)