< Back

Enable-ACMEExtensionModule

Fri Jan 10, 2020 6:41 pm

NAME Enable-ACMEExtensionModule



SYNOPSIS





SYNTAX

Enable-ACMEExtensionModule [-ModuleName] <String> [[-ModuleVersion] <String>] [[-Scope] <String>] [[-AcmeVersion]

<String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ModuleName <String>

Required, the name of the PowerShell module that is an ACMESharp Extension Module.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ModuleVersion <String>

An optional version spec, useful if multiple version of the target Extension Module

are installed.



The spec can be an exact version string or a `-like` pattern to be matched.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Scope <String>

Specifies the scope under which the extension will be enabled. Extensions can be enabled

either globally, accessible to all users, or specific to the current user. When resolving

extensions, you can scope the resolution to one or the other, or both.



By default extensions are resolved relative to both scopes, with user scope taking

priority. For enabling an extension, you can specify `Global` or `User` scope.

The default value is 'Global'.



Required? false

Position? 3

Default value Global

Accept pipeline input? false

Accept wildcard characters? false



-AcmeVersion <String>

An optional version spec, useful if multiple versions of the core ACMESharp module is installed,

this will specify which module installation will be targeted for enabling the module.



The spec can be an exact version string or a `-like` pattern to be matched.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS





CommonParameters : True

WorkflowCommonParameters : False

details : @{name=Export-ACMEExtensionAsMarkdown; noun=; verb=}

Syntax : @{syntaxItem=System.Object[]}

parameters : @{parameter=System.Object[]}

inputTypes : @{inputType=}

returnValues : @{returnValue=}

aliases : None



remarks : None

alertSet :

description :

examples :

Synopsis :

Export-ACMEExtensionAsMarkdown [-ChallengeHandler <string>] [<CommonParameters>]



Export-ACMEExtensionAsMarkdown [-Installer <string>] [<CommonParameters>]



Export-ACMEExtensionAsMarkdown [-Vault <string>] [<CommonParameters>]



Export-ACMEExtensionAsMarkdown [-ChallengeDecoder <string>] [<CommonParameters>]



Export-ACMEExtensionAsMarkdown [-PkiTool <string>] [<CommonParameters>]



ModuleName : ACMESharp

nonTerminatingErrors :

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

Name : Export-ACMEExtensionAsMarkdown

Category : Function

Component :

Role :

Functionality :