Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PetriAsi committed Feb 5, 2022
1 parent 72c6ccb commit 452573c
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions docs/New-SnipeitAudit.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Add a new Audit to Snipe-it asset system
## SYNTAX

```
New-SnipeitAudit [-tag] <String> [[-location_id] <Int32>] [[-url] <String>] [[-apiKey] <String>] [-WhatIf]
[-Confirm] [<CommonParameters>]
New-SnipeitAudit [-tag] <String> [[-location_id] <Int32>] [[-next_audit_date] <DateTime>] [[-url] <String>]
[[-apiKey] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -38,7 +38,7 @@ Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Expand All @@ -59,6 +59,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -next_audit_date
Due date for the asset's next audit
```yaml
Type: DateTime
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -tag
The asset tag of the asset you wish to audit
Expand All @@ -83,7 +98,7 @@ Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Expand Down

0 comments on commit 452573c

Please sign in to comment.