Skip to content

Conversation

@bepsoccer
Copy link
Owner

Adds the Get-VerkadaAccessEvents function.

  • This function retrieves access control events from the Verkada API, enabling users to query events within a specified time range.
  • Also includes documentation on bulk importing profile pictures.

Adds a new function to retrieve Verkada Access Control events.

This function allows users to query access events within a specified time range and for specific event types, sites, devices, or users. It leverages the Verkada API to fetch the events and returns them as PowerShell objects. The function includes error handling and the option to write errors to a file.

Also updates the module manifest to include the new function and its alias.
Updates the function to return the entire response object
instead of just the 'events' property. This provides more
flexibility for users who need access to other metadata
included in the response.
@bepsoccer bepsoccer merged commit 020430c into release Sep 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants