Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

vbscript login scripts

Featured Replies

I am writing a login script for a large amount of users. The script is mapping drives and installing printers based on group membership. I have found two ways to make this happen and would like some thoughts on which is the preferred way. Or even better... is anyone else using this ... thanks in advance!

If I am not clear enough please let me know and i will answer any questions....

Here is one exemple using for loops... "it works great"

'maps drives

For Each GroupObj In UserObj.Groups

Select Case GroupObj.Name

'Check for group memberships and take needed action

Case "IStest"

WSHNetwork.MapNetworkDrive "R:", "\\servername\share"

End Select

Next

example # 2

If InStr(strGroups, istest) Then

WSHNetwork.MapNetworkDrive "R:", "\\servername\share"

End If


  • Author

No one has any comments? Hmmm... Any help would be nice.

Before we implement DFS in 2003 I have to convert all nt40 login scripts. We are going from "many" domains to One AD domain. The logon script is being applied via GPO and is running fine... it is just that I see it getting very large....

Is there any opinions or another approach that anyone has ?

thanks....

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.