Jump to content

Recommended Posts

Posted

Does anyone know if it's possible to trigger a remote logon using powershell? I know remote logoff is, but I can't find any documentation on a logon command.

 

I'm looking at ways to speed up the start of lessons in the ICT suites by giving the teachers a script to remotely login their year group.

Posted
Impero manages it via their UI, but i don't know how.

A system like Impero or Senso would be ideal but these are small primaries to there's no hope of getting the budget for that unfortunately.

Posted

+1 for auto login or RDP to login, lock the workstation

then powershell for remote unlock

 

Invoke-Command -ComputerName 'RemoteMachine' -ScriptBlock { rundll32.exe user32.dll,LockWorkStation }

Posted
+1 for auto login or RDP to login, lock the workstation

then powershell for remote unlock

 

Invoke-Command -ComputerName 'RemoteMachine' -ScriptBlock { rundll32.exe user32.dll,LockWorkStation }

 

Isn't that a remote lock, not a remote unlock?

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...