|
| 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 |
0 commit comments