< Back

Resolve-ACMEExtensionModule

Fri Jan 10, 2020 6:47 pm

NAME Resolve-ACMEExtensionModule



SYNOPSIS





SYNTAX

Resolve-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 of extension resolution. Extensions can be installed 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 global scope taking

priority. Valid values are 'Global', 'User' or 'AllScopes". The default value is 'AllScopes'.



Required? false

Position? 3

Default value AllScopes

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