Get-SCNetworkServiceCertificateUrl
Gets the URL for a network service certificate.
Syntax
Default (Default)
Get-SCNetworkServiceCertificateUrl
-ConnectionString <String>
-ConfigurationProvider <ConfigurationProvider>
-RunAsAccount <RunAsAccount>
[<CommonParameters>]
Description
The Get-SCNetworkServiceCertificateUrl cmdlet gets the URL for a network service certificate.
Parameters
-ConfigurationProvider
Specifies a configuration provider object.
A configuration provider is a plug-in to Virtual Machine Manager (VMM) that translates VMM PowerShell commands to API calls that are specific to a type of load balancer. If no configuration provider is specified, VMM uses the Manufacturer and Model information to choose an available configuration provider. If no configuration provider is found, the load balancer will not be added.
Parameter properties
Type: | ConfigurationProvider |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ConnectionString
Specifies the information required to connect to the virtual switch extension manager.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-RunAsAccount
Specifies a Run As account that contains credentials with permission to perform this action.
Parameter properties
Type: | RunAsAccount |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.