Jump to content

Recommended Posts

Posted

The Head has asked me for teachers to receive a popup message reminding them to take the register at 5 minutes past the beginning of each lesson. Our teaching staff have their own OU within AD, so something that can target users (not computers) this way would be ideal. I need to ensure they don't get irrelevant reminders at the weekends or during holidays, but receiving them when they have a free period wouldn't be the end of the world.

 

Does anyone else have a solution for this in place? I've tried with msg.exe (simply unable to target users on a domain without knowing the PC they're logged onto), and also psexec & schedulded tasks to run vbscripts, but I'm struggling to get anything working reliably. Any advice would be greatly appreciated!

Posted
Thanks. I've just filled our their enquiry form online to get some pricing. The school is currently repaying a financial deficit, so funds are tight. If this product is cheap then I might be able to get the go-ahead. If not, I will need something open source or a reliable way to leverage native Windows functionality.
Posted

We bought Notify and it only came out as a few hundred quid for us. One time purchase, with optional annual maintenance. We took the maintenance as it was spare change money.

 

I haven't looked at it for a while, but it can be scripted to send messages, so you could have this run via scheduled tasks.

Posted
How would the scheduled task differentiate term time from outside of term time? One of my initial ideas was for a scheduled task (pushed out to the teachers' OU by GP) to run a script which checked that the device was on-site by pinging the DC's local IP, and then displaying a msgbox if it received a reply. However, the task scheduler didn't seem to natively support the sort of timing I would require, meaning I'm down to scheduling a separate task for each lesson which just seems really inefficient. This solution also entails me cobbling together a script which interprets the reply from the ping command. Lastly, I've not had much success using GP to actually apply a scheduled task to a user rather than a computer. ☹
Posted
What if you store the script to display the message on the server? Then when offline it just can't run. Do the teachers have their own laptops?
Posted
Yeah they have their own laptops. I had stored the script on a network share and pushed out a scheduled task to a test teacher account (not to a specific PC) to run it with wscript but it didn't seem to work even after I'd set the trigger to logon and used gpupdate /force and logged off and logged in again. I could manually execute the script so the malfunction was something to do with applying a scheduled task to the user. 😒
Posted
in one place of work we had a scheduled task that ran 5 mins after every registration that runs a video file that says 'Reminder to take your register' with a chime, it ran on every teach PC if users were logged in. although slightly intrusive it did its job to push teachers to take registers
Posted
Thanks. I've just filled our their enquiry form online to get some pricing. The school is currently repaying a financial deficit, so funds are tight. If this product is cheap then I might be able to get the go-ahead. If not, I will need something open source or a reliable way to leverage native Windows functionality.

 

School has money problems and you are looking to spend a bit just to remind teachers to take registers...

 

If this was a problem here - talking with the Governor hat on.... I would be concerned. I think you are going to be lucky to find something very cheap or free to do this and is reliable. I used Netsupport some years ago and it was cheap compared to other products but still an expense. Not something I would consider buying for this..

 

It must be part of their routine. If they can forget this.. what else can they forget?

 

Sorry - I know this doesn't help you!

  • Thanks 4
Posted
Our office staff just e-mail those staff that do not do their register in a timely fashion as it was easier. If we wanted to do an automated system it would be a nightmare as not all our classes start at the same time this year as the 2 key stages are staggered so our social areas are not over capacity.
  • Thanks 2
Posted
Yeah they have their own laptops. I had stored the script on a network share and pushed out a scheduled task to a test teacher account (not to a specific PC) to run it with wscript but it didn't seem to work even after I'd set the trigger to logon and used gpupdate /force and logged off and logged in again. I could manually execute the script so the malfunction was something to do with applying a scheduled task to the user. 😒

 

Check the event log/history for the task.

 

There's a condition "start only if the following network connection is available"

 

And then the security options, what user is it running as?

Posted
I was asked to look at something like this. I refused. I said it the teachers job to make sure they do the register, they shouldn't need a reminder for it. It's literally their job to make sure the children are safe and accounted for. This was agreed. Now, if staff miss a register, they receive an email from the head and they have to explain themselves. 2 weeks later, we only have the odd one missed.
  • Thanks 1
Posted (edited)

Keep it simple.

 

Students arrive in classroom

Teacher says good morning children/students etc.

Teacher takes register

 

What could be simpler than that :D.

Edited by Davit2005
Posted
Keep it simple.

 

Students arrive in classroom

Teacher says good morning children/students etc.

Teacher takes register

 

What could be simpler than that :D.

 

Follow the instructions!

 

Instructions.jpg

 

:) :p

Posted (edited)

This is the basics of their job. It's a simple task they should be able to remember to do.

I don't think technology is neccessary here. You'll have attendance officers who can spot a missing register, and alert the teacher and escalate it to the Head if it becomes a regular occurance, I'd have thought? This certainly has the feeling of one or two have an issue, so let's send alerts to everyone so that we don't single out the problem and instead annoy the whole group!

Edited by paulkerton
  • Thanks 2
Posted

Thanks everyone for all the replies so far.

 

I agree with the sentiment that technology shuoldn't be required in these situations, but the Head has asked and I'm obliged to comply.

 

The school's MIS is Arbor. I will ask if they offer any sort of reminder, but I'm not sure what form this would take which wouldn't require staff to either have the website open or an active Outlook session, neither of which are guaranteed, which is why I have been trying to use Windows popup messages.

 

I assumed there would be something readily used and free for this and similar scenarios, but apparently not!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...