Removed: [ValidateLength()] from -license_email

This commit is contained in:
JoriPS1 2022-09-16 12:00:52 -04:00
parent 65f2bc9966
commit aaf20dd754

View file

@ -92,7 +92,6 @@ function New-SnipeitLicense() {
[datetime]$expiration_date,
[ValidateLength(1, 120)]
[mailaddress]$license_email,
[ValidateLength(1, 100)]