Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim G_User, Group, Gob_WshEnv
Set Gob_WshEnv = Gob_WshShell.Environment("PROCESS")
Set G_User = GetObject("WinNT://" & Gob_WshEnv.Item("USERDOMAIN")& "/" & WshNetwork.UserName)
For Each Group In G_User.Groups
Msgbox Group.Name
Next
Dim WshNetwork
Set WshNetwork = CreateObject("WScript.Network")