Oui, j'ai besoin d'une solution
hello,
im looking for a command to report on what users archives are set to "do not delete" and "delete"
i have this script to actually set the user to "do not delete"
UPDATE Archive |
SET DeleteExpiredItems = 0 |
WHERE ArchiveName IN () |
just need to report on it.
thanks