This is part of a much larger script with numerous FOR loops. I have just taken the bare essentials of the code and created a new script so that the problem is more easily understandable.
Problem: I need $Threshold_NEW to display 2500. It is the last line of the code
Please help.
Thanks
Code:
$Threshold_MSW = 2500
$Threshold_OMF = 1500
$Threshold_CCC = 2500
$ServerZone = “MSW”
$Threshold_value = “Threshold_$ServerZone”
$Threshold_NEW = $($Threshold_value)
write-host $Threshold_NEW