Skip to content

Commit 5aa6a2e

Browse files
authored
Merge pull request #258 from PetriAsi/update/docs
updated docs
2 parents 72c6ccb + 452573c commit 5aa6a2e

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

docs/New-SnipeitAudit.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Add a new Audit to Snipe-it asset system
1313
## SYNTAX
1414

1515
```
16-
New-SnipeitAudit [-tag] <String> [[-location_id] <Int32>] [[-url] <String>] [[-apiKey] <String>] [-WhatIf]
17-
[-Confirm] [<CommonParameters>]
16+
New-SnipeitAudit [-tag] <String> [[-location_id] <Int32>] [[-next_audit_date] <DateTime>] [[-url] <String>]
17+
[[-apiKey] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -38,7 +38,7 @@ Parameter Sets: (All)
3838
Aliases:
3939

4040
Required: False
41-
Position: 4
41+
Position: 5
4242
Default value: None
4343
Accept pipeline input: False
4444
Accept wildcard characters: False
@@ -59,6 +59,21 @@ Accept pipeline input: False
5959
Accept wildcard characters: False
6060
```
6161
62+
### -next_audit_date
63+
Due date for the asset's next audit
64+
65+
```yaml
66+
Type: DateTime
67+
Parameter Sets: (All)
68+
Aliases:
69+
70+
Required: False
71+
Position: 3
72+
Default value: None
73+
Accept pipeline input: False
74+
Accept wildcard characters: False
75+
```
76+
6277
### -tag
6378
The asset tag of the asset you wish to audit
6479
@@ -83,7 +98,7 @@ Parameter Sets: (All)
8398
Aliases:
8499

85100
Required: False
86-
Position: 3
101+
Position: 4
87102
Default value: None
88103
Accept pipeline input: False
89104
Accept wildcard characters: False

0 commit comments

Comments
 (0)