Skip to content

Commit 856cade

Browse files
committed
chore: building manually operates differently from building with tasks.
1 parent 4944408 commit 856cade

8 files changed

Lines changed: 257 additions & 6 deletions
Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
---
2+
external help file: ADCSGoat-help.xml
3+
Module Name: ADCSGoat
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Deploy-AGInfrastructure
9+
10+
## SYNOPSIS
11+
{{ Fill in the Synopsis }}
12+
13+
## SYNTAX
14+
15+
```
16+
Deploy-AGInfrastructure [[-Name] <Object>] [[-Domain] <Object>] [[-ExternalSwitch] <Object>]
17+
[[-Sources] <Object>] [[-LabsRoot] <Object>] [-Confirm] [-ProgressAction <ActionPreference>]
18+
[<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{ Fill in the Description }}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -Confirm
36+
Prompts you for confirmation before running the cmdlet.
37+
38+
```yaml
39+
Type: SwitchParameter
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### -Domain
51+
{{ Fill Domain Description }}
52+
53+
```yaml
54+
Type: Object
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: 1
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### -ExternalSwitch
66+
{{ Fill ExternalSwitch Description }}
67+
68+
```yaml
69+
Type: Object
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: 2
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -LabsRoot
81+
{{ Fill LabsRoot Description }}
82+
83+
```yaml
84+
Type: Object
85+
Parameter Sets: (All)
86+
Aliases:
87+
88+
Required: False
89+
Position: 4
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
95+
### -Name
96+
{{ Fill Name Description }}
97+
98+
```yaml
99+
Type: Object
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: False
104+
Position: 0
105+
Default value: None
106+
Accept pipeline input: False
107+
Accept wildcard characters: False
108+
```
109+
110+
### -Sources
111+
{{ Fill Sources Description }}
112+
113+
```yaml
114+
Type: Object
115+
Parameter Sets: (All)
116+
Aliases:
117+
118+
Required: False
119+
Position: 3
120+
Default value: None
121+
Accept pipeline input: False
122+
Accept wildcard characters: False
123+
```
124+
125+
### -ProgressAction
126+
{{ Fill ProgressAction Description }}
127+
128+
```yaml
129+
Type: ActionPreference
130+
Parameter Sets: (All)
131+
Aliases: proga
132+
133+
Required: False
134+
Position: Named
135+
Default value: None
136+
Accept pipeline input: False
137+
Accept wildcard characters: False
138+
```
139+
140+
### CommonParameters
141+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
142+
143+
## INPUTS
144+
145+
### None
146+
147+
## OUTPUTS
148+
149+
### System.Object
150+
## NOTES
151+
152+
## RELATED LINKS

docs/en-US/Install-ADCSGoat.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ schema: 2.0.0
1313
## SYNTAX
1414

1515
```
16-
Install-ADCSGoat [-Randomize] [<CommonParameters>]
16+
Install-ADCSGoat [-Randomize] [-ProgressAction <ActionPreference>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -45,6 +45,21 @@ Accept pipeline input: False
4545
Accept wildcard characters: False
4646
```
4747
48+
### -ProgressAction
49+
{{ Fill ProgressAction Description }}
50+
51+
```yaml
52+
Type: ActionPreference
53+
Parameter Sets: (All)
54+
Aliases: proga
55+
56+
Required: False
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
4863
### CommonParameters
4964
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
5065

docs/en-US/New-AGBlankTemplateObject.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ schema: 2.0.0
1313
## SYNTAX
1414

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

1919
## DESCRIPTION
@@ -45,6 +45,21 @@ Accept pipeline input: True (ByValue)
4545
Accept wildcard characters: False
4646
```
4747
48+
### -ProgressAction
49+
{{ Fill ProgressAction Description }}
50+
51+
```yaml
52+
Type: ActionPreference
53+
Parameter Sets: (All)
54+
Aliases: proga
55+
56+
Required: False
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
4863
### CommonParameters
4964
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
5065

docs/en-US/Set-AGEnrollmentServiceFullName.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ schema: 2.0.0
1313
## SYNTAX
1414

1515
```
16-
Set-AGEnrollmentServiceFullName [-EnrollmentService] <DirectoryEntry> [<CommonParameters>]
16+
Set-AGEnrollmentServiceFullName [-EnrollmentService] <DirectoryEntry> [-ProgressAction <ActionPreference>]
17+
[<CommonParameters>]
1718
```
1819

1920
## DESCRIPTION
@@ -45,6 +46,21 @@ Accept pipeline input: True (ByValue)
4546
Accept wildcard characters: False
4647
```
4748
49+
### -ProgressAction
50+
{{ Fill ProgressAction Description }}
51+
52+
```yaml
53+
Type: ActionPreference
54+
Parameter Sets: (All)
55+
Aliases: proga
56+
57+
Required: False
58+
Position: Named
59+
Default value: None
60+
Accept pipeline input: False
61+
Accept wildcard characters: False
62+
```
63+
4864
### CommonParameters
4965
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
5066

docs/en-US/Set-AGTemplateAce.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ schema: 2.0.0
1313
## SYNTAX
1414

1515
```
16-
Set-AGTemplateAce [-TemplateName] <String[]> [-AceType] <String> [<CommonParameters>]
16+
Set-AGTemplateAce [-TemplateName] <String[]> [-AceType] <String> [-ProgressAction <ActionPreference>]
17+
[<CommonParameters>]
1718
```
1819

1920
## DESCRIPTION
@@ -61,6 +62,21 @@ Accept pipeline input: True (ByValue)
6162
Accept wildcard characters: False
6263
```
6364
65+
### -ProgressAction
66+
{{ Fill ProgressAction Description }}
67+
68+
```yaml
69+
Type: ActionPreference
70+
Parameter Sets: (All)
71+
Aliases: proga
72+
73+
Required: False
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
6480
### CommonParameters
6581
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
6682

docs/en-US/Set-AGTemplateProperty.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ schema: 2.0.0
1313
## SYNTAX
1414

1515
```
16-
Set-AGTemplateProperty [-TemplateName] <String> [-Properties] <Hashtable> [<CommonParameters>]
16+
Set-AGTemplateProperty [-TemplateName] <String> [-Properties] <Hashtable> [-ProgressAction <ActionPreference>]
17+
[<CommonParameters>]
1718
```
1819

1920
## DESCRIPTION
@@ -60,6 +61,21 @@ Accept pipeline input: True (ByValue)
6061
Accept wildcard characters: False
6162
```
6263
64+
### -ProgressAction
65+
{{ Fill ProgressAction Description }}
66+
67+
```yaml
68+
Type: ActionPreference
69+
Parameter Sets: (All)
70+
Aliases: proga
71+
72+
Required: False
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
6379
### CommonParameters
6480
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
6581

docs/en-US/Uninstall-ADCSGoat.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ schema: 2.0.0
1313
## SYNTAX
1414

1515
```
16-
Uninstall-ADCSGoat [-Randomize] [<CommonParameters>]
16+
Uninstall-ADCSGoat [-Randomize] [-ProgressAction <ActionPreference>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -45,6 +45,21 @@ Accept pipeline input: False
4545
Accept wildcard characters: False
4646
```
4747
48+
### -ProgressAction
49+
{{ Fill ProgressAction Description }}
50+
51+
```yaml
52+
Type: ActionPreference
53+
Parameter Sets: (All)
54+
Aliases: proga
55+
56+
Required: False
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
4863
### CommonParameters
4964
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
5065

requirements.psd1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@
2323
'PSScriptAnalyzer' = @{
2424
Version = '1.19.1'
2525
}
26+
'AutomatedLab' = @{
27+
Version = '5.59.0'
28+
}
29+
'PSFramework' = @{
30+
Version = '1.13.406'
31+
}
2632
}

0 commit comments

Comments
 (0)