Skip to content

Latest commit

 

History

History
94 lines (65 loc) · 1.66 KB

File metadata and controls

94 lines (65 loc) · 1.66 KB

Documentation for module LCWMermaidGenerator

A module for simplifying the process of getting an access token from Entra ID

Metadata Information
Version 0.2.0
Author Marius Solbakken Mellum
Company name Fortytwo Technologies AS
PowerShell version 7.1

Invoke-LCWMermaidGenerator

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

Invoke-LCWMermaidGenerator [[-ReportPath] <String>] [-AzureDevOps] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-AzureDevOps

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ReportPath

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS