Hey everyone,

Need some help. We implemented wireless in our environment, but we have our login scripts running but the network drives are not mapping. I'm trying to figure out if it's possible to create a script that recongize the user when they are using our SSID and run the network share scripts to map there drive within our wireless network.

my thought on how to approach this, but can't figure it out or put it together in code:

Sessiontype
if sessiontype = "wireless"
;do or run our office's network script
else you are not in our wireless network

can anyone help me out