I have a powershell script that takes in arguments. The command to run the script is as follows:
.\\test.ps1 arg1 arg2 arg3 arg4 arg5 arg6
My gro