New-SmMultifactorAuthenticationMetadata
Contributors
Suggest changes
To create the metadata required to setup the MFA for SnapCenter in a specified location.
Syntax
New-SmMultifactorAuthenticationMetadata [-Path] <>
Detailed Description
To create the metadata required to setup MFA for SnapCenter in the specified location.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Path |
Create SnapCenter MFA metadata at the specified path. |
false |
false |
Examples
Example 1: Create SnapCenter MFA metadata at default location
New-SmMultifactorAuthenticationMetadata
This example syntax creates SnapCenter MFA metadata at default location.
SnapCenter MFA Metadata: SnapCenterMFAMetadata.xml successfully generated at: c:\ProgramData\NetApp\SnapCenter\Package Repository
Example 2: Create SnapCenter MFA metadata at specified location
New-SmMultifactorAuthenticationMetadata -Path C:\SC_metadata
This example syntax creates SnapCenter MFA metadata at specified location.
SnapCenter MFA Metadata: SnapCenterMFAMetadata.xml successfully generated at: C:\SC_metadata