TS 7.3.2 / Win2K
==================
I am attempting to get a list of EAs from some DCRs using the "iwextattr -l" CLT. I want to exclude the pesky "DeploymentAudit" EA using the -r switch - but have been unsuccessful in getting it to work properly.
I have used the following:
iwextattr -l -r !(DeploymentAudit) <filename>
iwextattr -l -r (!DeploymentAudit) <filename>
Has anyone successfully used the regex switch (specifically for negation)?
TIA