Files
Download and explore the complete collection of scripts, templates, and documentation for the Azure Native Citrix Login Monitor project. Each file includes detailed usage instructions and implementation guidance.
POWERSHELL
Get-CitrixLogins.ps1
397 B
Purpose: Captures Citrix login events and user session data for analysis and troubleshooting.
Use for: Real-time monitoring and troubleshooting of authentication issues, session failures, and performance bottlenecks.
Download Script POWERSHELL
Get-EntraSignIns.ps1
5.5 KB
Purpose: Retrieves Entra ID (Azure AD) sign-in logs and authentication data for correlation with Citrix sessions.
Use for: Generate comprehensive authentication reports combining Citrix and Azure AD data for compliance and troubleshooting.
Download Script SQL
Database-Schema.sql
13 KB
Purpose: SQL schema for creating the unified login database with tables for Citrix sessions, Entra sign-ins, and unified users.
Use for: Database setup for storing and correlating login data from multiple systems for comprehensive reporting.
Download Script JSON
LogicApp-Sample-Definition.json
2.0 KB
Purpose: Azure Logic App definition template for orchestrating the automated login capture workflow.
Use for: Deploy the master Logic App that schedules and coordinates PowerShell runbooks for data collection.
Download Script MARKDOWN
Citrix-AzureAutomation-LogicApps-Plan.md
14 KB
Purpose: Comprehensive implementation guide covering the complete Azure automation architecture and deployment strategy.
Use for: Step-by-step documentation for implementing the full Azure native login monitoring solution with Azure services.
Download Guide MARKDOWN
Hybrid-Worker-Setup-Guide.md
7.9 KB
Purpose: Installation and configuration guide for Azure Automation Hybrid Runbook Workers in on-premises environments.
Use for: Setup instructions for enabling PowerShell script execution on-premises to access Citrix controllers and collect session data.
Download Guide