Post
PowerShell
Posted on 23rd September 2023|792 views
How will we pass arrays to function in Powershell?
Posted on 23rd September 2023
Param { [array]$ArrayList = Get-Content ArrayList.txt } foreach($array in $ArrayList) { Write-Host $array }
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies