VBScript Function - Microsoft

To clear the content of a variable (like setting it to Null), use the . Clear-Variable. cmdlet. Example: Clear-Variable –Name hi. This is a shortcut for using the “Write-Host” cmdlet. You can use the long form. ... PowerShell will convert the variable on the right side to the type of the variable on the left side to be able to perform the ... ................
................