Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

convert VBS to PowerShell

$
0
0

I have a vb script that will tell me who is logged into a certain application.  

dim oneSignAuth

set oneSignAuth = WScript.CreateObject("OneSignAuth.OneSignAuth")

Those 2 lines are getting the user logged into this application but I don't know how.  I don't know vbscript so what is the PowerShell equivalent of WScript.CreateObject ?     Or is there one?  

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles