Skip to content

Commit dc3ecf8

Browse files
author
davidseibel
committed
Update help link for each function to point to it's help on Github
1 parent 88633d9 commit dc3ecf8

File tree

298 files changed

+544
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+544
-479
lines changed

Docs/Add-AMAgentGroupMember.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMAgentGroupMember.md
55
schema: 2.0.0
66
---
77

@@ -77,5 +77,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7777
7878
## RELATED LINKS
7979
80-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
80+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMAgentGroupMember.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMAgentGroupMember.md)
8181

Docs/Add-AMConstant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMConstant.md
55
schema: 2.0.0
66
---
77

@@ -103,5 +103,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
103103
104104
## RELATED LINKS
105105
106-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
106+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMConstant.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMConstant.md)
107107

Docs/Add-AMEmailConditionFilter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMEmailConditionFilter.md
55
schema: 2.0.0
66
---
77

@@ -105,5 +105,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
105105
106106
## RELATED LINKS
107107
108-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
108+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMEmailConditionFilter.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMEmailConditionFilter.md)
109109

Docs/Add-AMScheduleConditionCustomDate.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMScheduleConditionCustomDate.md
55
schema: 2.0.0
66
---
77

@@ -13,7 +13,8 @@ Adds a custom date to an Automate schedule condition using the Custom interval.
1313
## SYNTAX
1414

1515
```
16-
Add-AMScheduleConditionCustomDate -InputObject <Object> [-CustomLaunchDates] <DateTime[]> [<CommonParameters>]
16+
Add-AMScheduleConditionCustomDate -InputObject <Object> [-CustomLaunchDates] <DateTime[]>
17+
[-RemovePreviousDates] [<CommonParameters>]
1718
```
1819

1920
## DESCRIPTION
@@ -45,7 +46,7 @@ Accept wildcard characters: False
4546
```
4647
4748
### -CustomLaunchDates
48-
The dates to add to the schedule.
49+
The future launch date(s) to add to the schedule.
4950
5051
```yaml
5152
Type: DateTime[]
@@ -59,6 +60,21 @@ Accept pipeline input: False
5960
Accept wildcard characters: False
6061
```
6162
63+
### -RemovePreviousDates
64+
If specified, past dates are removed from the schedule.
65+
66+
```yaml
67+
Type: SwitchParameter
68+
Parameter Sets: (All)
69+
Aliases:
70+
71+
Required: False
72+
Position: Named
73+
Default value: False
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
6278
### CommonParameters
6379
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).
6480
@@ -73,5 +89,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7389
7490
## RELATED LINKS
7591
76-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
92+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMScheduleConditionCustomDate.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMScheduleConditionCustomDate.md)
7793

Docs/Add-AMScheduleConditionHoliday.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMScheduleConditionHoliday.md
55
schema: 2.0.0
66
---
77

@@ -73,5 +73,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7373
7474
## RELATED LINKS
7575
76-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
76+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMScheduleConditionHoliday.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMScheduleConditionHoliday.md)
7777

Docs/Add-AMSnmpConditionCredential.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMSnmpConditionCredential.md
55
schema: 2.0.0
66
---
77

@@ -89,5 +89,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8989
9090
## RELATED LINKS
9191
92-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
92+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMSnmpConditionCredential.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMSnmpConditionCredential.md)
9393

Docs/Add-AMUserGroupMember.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMUserGroupMember.md
55
schema: 2.0.0
66
---
77

@@ -79,5 +79,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7979
8080
## RELATED LINKS
8181
82-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
82+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMUserGroupMember.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMUserGroupMember.md)
8383

Docs/Add-AMWindowConditionControl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWindowConditionControl.md
55
schema: 2.0.0
66
---
77

@@ -148,5 +148,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
148148
149149
## RELATED LINKS
150150
151-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
151+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWindowConditionControl.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWindowConditionControl.md)
152152

Docs/Add-AMWorkflowItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWorkflowItem.md
55
schema: 2.0.0
66
---
77

@@ -223,5 +223,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
223223
224224
## RELATED LINKS
225225
226-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
226+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWorkflowItem.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWorkflowItem.md)
227227

Docs/Add-AMWorkflowLink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: AutomatePS-help.xml
33
Module Name: AutomatePS
4-
online version: https://github.com/AutomatePS/AutomatePS
4+
online version: https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWorkflowLink.md
55
schema: 2.0.0
66
---
77

@@ -208,5 +208,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
208208
209209
## RELATED LINKS
210210
211-
[https://github.com/AutomatePS/AutomatePS](https://github.com/AutomatePS/AutomatePS)
211+
[https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWorkflowLink.md](https://github.com/AutomatePS/AutomatePS/blob/master/Docs/Add-AMWorkflowLink.md)
212212

0 commit comments

Comments
 (0)