Re: Scheduled message to user

2008-09-24 Thread Angus Scott-Fleming
On 24 Sep 2008 at 15:36, Tom Miller  wrote:

> Hi Folks: 
> 
> I am looking for a utility or a method to provide my users a periodic 
> message upon logon. We currently use Zenworks and I schedule this 
> throughout the year for specific days (time sheet approval days). 
> Currently on specific days a web page opens with an announcement, 
> message, etc. I can script opening a web page, but need the scheduler. 
> We're moving to SCCM, but so far I don't see that option. 
> 
> Suggestions? I'd like something were I can set the days to run and 
> forget about it until next year. 

Found this after extensive googling ...

--- Included Stuff Follows ---

  RJL Software - Software - Utility - Message Manager Deluxe

Message Manager Deluxe is the only login script messaging utility on the 
market today. There is no other software product that can compare to the 
features our product offers. This Deluxe version is intended for network 
login script usage, it supports Novell, NT, Windows 2000, 2003, 2008 login 
script implementations. We also integrate well with the KiXtart scripting 
language. If you ever wanted to share information with users across your 
network or department, this product is the one for you. For example you 
could display a company privacy or usage policy weekly to users when they 
log in to their machines. If they choose YES they may continue, otherwise 
you can shutdown the computer. The possibilites are endless with Message 
Manager Deluxe.

- Included Stuff Ends -
Home page:
  http://www.rjlsoftware.com/software/utility/mm_deluxe/

FWIW I found an old allegedly-free version here:

Download Message Manager Lite 1.06 - Message Manager is a free tool that 
will allow you to setup a message dialog to be displayed upon a network 
login - Softpedia
http://www.softpedia.com/get/Network-Tools/Misc-Networking-Tools/Message-
Manager-Lite.shtml

Download links:
http://www.rjlsoftware.com/download/message.zip
http://www.rjlsoftware.com/download/exe/message.exe

--
Angus Scott-Fleming
GeoApps, Tucson, Arizona
1-520-290-5038
+---+




~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


Re: Scheduled message to user

2008-09-24 Thread Eric Woodford
I'd think this could be easily coded in a VBS startup script.

Check network folder, if a file exists in this folder, display it.

heck, that can be done in a simple DOS Batch file.





On Wed, Sep 24, 2008 at 1:21 PM, Tom Miller <[EMAIL PROTECTED]> wrote:

