You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample command pipes a set of features that have already been retrieved by using the Get-SmigServerFeature cmdlet to the Import-SmigServerSetting cmdlet.
@@ -100,8 +108,8 @@ By using the -Verbose parameter, the command also displays detailed information
Import-SmigServerSetting -User All -Password $pass -Path 'c:\store' -Verbose
105
113
```
106
114
107
115
In this example, the first command convert the store encryption password, represented by "password," to a secure string, and store it in the variable $pass.
0 commit comments