< Back
Get-ACMEExtensionModule
Post
NAME Get-ACMEExtensionModule
SYNOPSIS
SYNTAX
Get-ACMEExtensionModule [[-ModuleName] <String>] [[-Scope] <String>] [[-AcmeVersion] <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-ModuleName <String>
Optional, the name of the PowerShell module that is an enabled ACMESharp Extension Module.
If unspecified, then all enabled Extension Modules will be returned.
Required? false
Position? 1
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 user scope taking
priority. Valid values are 'Global', 'User' or 'All". The default value is 'AllScopes'.
Required? false
Position? 2
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 inspecting for enabled modules.
The spec can be an exact version string or a `-like` pattern to be matched.
Required? false
Position? 3
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
SYNOPSIS
SYNTAX
Get-ACMEExtensionModule [[-ModuleName] <String>] [[-Scope] <String>] [[-AcmeVersion] <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-ModuleName <String>
Optional, the name of the PowerShell module that is an enabled ACMESharp Extension Module.
If unspecified, then all enabled Extension Modules will be returned.
Required? false
Position? 1
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 user scope taking
priority. Valid values are 'Global', 'User' or 'All". The default value is 'AllScopes'.
Required? false
Position? 2
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 inspecting for enabled modules.
The spec can be an exact version string or a `-like` pattern to be matched.
Required? false
Position? 3
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