Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SafeGuard 5.x suspend POA / Autologon

Hi, with a SafeGuard 5.x protected device:

is it possible do deactivate POA (e.g. for a number of Logins)

and perform a predefined autologon ?

:26287


This thread was automatically locked due to age.
Parents
  • Here's the command / s that needs to run on the client:. We use our machine management system to run the appropriate script at the beginning and end of a job.

    REM Enable WOL (Disable POA)
    REM Must be set-up in conjunction with Machine Settings Policy in SafeGuard Management Center

    IF %PROCESSOR_ARCHITECTURE%==x86 C:\Windows\System32\SGMCmdIntn.exe -WOLstart
    IF %PROCESSOR_ARCHITECTURE%==AMD64 C:\Windows\SysWOW64\SGMCmdIntn.exe -WOLstart

    -----------------------------------------------------------

    REM Disable WOL (Re-enable POA)
    REM Must be set-up in conjunction with Machine Settings Policy in SafeGuard Management Center

    IF %PROCESSOR_ARCHITECTURE%==x86 C:\Windows\System32\SGMCMDIntn.exe -WOLstop
    IF %PROCESSOR_ARCHITECTURE%==AMD64 C:\Windows\SysWOW64\SGMCMDIntn.exe -WOLstop

    ------------------------------------------------------------

    If I remember correctly, the admin guide suggests to add 3 extra reboots in the policy.

    Thus if you need to reboot the client twice (2), then set the policy as five (5).

    Regards,

    John

    :26937
Reply
  • Here's the command / s that needs to run on the client:. We use our machine management system to run the appropriate script at the beginning and end of a job.

    REM Enable WOL (Disable POA)
    REM Must be set-up in conjunction with Machine Settings Policy in SafeGuard Management Center

    IF %PROCESSOR_ARCHITECTURE%==x86 C:\Windows\System32\SGMCmdIntn.exe -WOLstart
    IF %PROCESSOR_ARCHITECTURE%==AMD64 C:\Windows\SysWOW64\SGMCmdIntn.exe -WOLstart

    -----------------------------------------------------------

    REM Disable WOL (Re-enable POA)
    REM Must be set-up in conjunction with Machine Settings Policy in SafeGuard Management Center

    IF %PROCESSOR_ARCHITECTURE%==x86 C:\Windows\System32\SGMCMDIntn.exe -WOLstop
    IF %PROCESSOR_ARCHITECTURE%==AMD64 C:\Windows\SysWOW64\SGMCMDIntn.exe -WOLstop

    ------------------------------------------------------------

    If I remember correctly, the admin guide suggests to add 3 extra reboots in the policy.

    Thus if you need to reboot the client twice (2), then set the policy as five (5).

    Regards,

    John

    :26937
Children
No Data