Replicating log ons

Discussion in 'Software' started by zxspectrum, Oct 29, 2019.

  1. zxspectrum

    zxspectrum Terabyte Poster Forum Leader Gold Member

    2,092
    216
    244
    Hello all

    Bit of a random one here but does anyone have an idea how I could replicate 200 logons.

    These wouldn't be network accounts as such as I would use a direct link, however I would like to try and have 200 test users, loaded into a course for them to be logged in at the same time so I oculd take an attendance register.

    I know this is not run off the mill stuff but thought I would ask

    Cheers

    Ed
     
    Certifications: BSc computing and information systems
    WIP: 70-680
  2. FlashDangerpants

    FlashDangerpants Byte Poster

    187
    57
    64
    what exactly are they logging into?
     
    Certifications: MCITP Exchange 2010, MCSA Svr 2012
    WIP: Exchange 2013
    Juelz likes this.
  3. Pseudonym

    Pseudonym Kilobyte Poster

    400
    131
    90
    Powershell/bash script.
     
  4. zxspectrum

    zxspectrum Terabyte Poster Forum Leader Gold Member

    2,092
    216
    244
    They will be logging into a learn management system

    Its for students who use an LMS to submit their coursework etc


    ZX
     
    Certifications: BSc computing and information systems
    WIP: 70-680
  5. FlashDangerpants

    FlashDangerpants Byte Poster

    187
    57
    64
    That sounds like they need to log into a web page?
    An easy-ish sort of way to do that is to automate a web browser and make that do it for you. The Selenium web driver can poke Chrome and Firefox etc to open up a session and log into stuff for you. Here's a video of some guy showing how to do exactly that with Powershell you should be able to import-csv and loop through the lines to do it 200 times...

    The LMS might allow machine logins though, in which case you might be able to use invoke-restmethod to open a couple hundred logins without the computational expense of 200 firefox instances.
     
    Certifications: MCITP Exchange 2010, MCSA Svr 2012
    WIP: Exchange 2013
  6. zxspectrum

    zxspectrum Terabyte Poster Forum Leader Gold Member

    2,092
    216
    244
    Hey Flash

    Halfway through the vid and I am amazed at the stuff he can do, obviously, there will be a bit of trial and error on my side, but that's one hell of a quality vid

    Cheers

    Ed
     
    Certifications: BSc computing and information systems
    WIP: 70-680
  7. zxspectrum

    zxspectrum Terabyte Poster Forum Leader Gold Member

    2,092
    216
    244
    Certifications: BSc computing and information systems
    WIP: 70-680

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.