Skip to content

Commit 0692cb4

Browse files
committed
chore: updated docs
1 parent cccd64d commit 0692cb4

8 files changed

Lines changed: 17 additions & 75 deletions

ADCSGoat/Public/Deploy-AdcsGoat.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ function Deploy-AdcsGoat {
1010

1111
# We need blank template objects.
1212
$TemplateNames | ForEach-Object {
13-
New-AdcsGoatBlankTemplateObject -TemplateName $_
13+
New-AGBlankTemplateObject -TemplateName $_
1414
}
1515

1616
# We need to assign properties to the blank template objects to turn them into real templates.
1717
$TemplateNames.Where( { $_ -ne 'ESC4' } ) | ForEach-Object {
1818
$PropertiesPath = Join-Path -Path ".\Research" -ChildPath "${_}.xml"
1919
$Properties = Import-Clixml -Path $PropertiesPath
20-
Set-AdcsGoatTemplateProperty -TemplateName $_ -Properties $Properties
20+
Set-AGTemplateProperty -TemplateName $_ -Properties $Properties
2121
}
2222

2323
# We need to grant low privileged users Enroll right on template objects to turn them into ESC issues.
2424
$TemplateNames.Where( { $_ -ne 'ESC4' } ) | ForEach-Object {
25-
Set-AdcsGoatTemplateAce -TemplateName $_ -AceType Enroll
25+
Set-AGTemplateAce -TemplateName $_ -AceType Enroll
2626
}
2727

2828
# We need to grant low privileged users Full Control over a template object to turn it into an ESC4.
2929
$TemplateNames.Where( { $_ -eq 'ESC4' } ) | ForEach-Object {
30-
Set-AdcsGoatTemplateAce -TemplateName $_ -AceType GenericAll
30+
Set-AGTemplateAce -TemplateName $_ -AceType GenericAll
3131
}
3232
}
3333

docs/en-US/Find-AdcsGoatEnrollmentService.md renamed to docs/en-US/Find-AGEnrollmentService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ online version:
55
schema: 2.0.0
66
---
77

8-
# Find-AdcsGoatEnrollmentService
8+
# Find-AGEnrollmentService
99

1010
## SYNOPSIS
1111
{{ Fill in the Synopsis }}
1212

1313
## SYNTAX
1414

1515
```
16-
Find-AdcsGoatEnrollmentService
16+
Find-AGEnrollmentService
1717
```
1818

1919
## DESCRIPTION

docs/en-US/Get-AdcsGoatEnrollmentServiceFullName.md renamed to docs/en-US/Get-AGEnrollmentServiceFullName.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ online version:
55
schema: 2.0.0
66
---
77

8-
# Get-AdcsGoatEnrollmentServiceFullName
8+
# Get-AGEnrollmentServiceFullName
99

1010
## SYNOPSIS
1111
{{ Fill in the Synopsis }}
1212

1313
## SYNTAX
1414

1515
```
16-
Get-AdcsGoatEnrollmentServiceFullName [-EnrollmentService] <DirectoryEntry> [<CommonParameters>]
16+
Get-AGEnrollmentServiceFullName [-EnrollmentService] <DirectoryEntry> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION

docs/en-US/Get-HelloWorld.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

docs/en-US/New-AdcsGoatBlankTemplateObject.md renamed to docs/en-US/New-AGBlankTemplateObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ online version:
55
schema: 2.0.0
66
---
77

8-
# New-AdcsGoatBlankTemplateObject
8+
# New-AGBlankTemplateObject
99

1010
## SYNOPSIS
1111
{{ Fill in the Synopsis }}
1212

1313
## SYNTAX
1414

1515
```
16-
New-AdcsGoatBlankTemplateObject [-TemplateName] <String[]> [<CommonParameters>]
16+
New-AGBlankTemplateObject [-TemplateName] <String[]> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION

docs/en-US/Set-AdcsGoatEnrollmentServiceFullName.md renamed to docs/en-US/Set-AGEnrollmentServiceFullName.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ online version:
55
schema: 2.0.0
66
---
77

8-
# Set-AdcsGoatEnrollmentServiceFullName
8+
# Set-AGEnrollmentServiceFullName
99

1010
## SYNOPSIS
1111
{{ Fill in the Synopsis }}
1212

1313
## SYNTAX
1414

1515
```
16-
Set-AdcsGoatEnrollmentServiceFullName [-EnrollmentService] <DirectoryEntry>
17-
[-EnrollmentServiceFullName] <String> [<CommonParameters>]
16+
Set-AGEnrollmentServiceFullName [-EnrollmentService] <DirectoryEntry> [-EnrollmentServiceFullName] <String>
17+
[<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ online version:
55
schema: 2.0.0
66
---
77

8-
# Set-AdcsGoatTemplateAce
8+
# Set-AGTemplateAce
99

1010
## SYNOPSIS
1111
{{ Fill in the Synopsis }}
1212

1313
## SYNTAX
1414

1515
```
16-
Set-AdcsGoatTemplateAce [-TemplateName] <String[]> [-AceType] <String> [<CommonParameters>]
16+
Set-AGTemplateAce [-TemplateName] <String[]> [-AceType] <String> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION

docs/en-US/Set-AdcsGoatTemplateProperty.md renamed to docs/en-US/Set-AGTemplateProperty.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ online version:
55
schema: 2.0.0
66
---
77

8-
# Set-AdcsGoatTemplateProperty
8+
# Set-AGTemplateProperty
99

1010
## SYNOPSIS
1111
{{ Fill in the Synopsis }}
1212

1313
## SYNTAX
1414

1515
```
16-
Set-AdcsGoatTemplateProperty [-TemplateName] <String> [-Properties] <Hashtable> [<CommonParameters>]
16+
Set-AGTemplateProperty [-TemplateName] <String> [-Properties] <Hashtable> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION

0 commit comments

Comments
 (0)