The following forum(s) have migrated to Microsoft Q&A: Microsoft Deployment Toolkit! Visit Microsoft Q&A to post new questions.
I have all my base apps running through a Powershell script. One app I want to only certain computer is NOT used.
the item is '$env:COMPUTERNAME'
here is the code so far
if ($env:COMPUTERNAME -notcontains "KIOSK")