$computer = gc env:computername # Argument /RU \'$computer\'\\admin isn\'t working. SchTasks /create /SC Daily /tn \"Image Verification\" /ST 18:00:00 /TR C:\\bdr\\
Single quoted strings will not expand variables in PowerShell. Try a double quoted string e.g.:
"$computer\admin"