Powershell to Get VB InputBox
12-09-2009
Downloads: 427
File size: 178 B
Views: 1,856
Embed
 |
Powershell to Get VB InputBox |
- [void][System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
- $uname = [Microsoft.VisualBasic.Interaction]::InputBox("Enter Username", "Window Title")
- $uname