Forum Discussion
lorenzo lorenzo
Jul 27, 2018Copper Contributor
365 Dynamic Distribution Group - exclude extension attribut
Hello ... I want to create some dynamic distrubution groups based on extension attributs. for each dynamic distribution group I want to includ all value of extension attributs and exclude on of them...
VasilMichev
Jul 27, 2018MVP
Simply use the -not operator? Something like "{ExtensionCustomAttribute5 -ne $null}" or some value...