I'm New to powershell I want to know how to pass a variable(with Space) using commandline.
My variable is : ZCMASS LOS A
When I execute this only ZCMASS is getting printed.I want the whole variable.
Script:
powershell -command "& "C:\scripts\tivoli\mail\ZCMASS_TEST.ps1"" ZCMASS LOS A
Can anyone help me?