lock a workstation if it has not been updated

  • Thread starter Thread starter Yoelb
  • Start date Start date
Y

Yoelb

Anyone got an idea how I can lock a workstation [on all windows
version compatible] if it has not been updated?

TIA
JoelB
 
Yoelb said:
Anyone got an idea how I can lock a workstation [on all windows
version compatible] if it has not been updated?

TIA
JoelB

System Properties ---> General Tab

I get some informations about OS version and Service Packs applied.

WS
 
System Properties ---> General Tab
I get some informations about OS version and Service Packs applied.

WS

I am aware that you can see the version information in this place, but
my question is, how I can restrict logging into a workstation [on all
windows version compatible] if it doesn't have the latest Microsoft
update patch?

[Maybe with a logo script..?]

TIA
JoelB
 
You can't restrict login with an if-then-else condition based on installed
software. Nice thought, though.

Dispense service packs via group policy or SUS, and set Windows Update to
run automatically. Take the user out of the loop and administer the machines
properly.



Yoelb said:
System Properties ---> General Tab

I get some informations about OS version and Service Packs applied.

WS

I am aware that you can see the version information in this place, but
my question is, how I can restrict logging into a workstation [on all
windows version compatible] if it doesn't have the latest Microsoft
update patch?

[Maybe with a logo script..?]

TIA
JoelB
 
Use taskscheduler at computer boot to see whats needed before login.
System Properties ---> General Tab

I get some informations about OS version and Service Packs applied.

WS

I am aware that you can see the version information in this place, but
my question is, how I can restrict logging into a workstation [on all
windows version compatible] if it doesn't have the latest Microsoft
update patch?

[Maybe with a logo script..?]

TIA
JoelB
 
Back
Top