Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- On Error Resume Next
- Err.Clear
- Set objLocalUser = GetObject("WinNT://PCADMIN113/mjolla,user")
- If(err.number <> 0) Then
- wscript.echo("lol")
- Err.Clear
- End if
- On Error Resume Next
- wscript.echo("Finish")
Add Comment
Please, Sign In to add comment