Skip to content

Conversation

@bepsoccer
Copy link
Owner

This PR introduces the Get-VerkadaAccessEvents function to retrieve Verkada Access Control events.

  • Implements the function using the Verkada API to fetch access events within a specified time range.
  • Adds documentation and examples for using the new function.
  • Includes error handling and pagination support.
  • Updates the module manifest to include the new function.
  • Adds an example markdown file for bulk importing AC profile pictures.

bepsoccer and others added 6 commits September 30, 2025 11:03
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.
Adds Get-VerkadaAccessEvents function
@bepsoccer bepsoccer merged commit ec62a27 into master Sep 30, 2025
3 checks 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