I have a bunch of batch scripts that I use to create WMI ComputerName Cases. I want to convert my batch scripts over to powershell scripts but I do not know how to create a ComputerName Lookup case with Powershell. Can I get some assistance with this issue? What I do in my Batch scripts is I create a WMI case that looks at the first 5 letters of the pc name and once it finds a match. I have a goto: for the first 5 letters of the computerName, based on the name it then runs the script associated to that computerName. It works great in my batch script. However, it is time to change to powershell, but I know when to ask for help. I have never created a case in powershell is have no idea what i am doing and could so help.