Skip to content

Commit

Permalink
Updated Example
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jun 27, 2019
1 parent 207b992 commit 8b7c69f
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,23 @@ Configuration Example

node localhost
{
SCRetentionComplianceTag DemoRule
SCComplianceTag DemoRule
{
Name = "DemoRule2"
Comment = "This is a Demo Rule"
Name = "DemoTag"
Comment = "This is a Demo Tag"
RetentionAction = "Keep"
RetentionDuration = "1025"
GlobalAdminAccount = $credsGlobalAdmin
RetentionType = "ModificationAgeInDays"
FilePlanProperty = MSFT_SCFilePlanProperty{
FilePlanPropertyDepartment = "DemoDept"
FilePlanPropertyCitation = "DemoCit"
FilePlanPropertyReferenceId = "DemoRef"
FilePlanPropertyAuthority = "DemoAuth"
FilePlanPropertyCategory = "DemoCat"
FilePlanPropertySubcategory = "DemoSub"
}
Ensure = "Present"
GlobalAdminAccount = $credsGlobalAdmin
}
}
}

0 comments on commit 8b7c69f

Please sign in to comment.