File tree Expand file tree Collapse file tree 5 files changed +22
-6
lines changed
templates/AppLockerProject Expand file tree Collapse file tree 5 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1+ param (
2+ $Path
3+ )
4+
5+ New-PSMDTemplate - ReferencePath " $PSScriptRoot " - OutPath $Path
Original file line number Diff line number Diff line change 1+ @ {
2+ TemplateName = ' AppLockerProject'
3+ Version = " 1.0.0"
4+ AutoIncrementVersion = $true
5+ Tags = ' module' , ' psframework' , ' applocker'
6+ Author = ' Jan-Hendrik Peters'
7+ Description = ' PowerShell Framework based AppLocker CI template'
8+ Exclusions = @ (" PSMDInvoke.ps1" , " .PSMDDependency" ) # Contains list of files - relative path to root - to ignore when building the template
9+ Scripts = @ { }
10+ NoFolder = $true
11+ }
File renamed without changes.
Original file line number Diff line number Diff line change 11PolicyName : Pol1
2- Domain : contoso.com
2+ Domain : þdomainfqdnþ
33Apps :
44 - Git
55 - Obs
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ alternative credentials.
1818
1919The ideal workflow should you need or want to build it your self would look like this:
2020
21- 1 . Ensure prerequisites ` build\prerequisites.ps1 `
22- 1 . Validate Configuration Data: ` build\validate.ps1 -TestType ConfigurationData `
23- 1 . Build policies and optional RSOP from configuration data: ` build\build.ps1 -IncludeRsop `
24- 1 . Validate Integration into environment: ` build\validate.ps1 -TestType Integration `
25- 1 . Publish: ` build\publish.ps1 `
21+ 1 . Ensure prerequisites ` .\ build\prerequisites.ps1`
22+ 1 . Validate Configuration Data: ` .\ build\validate.ps1 -TestType ConfigurationData`
23+ 1 . Build policies and optional RSOP from configuration data: ` .\ build\build.ps1 -IncludeRsop`
24+ 1 . Validate Integration into environment: ` .\ build\validate.ps1 -TestType Integration`
25+ 1 . Publish: ` .\ build\publish.ps1`
2626
2727## Advanced setup
2828
You can’t perform that action at this time.
0 commit comments