Posted on 16th September 2024|46 views
Explain about the “$null” variable in Powershell?
Posted on 16th September 2024| views
In Powershell, $null stores empty or null value. It is an automatic variable. This variable is used to depict undefined or absent value.