Control 3.7: PPAC Security Posture Assessment - Troubleshooting
This playbook provides troubleshooting guidance for Control 3.7.
Common Issues and Resolutions
Issue: Security Dashboard Not Loading
Symptoms: Security page shows error or blank
Resolution:
- Verify Power Platform Admin role assignment
- Clear browser cache
- Try different browser
- Check for service health issues
Issue: Recommendations Not Updating
Symptoms: Completed actions still show as open
Resolution:
- Allow 24-48 hours for sync
- Refresh the dashboard
- Verify change was applied correctly
- Check environment scope
Issue: Score Not Reflecting Changes
Symptoms: Security score unchanged after improvements
Resolution:
- Verify all components of scoring
- Check for conflicting policies
- Re-run assessment script
- Contact Microsoft Support if persists
Issue: Audit Logs Not Appearing
Symptoms: Monitor tab shows no data
Resolution:
- Verify audit logging is enabled
- Check date range filter
- Confirm user has audit log access
- Allow time for log ingestion
Diagnostic Commands
# Check admin role
Get-AdminPowerAppEnvironment | Select-Object DisplayName, EnvironmentType
# Verify DLP policies exist
Get-DlpPolicy | Format-Table DisplayName, Type
# Check managed environment status
Get-AdminPowerAppEnvironment | Select-Object DisplayName, @{N='IsManaged';E={$_.Internal.properties.governanceConfiguration.enableManagedEnvironment}}
Escalation Path
| Issue Severity | Escalate To | Response Time |
|---|---|---|
| Dashboard failure | Microsoft Support | 4 hours |
| Score calculation error | Platform Admin | 24 hours |
| Missing recommendations | AI Governance Lead | 48 hours |
| Audit log gaps | Security Team | Immediate |
Next Steps
- Portal Walkthrough - Manual configuration
- PowerShell Setup - Automation scripts
- Verification & Testing - Test procedures
Updated: February 2026 | Version: v1.3