Taeke
|
By:
|
5,629 downloads
|
Last Updated: 1/30/2020
|
Latest Version: 1.7.289
This module utilizes the Azure AD B2C REST API to provide the most common functionality for managing B2C policies, applications and keycontainers from the PowerShell commandline or Azure DevOps. For more info support@fortigi.nl |
|
By:
|
4,993 downloads
|
Last Updated: 1/30/2020
|
Latest Version: 1.0.7
This module utilizes the Azure AD B2C REST API to manage managing B2C policies from the PowerShell commandline or Azure DevOps See https://docs.microsoft.com/en-us/graph/api/resources/trustframeworkpolicy?view=graph-rest-beta for the API specification. For more info support@fortigi.nl |
|
By:
|
0 downloads
|
Last Updated: 7/3/2026
|
Latest Version: 0.1.0
Mutation testing for PowerShell. Injects small faults (flip -eq to -ne, $true to $false, N to N+1, drop -not) into your scripts using the PowerShell AST and reports how many your Pester suite catches - the metric line coverage cannot give you. Runs mutants in a throwaway sandbox so your source is never modified. |
|
By:
|
0 downloads
|
Last Updated: 7/3/2026
|
Latest Version: 0.1.0
Cyclomatic and cognitive complexity for PowerShell. Cognitive complexity is a faithful port of the SonarSource metric (nesting-aware -- the better signal for "hard to understand"), validated against reference scores. Measures per unit (function/filter + script body) via the PowerShell AST; ships a Test-PSComplexity gate for CI. |