I am trying to understand how to create a retention tag/policy such that the Inbox and Sent Items folder are "Moved to Archive". I understand that these are RPTs default folders and that the Move to Archive action is available
only for DPTs and personal tags.
If I use the following would it include the entire mailbox (all folders in mail; including inbox, deleted items,etc..)?
New-RetentionPolicyTag -Name 'Test01' -Type 'All' -Comment '' -AgeLimitForRetention '1460.00:00:00' -RetentionAction 'MoveToArchive' -RetentionEnabled $true