Get-SecretStoreConfiguration
傳回 SecretStore 組態資訊。
語法
Get-SecretStoreConfiguration []
Description
此 Cmdlet 會讀取 SecretStore 組態檔,並傳回已定義的設定。
範例
範例 1
PS C:\> Get-SecretStoreConfiguration
Scope Authentication PasswordTimeout Interaction
----- -------------- --------------- -----------
CurrentUser Password 900 Prompt
此範例顯示 SecretStore的目前組態。 它已針對目前用戶進行設定。 它需要密碼才能在會話中初始存取,並在互動式會話中提示使用者輸入密碼。 在 15 分鐘之後,再次需要密碼才能存取。
輸入
None
輸出
Microsoft.PowerShell.SecretStore.SecureStoreConfig
備註
不支援 AllUsers
範圍。
範圍 一律 CurrentUser
。