Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. WScript.Echo "AV-LAB Custom Script"
  2. Set objNet = WScript.CreateObject("WScript.Network")
  3. WScript.Echo "Your Computer Name is " & objNet.ComputerName
  4. WScript.Echo "Your Username is " & objNet.UserName
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement