Check for Multiple Aliases and return the Alias Details
submitted
P
Paul Facey
Allows to search for variations of an alias and return the memeber details. Primary use is for periodic auditing and cleanup of old addresses or domain names from aliases as well as check for the Alias existence.
Aliases[?to_lower_case("Alias Name") == 'ALIAS1' || to_lower_case("Alias Name") == 'ALIAS2' ].AliasMembers[]."Member Detail"
P
Paul Facey
Replace ALIAS1 and ALIAS2 with target aliases, not case sensitive.