How can I set a default retention policy to all new accounts created so they adopt the policy by default.
I have tried running...
Set-RetentionPolicy -Identity "Company Wide Retention Policy" -IsDefault $true
A parameter cannot be found that matches parameter name 'IsDefault'.
+ CategoryInfo : InvalidArgument: (:) [Set-RetentionPolicy], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Set-RetentionPolicy
+ PSComputerName : ex13mb01.mydomain.local
- Edited by BTRowdy1 12 hours 30 minutes ago