How do i prevent the "Employee" text becoming part of the $number variable and get the string to work. It's a non powershell command I'm trying to run in a Powershell script.
$firstname = "John"
$Lastname = "Smith"
$Number = "7"
gam update group "Office$NumberEmployee" add member user "[email protected]"
