In Powershell, is there a difference between & .\monkeys.ps1 and & powershell .\monkeys.ps1 ?
'& .\monkeys.ps1' executes the script in the current console (session). '& powershell .\monkeys.ps1' opens up a new PowerShell process and executes the script.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With