i have a very basic script for a few odd pc's that have to do certain things - all this is fine except on one. i think the tecs have forgot to sid or have changed the name
is there a quick script that i can write so i can get someone remote to run so it actually says what the pc thinks it's called and see if it differs from the comp name in computer name
it's in the ad as the name in the script so it's not a typo
the script i'm doing to check is
strComputerName = wshNetwork.ComputerName
If InStr(strComputerName, "lapbasil") Then
blah blah blah
is there a quick script that i can write so i can get someone remote to run so it actually says what the pc thinks it's called and see if it differs from the comp name in computer name
it's in the ad as the name in the script so it's not a typo
the script i'm doing to check is
strComputerName = wshNetwork.ComputerName
If InStr(strComputerName, "lapbasil") Then
blah blah blah