sync
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<# default user /etc/wsl.conf
|
||||
[user]
|
||||
default = zmeier
|
||||
#>
|
||||
|
||||
Find-Module Microsoft.PowerShell.Secret*
|
||||
Find-Module Microsoft.PowerShell.Secret* | Install-Module -Scope CurrentUser
|
||||
Register-SecretVault -Name SecretStore -Module Microsoft.PowerShell.SecretStore -DefaultVault
|
||||
Set-Secret -Name PrvCred -Secret (Get-Credential)
|
||||
# enter credential object to save in vault
|
||||
# then enter password to secure the vault
|
||||
Get-SecretStoreConfiguration # view vault settings
|
||||
Set-SecretStoreConfiguration -Interaction None # always allow access to current user
|
||||
Reference in New Issue
Block a user