Jump to content

cmiller

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    cmiller got a reaction from David in This is not 2FA   
    Would love to have 2FA via google authenticator.  
  2. Thanks
    cmiller reacted to Quenten Grasso in Update Computer Name with Logged on Username   
    Hey Fellow PW users,
    I've created a script which allows the system to change its name to %computername%-Current logged on username, which makes life a little easier when trying to remote to their computers on the remote control tool/Webapp.
    To get started, create your script in the script editor, in my example,
    Name: Update Computer Name with Logged on Username
    Windows/Powershell Code: 
    $pwqusers = quser | Select-Object -skip 1 $pwquserfmt = $pwqusers.substring(1,22).Trim() -join "," Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name ComputerName -Value "$env:computername-$pwquserfmt" Click Save.
    Next we create at new task,
    Name: Update Computer Name with Logged on Username
    Current Scope -> Windows Workstations
    Enable Scheduling -> (I've set it to run once a day) Every weekday (Monday to Friday), starting on 12 August 2018 at 09:00 (Australia/Brisbane)
    Scripts tab, Select/add your new script you just created and once that's done click save.
    You can now run the task on demand as well which will update all of the PC's in your windows workstations scope to Computer Name-Logged on usernames
    This works for RDSH hosts as well however it could get a bit of out hand if you have 5-10+ users logged in so I probably wouldn't recommend it to be used on servers.
    I Hope this helps you somehow, these scripts/suggestions come with no warranty and I bear no responsibility if this breaks anything, use at your own risk etc..etc..
    Cheers,
    Quenten
  3. Upvote
    cmiller reacted to Chris in This is not 2FA   
    Hi,
    Thank you for your feedback. Pulseway currently only supports sending OTP via email at this moment, we have plans for adding support for Google Authenticator in the future too. This is a feature that is very functional and it does add another layer of security.
    Chris
  4. Upvote
    cmiller reacted to Chris in Pulseway Plugin List   
    For convenience we've constructed a list of all community maintained plugins for Pulseway.
    Altaro VMBackup
    Link: https://forum.pulseway.com/topic/3047-altaro-vmbackup-plugin/
    Author: NESTEC Austria
    Version: 0.3
    Last Update: 20/11/2019
    Status: Functional / Commercial
    Notification Bridge
    Link: http://forum.pulseway.com/topic/962-notification-bridge/
    Author: Paul
    Version: 1.3
    Last Update: 10/09/2019
    Status: Functional
     
    Session Control Plugin
    Link: http://forum.pulseway.com/topic/319-session-control-plugin-12/
    Author: Paul
    Version: 1.3
    Last Update: 08/09/2016
    Status: Functional
     
    ShutdownPlugin
    Link: http://forum.pulseway.com/topic/952-shutdown-or-restart-scheduler-v10/#entry5192
    Author: Paul
    Version: 1.3
    Last Update: 21/12/2015
    Status: Functiona
     
    PowerOfTheShell
    Link: http://forum.pulseway.com/topic/274-poweroftheshell-plugin-14/
    Author: Cptrico
    Version: 1.5
    Last Update: 29/6/2015
    Status: Functional
     
    CouchBase Tool Plugin
    Link: http://forum.pulseway.com/topic/557-couchbase-tool-plugin-10/
    Author: Cptrico
    Version: 1.0
    Last Update: 9/10/2012
    Status: Functional
     
    Ninite Plugin
    Link: http://forum.pulseway.com/topic/657-ninite-plugin-v11/
    Author: chillisoft
    Version: 1.1
    Last Update: 20/12/2012
    Status: Functional
     
    PulsePlexWatch
    Link: http://forum.pulseway.com/topic/1298-pulseplexwatch-05/
    Author: Thronic
    Version: 0.5
    Last Update: 9/11/2014
    Status: Functional
     
    Volume Control Plugin
    Link: http://forum.pulseway.com/topic/1181-volume-control/#comment-4758
    Author: Paul
    Version: 1.0
    Last Update: 6/5/2014
    Status: Functional
     
    PC Monitor Config Plugin
    Link: http://forum.pulseway.com/topic/915-pc-monitor-config-plugin-v11/
    Author: digbyp
    Version: 1.1
    Last Update: 9/1/2014
    Status: Functional
     
    Security Plugin
    Link: http://forum.pulseway.com/topic/272-security-plugin-14/
    Author: Paul
    Version: 1.4
    Last Update: 16/9/2013
    Status: Functional
     
    SystemInfoPlugin
    Link: http://forum.pulseway.com/topic/782-create-plugin-in-visual-studio-vb/#entry3239
    Author: Paul
    Version: 1.0
    Last Update: 7/5/2013
    Status: Functional
     
    Vembu StoreGrid Plugin
    Link: http://forum.pulseway.com/topic/301-vembu-storegrid-plugin-12/
    Author: Paul
    Version: 1.2
    Last Update: 22/5/2012
    Status: Functional
     
    User Support Plugin
    Link: http://forum.pulseway.com/topic/225-user-support-plugin-13/
    Author: Paul
    Version: 1.3
    Last Update: 8/3/2012
    Status: Functional
     
    Shutdown or Restart Scheduler
    Link: http://forum.pulseway.com/topic/952-shutdown-or-restart-scheduler-v10/
    Author: robbinschut
    Version: 1.0
    Last Update: 15/10/2013
    Status: Broken
    List last update: 20/11/2019.
×
×
  • Create New...