This commit is contained in:
Zack Meier
2026-04-15 15:42:41 -05:00
parent 74edcc4d9a
commit 03dba08135
146 changed files with 9119 additions and 1 deletions
+13
View File
@@ -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