You will find below example how to run PowerShell script from CMD or in windows schedule task
1C:\>powershell "& 'c:\scripts\Active Directory\CreateNewUser.ps1'"
1
C:\>powershell
"& 'c:\scripts\Active Directory\CreateNewUser.ps1'"
OK, thanks for posting, but for completeness I think you should post an example with parameters and another with parameters that include apostrophes and quotes.
Thanks for your feedback