Skip to content
Discussion options

You must be logged in to vote

Hi @AdhocAdam

Let me see if I can articulate this correctly.

For the Set-Secret we logged on to the server with the SCSM Workflow account and ran PowerShell.

In PowerShell we ran the following commands so that we can set our Secret as well as remove the interactive prompt top enter a password to access the secret.

  • Install-Module Microsoft.PowerShell.SecretStore -Force
  • Install-Module Microsoft.PowerShell.SecretManagement -Force
  • Register-SecretVault -Name SMExcoSecret -ModuleName Microsoft.PowerShell.SecretStore -DefaultVault
  • Set-Secret -Name SMExcoSecret #Here we gave a password to access it first and then the password of the mailbox you are trying to access
  • Set-SecretStoreConfiguration -…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@AdhocAdam
Comment options

@NaasMarais
Comment options

@AdhocAdam
Comment options

@NaasMarais
Comment options

Answer selected by AdhocAdam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants