mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 18:55:47 +00:00
Update New-AssetMaintenance.ps1
This commit is contained in:
parent
6dbbb1b164
commit
2d345011e2
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ function New-AssetMaintenance() {
|
|||
|
||||
$Values = . Get-ParameterValue
|
||||
|
||||
if ($values['startdate']) {
|
||||
$values['startdate'] = $values['start_date'].ToString("yyyy-MM-dd")
|
||||
if ($values['start_date']) {
|
||||
$values['start_date'] = $values['start_date'].ToString("yyyy-MM-dd")
|
||||
}
|
||||
|
||||
if ($values['completion_date']) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue