4/6/2019
•
EN
Allow Integer Parameter to Accept Null in a PowerShell Function
Explains how to make a mandatory integer parameter in a PowerShell function accept null values using the [AllowNull()] and [Nullable] attributes.