[windows2000] Re: Presenting the user with a message whenever they log in

  • From: "Greg Reese" <GReese@xxxxxxxxxxxxxxxx>
  • To: <windows2000@xxxxxxxxxxxxx>
  • Date: Wed, 1 Oct 2003 10:38:15 -0400

I think you and Nancy need to resolve the tension Glenn.

Greg

-----Original Message-----
From: Sullivan, Glenn [mailto:GSullivan@xxxxxxxxxxxxxx]
Sent: Wednesday, October 01, 2003 10:38 AM
To: 'windows2000@xxxxxxxxxxxxx'
Subject: [windows2000] Re: Presenting the user with a message whenever
they log in


Login script?

<-------Start VBS Example--------->
Set objNetwork = CreateObject("Wscript.Network")
Select Case objNetwork.UserName
        Case "bob"
                msgbox "Welcome Bob" & vbCrLf & _
                         "You smell"
        Case "nancy"
                msgbox "Welcome Nancy" & vbCrLf & _
                         "You hottie!"
        Case Else
                msgbox "Hello " & objNetwork.UserName
End Select
Select Case objNetwork.ComputerName
        Case "PC1"
                Msgbox "You are on PC1"
        Case "PC2"
                MsgBox "You are on PC2"
        Case Else
                'No Message
End Select

Set objNetowkr = Nothing
<-------End VBS Example--------->

Does that help?


Glenn Sullivan, MCSE+I  MCDBA
David Clark Company Inc. 

-----Original Message-----
From: Rod [mailto:rfalanga@xxxxxxx]
Sent: Wednesday, October 01, 2003 10:18 AM
To: Windows 2000 List
Subject: [windows2000] Presenting the user with a message whenever they
log in


Isn't it possible, in AD, to assign some sort of message which would always
appear to a user, or better any user that uses a particular PC, to see
whenever they log into that PC?  And if that is possible, how is it done?

Rod

********************************************************
This Week's Sponsor - RTO Software / TScale
What's keeping you from getting more from your terminal servers? Did you
know, in most cases, CPU Utilization IS NOT the single biggest constraint to
scaling up?! Get this free white paper to understand the real constraints &
how to overcome them. SAVE MONEY by scaling-up rather than buying more
servers.
http://www.rtosoft.com/Enter.asp?ID=147
**********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm
********************************************************
This Week's Sponsor - RTO Software / TScale
What's keeping you from getting more from your terminal servers? Did you know, 
in most cases, CPU Utilization IS NOT the single biggest constraint to scaling 
up?! Get this free white paper to understand the real constraints & how to 
overcome them. SAVE MONEY by scaling-up rather than buying more servers.
http://www.rtosoft.com/Enter.asp?ID=147
**********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm
********************************************************
This Week's Sponsor - RTO Software / TScale
What's keeping you from getting more from your terminal servers? Did you know, 
in most cases, CPU Utilization IS NOT the single biggest constraint to scaling 
up?! Get this free white paper to understand the real constraints & how to 
overcome them. SAVE MONEY by scaling-up rather than buying more servers.
http://www.rtosoft.com/Enter.asp?ID=147
**********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: