So I'm trying to run the PowerShell 5 deploy on "Microsoft Windows Server 2008 R2 Enterprise x64" OS Version "6.1.7601 Service Pack 1" .
The WMF page says SP1 is good. https://docs.microsoft.com/en-us/powershell/wmf/overview
The script is checking for SP1 in step 4, but its not finding it and going to the fail label from step 5.
The SQL Check is "SELECT version FROM computers WHERE computerid=%computerid%" Contains "Service Pack 1"
Does this need to be %os% instead?