>  I know you're the intended recipient.  So there.  Not my fault you can't
> read minds...
>
> But, you are saying I can use vbscript/kix/powershell to run an executable
> on specified days?  I have about 25 days per year it needs to be run.
>
> >>> David Lum <[EMAIL PROTECTED]> 9/24/2008 4:09 PM >>>
>
> KiXtart can probably do this, probably many other login script "handlers"
> too (VBScript, etc). I don't know hard it would be, but I'm sure it's
> feasible.
>
> In totally unrelated nit-picking (and nothing personal), I have a
> rhetorical Q:
>
> "This e-mail message, including attachments, is for the sole use of the
> intended recipient(s) and may contain confidential and privileged
> information."
> How do I know who the INTENDED recipient is? Knowing someone's intention
> means being a mind reader, doesn't it? J
> *
> David Lum** **// *SYSTEMS ENGINEER
> NORTHWEST EVALUATION ASSOCIATION
> (Desk) 971.222.1025 *// *(Cell) 503.267.9764**
>
>
>
>
>
> *From:* Tom Miller [mailto:[EMAIL PROTECTED]
> *Sent:* Wednesday, September 24, 2008 12:36 PM
> *To:* NT System Admin Issues
> *Subject:* Scheduled message to user
>
>
>
> Hi Folks:
>
>
>
> I am looking for a utility or a method to provide my users a periodic
> message upon logon.  We currently use Zenworks and I schedule this
> throughout the year for specific days (time sheet approval days).  Currently
> on specific days a web page opens with an announcement, message, etc.  I can
> script opening a web page, but need the scheduler.  We're moving to SCCM,
> but so far I don't see that option.
>
>
>
> Suggestions?  I'd like something were I can set the days to run and forget
> about it until next year.
>
>
>
> Tom
>
>
>
> Confidentiality Notice: This e-mail message, including attachments, is for
> the sole use of the intended recipient(s) and may contain confidential and
> privileged information. Any unauthorized review, use, disclosure, or
> distribution is prohibited. If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of the original
> message.
>
>
>
>
>
>
>
>
>
>
>
>
>
> Confidentiality Notice: This e-mail message, including attachments, is for
> the sole use of the intended recipient(s) and may contain confidential and
> privileged information. Any unauthorized review, use, disclosure, or
> distribution is prohibited. If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of the original
> message.
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: Scheduled message to user

2008-09-24 Thread Tim Vander Kooi
2 words…Outlook Appointments.
☺

From: David Lum [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 3:37 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

☺
Yup, you can certainly set KiX to only display a message on certain days and 
then nothing on other days.  I think you’d need to use an array (something I 
don’t know how to do) to accomplish what you’re looking for. It’s very 
straightforward to have to do something like say “Good afternoon Tom Miller, 
happy Friday!” with “Afternoon”, “Tom Miller” and “Friday” being variables that 
auto-change depending on time of day, day of week, and full name of the user 
logging in.
Having it display on every other Friday or something is a bit more work, but 
probably easy for the KiX pros. I’m just intermediate at it myself.

David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764


From: Tom Miller [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 1:21 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

I know you're the intended recipient.  So there.  Not my fault you can't read 
minds...

But, you are saying I can use vbscript/kix/powershell to run an executable on 
specified days?  I have about 25 days per year it needs to be run.

>>> David Lum <[EMAIL PROTECTED]> 9/24/2008 4:09 PM >>>
KiXtart can probably do this, probably many other login script “handlers” too 
(VBScript, etc). I don’t know hard it would be, but I’m sure it’s feasible.
In totally unrelated nit-picking (and nothing personal), I have a rhetorical Q:
“This e-mail message, including attachments, is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.”
How do I know who the INTENDED recipient is? Knowing someone’s intention means 
being a mind reader, doesn’t it? ☺

David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764


From: Tom Miller [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 12:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

Hi Folks:

I am looking for a utility or a method to provide my users a periodic message 
upon logon.  We currently use Zenworks and I schedule this throughout the year 
for specific days (time sheet approval days).  Currently on specific days a web 
page opens with an announcement, message, etc.  I can script opening a web 
page, but need the scheduler.  We're moving to SCCM, but so far I don't see 
that option.

Suggestions?  I'd like something were I can set the days to run and forget 
about it until next year.

Tom


Confidentiality Notice: This e-mail message, including attachments, is for the 
sole use of the intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure, or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.












Confidentiality Notice: This e-mail message, including attachments, is for the 
sole use of the intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure, or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.











~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


RE: Scheduled message to user

2008-09-24 Thread David Lum
☺
Yup, you can certainly set KiX to only display a message on certain days and 
then nothing on other days.  I think you’d need to use an array (something I 
don’t know how to do) to accomplish what you’re looking for. It’s very 
straightforward to have to do something like say “Good afternoon Tom Miller, 
happy Friday!” with “Afternoon”, “Tom Miller” and “Friday” being variables that 
auto-change depending on time of day, day of week, and full name of the user 
logging in.
Having it display on every other Friday or something is a bit more work, but 
probably easy for the KiX pros. I’m just intermediate at it myself.

David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764


From: Tom Miller [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 1:21 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

I know you're the intended recipient.  So there.  Not my fault you can't read 
minds...

But, you are saying I can use vbscript/kix/powershell to run an executable on 
specified days?  I have about 25 days per year it needs to be run.

>>> David Lum <[EMAIL PROTECTED]> 9/24/2008 4:09 PM >>>
KiXtart can probably do this, probably many other login script “handlers” too 
(VBScript, etc). I don’t know hard it would be, but I’m sure it’s feasible.
In totally unrelated nit-picking (and nothing personal), I have a rhetorical Q:
“This e-mail message, including attachments, is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.”
How do I know who the INTENDED recipient is? Knowing someone’s intention means 
being a mind reader, doesn’t it? ☺

David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764


From: Tom Miller [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 12:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

Hi Folks:

I am looking for a utility or a method to provide my users a periodic message 
upon logon.  We currently use Zenworks and I schedule this throughout the year 
for specific days (time sheet approval days).  Currently on specific days a web 
page opens with an announcement, message, etc.  I can script opening a web 
page, but need the scheduler.  We're moving to SCCM, but so far I don't see 
that option.

Suggestions?  I'd like something were I can set the days to run and forget 
about it until next year.

Tom


Confidentiality Notice: This e-mail message, including attachments, is for the 
sole use of the intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure, or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.












Confidentiality Notice: This e-mail message, including attachments, is for the 
sole use of the intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure, or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.






~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


Re: Scheduled message to user

2008-09-24 Thread Angus Scott-Fleming
On 24 Sep 2008 at 15:36, Tom Miller  wrote:

> 
> Hi Folks: 
> 
> I am looking for a utility or a method to provide my users a periodic 
> message upon logon. We currently use Zenworks and I schedule this 
> throughout the year for specific days (time sheet approval days). 
> Currently on specific days a web page opens with an announcement, 
> message, etc. I can script opening a web page, but need the scheduler. 
> We're moving to SCCM, but so far I don't see that option. 
> 
> Suggestions? I'd like something were I can set the days to run and 
> forget about it until next year. 

This _might_ work for you ...

  SourceForge.net: Daily Quote Chooser
"The Daily Quote Chooser is a .Net 2.0 program designed to run on startup 
and then, on a schedule, once a day or every three days or every Monday, 
for example, choose a one-liner from a text file containing a list of 
them. Similar to the motd command."  
  http://sourceforge.net/projects/dailyquote/

If not, something from here might work:

  Daily Pop-up Information - TotalShareware Software Archive
  http://www.totalshareware.com/asp/list_view.asp?catid=43


--
Angus Scott-Fleming
GeoApps, Tucson, Arizona
1-520-290-5038
+---+




~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: Scheduled message to user

2008-09-24 Thread Ralph Smith
 

 

Mesaage Manager from RJL software is something you can buy for doing
logon messages.

They used to have a free version that was scaled down.

http://www.rjlsoftware.com/ 



From: Kennedy, Jim [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2008 4:20 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

 

Yep, and that one is pretty straight forward.  Computer/windows
settings/securitysettings/local policies-Security options/Interactive
Logon.

 

From: David Lum [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2008 4:18 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

 

Acceptable use notice should be via GPO - they should see it BEFORE
logging in as then the login is the implied acceptance to the policy.

David Lum // SYSTEMS ENGINEER 
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764

From: Ralph Smith [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2008 1:17 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

 

Huh.  I was just going to make a similar request because I have been
asked to put up logon messages, and also an acceptable use notice.

 



From: Tom Miller [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2008 3:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

 

Hi Folks:

 

I am looking for a utility or a method to provide my users a periodic
message upon logon.  We currently use Zenworks and I schedule this
throughout the year for specific days (time sheet approval days).
Currently on specific days a web page opens with an announcement,
message, etc.  I can script opening a web page, but need the scheduler.
We're moving to SCCM, but so far I don't see that option. 

 

Suggestions?  I'd like something were I can set the days to run and
forget about it until next year.

 

Tom

 

Confidentiality Notice: This e-mail message, including attachments, is
for the sole use of the intended recipient(s) and may contain
confidential and privileged information. Any unauthorized review, use,
disclosure, or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message. 

 

 

 

 

Confidentiality Notice:

**

This communication, including any attachments, may contain confidential
information and is intended only for the individual or entity to whom it
is addressed. Any review, dissemination, or copying of this
communication by anyone other than the intended recipient is strictly
prohibited. If you are not the intended recipient, please contact the
sender by reply email, delete and destroy all copies of the original
message.

 

 

 

 

 

 

 

 

 

Confidentiality Notice: 

--



This communication, including any attachments, may contain confidential 
information and is intended only for the individual or entity to whom it is 
addressed. Any review, dissemination, or copying of this communication by 
anyone other than the intended recipient is strictly prohibited. If you are not 
the intended recipient, please contact the sender by reply email, delete and 
destroy all copies of the original message.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: Scheduled message to user

2008-09-24 Thread Tom Miller
I know you're the intended recipient.  So there.  Not my fault you can't
read minds...
 
But, you are saying I can use vbscript/kix/powershell to run an
executable on specified days?  I have about 25 days per year it needs to
be run.

>>> David Lum <[EMAIL PROTECTED]> 9/24/2008 4:09 PM >>>

KiXtart can probably do this, probably many other login script
“handlers” too (VBScript, etc). I don’t know hard it would be, but
I’m sure it’s feasible.
In totally unrelated nit-picking (and nothing personal), I have a
rhetorical Q:
“This e-mail message, including attachments, is for the sole use of the
intended recipient(s) and may contain confidential and privileged
information.”
How do I know who the INTENDED recipient is? Knowing someone’s
intention means being a mind reader, doesn’t it? J

David Lum// SYSTEMS ENGINEER 
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025// (Cell) 503.267.9764
 
 

From:Tom Miller [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2008 12:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

 

Hi Folks:

 

I am looking for a utility or a method to provide my users a periodic
message upon logon.  We currently use Zenworks and I schedule this
throughout the year for specific days (time sheet approval days). 
Currently on specific days a web page opens with an announcement,
message, etc.  I can script opening a web page, but need the scheduler. 
We're moving to SCCM, but so far I don't see that option. 

 

Suggestions?  I'd like something were I can set the days to run and
forget about it until next year.

 

Tom

 
Confidentiality Notice: This e-mail message, including attachments, is
for the sole use of the intended recipient(s) and may contain
confidential and privileged information. Any unauthorized review, use,
disclosure, or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.
 
  


 
 

Confidentiality Notice:  This e-mail message, including attachments, is
for the sole use of the intended recipient(s) and may contain
confidential and privileged information.  Any unauthorized review, use,
disclosure, or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: Scheduled message to user

2008-09-24 Thread Kennedy, Jim
Yep, and that one is pretty straight forward.  Computer/windows 
settings/securitysettings/local policies-Security options/Interactive Logon.

From: David Lum [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 4:18 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

Acceptable use notice should be via GPO - they should see it BEFORE logging in 
as then the login is the implied acceptance to the policy.

David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764
From: Ralph Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 1:17 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

Huh.  I was just going to make a similar request because I have been asked to 
put up logon messages, and also an acceptable use notice.


From: Tom Miller [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 3:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

Hi Folks:

I am looking for a utility or a method to provide my users a periodic message 
upon logon.  We currently use Zenworks and I schedule this throughout the year 
for specific days (time sheet approval days).  Currently on specific days a web 
page opens with an announcement, message, etc.  I can script opening a web 
page, but need the scheduler.  We're moving to SCCM, but so far I don't see 
that option.

Suggestions?  I'd like something were I can set the days to run and forget 
about it until next year.

Tom


Confidentiality Notice: This e-mail message, including attachments, is for the 
sole use of the intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure, or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.







Confidentiality Notice:

**

This communication, including any attachments, may contain confidential 
information and is intended only for the individual or entity to whom it is 
addressed. Any review, dissemination, or copying of this communication by 
anyone other than the intended recipient is strictly prohibited. If you are not 
the intended recipient, please contact the sender by reply email, delete and 
destroy all copies of the original message.











~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: Scheduled message to user

2008-09-24 Thread David Lum
Acceptable use notice should be via GPO - they should see it BEFORE logging in 
as then the login is the implied acceptance to the policy.

David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764
From: Ralph Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 1:17 PM
To: NT System Admin Issues
Subject: RE: Scheduled message to user

Huh.  I was just going to make a similar request because I have been asked to 
put up logon messages, and also an acceptable use notice.


From: Tom Miller [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 3:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

Hi Folks:

I am looking for a utility or a method to provide my users a periodic message 
upon logon.  We currently use Zenworks and I schedule this throughout the year 
for specific days (time sheet approval days).  Currently on specific days a web 
page opens with an announcement, message, etc.  I can script opening a web 
page, but need the scheduler.  We're moving to SCCM, but so far I don't see 
that option.

Suggestions?  I'd like something were I can set the days to run and forget 
about it until next year.

Tom


Confidentiality Notice: This e-mail message, including attachments, is for the 
sole use of the intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure, or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.







Confidentiality Notice:

**

This communication, including any attachments, may contain confidential 
information and is intended only for the individual or entity to whom it is 
addressed. Any review, dissemination, or copying of this communication by 
anyone other than the intended recipient is strictly prohibited. If you are not 
the intended recipient, please contact the sender by reply email, delete and 
destroy all copies of the original message.






~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: Scheduled message to user

2008-09-24 Thread Ralph Smith
Huh.  I was just going to make a similar request because I have been
asked to put up logon messages, and also an acceptable use notice.

 



From: Tom Miller [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2008 3:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

 

Hi Folks:

 

I am looking for a utility or a method to provide my users a periodic
message upon logon.  We currently use Zenworks and I schedule this
throughout the year for specific days (time sheet approval days).
Currently on specific days a web page opens with an announcement,
message, etc.  I can script opening a web page, but need the scheduler.
We're moving to SCCM, but so far I don't see that option. 

 

Suggestions?  I'd like something were I can set the days to run and
forget about it until next year.

 

Tom

 

Confidentiality Notice: This e-mail message, including attachments, is
for the sole use of the intended recipient(s) and may contain
confidential and privileged information. Any unauthorized review, use,
disclosure, or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message. 

 

 

 

Confidentiality Notice: 

--



This communication, including any attachments, may contain confidential 
information and is intended only for the individual or entity to whom it is 
addressed. Any review, dissemination, or copying of this communication by 
anyone other than the intended recipient is strictly prohibited. If you are not 
the intended recipient, please contact the sender by reply email, delete and 
destroy all copies of the original message.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: Scheduled message to user

2008-09-24 Thread Michael Ross
You can do that if your logon script is kix. You can tell it certain
variables of when to fire that message off

 

 

From: Tom Miller [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2008 2:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

 

Hi Folks:

 

I am looking for a utility or a method to provide my users a periodic
message upon logon.  We currently use Zenworks and I schedule this
throughout the year for specific days (time sheet approval days).  Currently
on specific days a web page opens with an announcement, message, etc.  I can
script opening a web page, but need the scheduler.  We're moving to SCCM,
but so far I don't see that option. 

 

Suggestions?  I'd like something were I can set the days to run and forget
about it until next year.

 

Tom

 

Confidentiality Notice: This e-mail message, including attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure, or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message. 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: Scheduled message to user

2008-09-24 Thread David Lum
KiXtart can probably do this, probably many other login script "handlers" too 
(VBScript, etc). I don't know hard it would be, but I'm sure it's feasible.
In totally unrelated nit-picking (and nothing personal), I have a rhetorical Q:
"This e-mail message, including attachments, is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information."
How do I know who the INTENDED recipient is? Knowing someone's intention means 
being a mind reader, doesn't it? :)

David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764


From: Tom Miller [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 12:36 PM
To: NT System Admin Issues
Subject: Scheduled message to user

Hi Folks:

I am looking for a utility or a method to provide my users a periodic message 
upon logon.  We currently use Zenworks and I schedule this throughout the year 
for specific days (time sheet approval days).  Currently on specific days a web 
page opens with an announcement, message, etc.  I can script opening a web 
page, but need the scheduler.  We're moving to SCCM, but so far I don't see 
that option.

Suggestions?  I'd like something were I can set the days to run and forget 
about it until next year.

Tom


Confidentiality Notice: This e-mail message, including attachments, is for the 
sole use of the intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure, or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.






~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~