Not sure if this is the best way to acheive these results... but it works..
$short = "disney"
$fqdn = $short | ForEach-Object{ $_ + '.land.com' }
Not sure if this is the best way to acheive these results... but it works..
$short = "disney"
$fqdn = $short | ForEach-Object{ $_ + '.land.com' }