IPWorks Auth 2020 Node.js Edition

Questions / Feedback?

ComputerList Event

Fired for each computer entry returned.

Syntax

activedirectory.on('ComputerList', [callback])

Callback

The 'callback' is called when the 'ComputerList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.name
e.operatingSystem
e.lastLogon
e.logonCount
e.dn

Remarks

This event is fired once for each computer returned when the ListComputers method is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Node.js Edition - Version 20.0 [Build 8155]