New PowerShell Secrets Management Module - Easily use any secret provider

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 34

  • @shanebagel
    @shanebagel Рік тому +1

    John, this course is one of the best learning materials I've ever worked through.
    You are a legend sir, thank you for all the great content you make!

  • @dreeastwood2500
    @dreeastwood2500 10 місяців тому

    I watched all 13 vidoes of this powershell master class and I have to say.... John my man!! You are a great teacher and thank you.

  • @pic101
    @pic101 3 роки тому +1

    Sometimes a video appears just when you need it. Thanks John, brilliant.

  • @dotnetspark
    @dotnetspark Рік тому

    Awesome John! Ridiculously easy, yet extremely powerful.

  • @KefashWhite
    @KefashWhite Рік тому

    Very comprehensive series. Loved every minute of it and shared it with a number of my friends.

  • @Semtx552
    @Semtx552 3 роки тому +2

    Thanks for ticking off one subject on my to do list "tech i need to play with" :)

  • @ChrisRivers
    @ChrisRivers 3 роки тому +1

    Great work as always John. Used this to help get myself into replacing some old cred management code we had locally. Nice to have some officially supported code around this! (finally!!!)

  • @makeitcloudy
    @makeitcloudy Рік тому

    Thank you for bringing this. Explanation is slick as usual, got inspired to make use of it !

  • @mtbcyclist
    @mtbcyclist 3 роки тому

    Nice.... I have been using the "CredentialManager" module, but I like this better as now I can use outside providers for password management and scripts.

  • @MallocArray
    @MallocArray 3 роки тому

    Great video. Sharing this with coworkers.

    • @NTFAQGuy
      @NTFAQGuy  3 роки тому

      Thanks for sharing!!

  • @neilhogan1742
    @neilhogan1742 3 роки тому

    Thanks again John.

  • @iamdedlok
    @iamdedlok 3 роки тому

    Hey John, big thanks for showing this! I can now use this to play with my Bitwarden secret store! LOL :-) this is going to be fun! Anything to reduce mouse movement and keystrokes! Yay!

  • @ravilobo7977
    @ravilobo7977 3 роки тому +1

    Thank you John!
    Quick question: Whoever I share my scripts with, need this set-up in their local machine, correct?
    On a different note, I’m looking for a solution, where I need to share a script to developers, who need elevated access to run the code in the script. Any insight on this?

    • @NTFAQGuy
      @NTFAQGuy  3 роки тому +1

      right, they would setup whatever vault they wanted and just make sure it has a secret named what the script expects.

  • @DavidRodriguez-ku2lo
    @DavidRodriguez-ku2lo 3 роки тому

    Nice video, thanks for sharing

    • @NTFAQGuy
      @NTFAQGuy  3 роки тому

      Glad you enjoyed it

  • @koodauskanava9096
    @koodauskanava9096 3 роки тому

    This is great. Thanks 👍

  • @sarthaksahoo8259
    @sarthaksahoo8259 3 роки тому

    This is awesome :) . What’s your preferred vault .

    • @NTFAQGuy
      @NTFAQGuy  3 роки тому +1

      Gotta be azure key vault :)

    • @sarthaksahoo8259
      @sarthaksahoo8259 3 роки тому +1

      @@NTFAQGuy I have used thycotic , LastPass , AZkeyvault , KeePass and allways found it to be one size fits all fails . This module will definitely help :)

  • @jr-bo9kj
    @jr-bo9kj 2 роки тому

    In the chicken and egg scenario where you need to unlock secret store to use secrets in the script. What is the recommended best practice? Al,ost seems like we have to still leave a pw in clear text or converted to secure string and stored to file.

    • @NTFAQGuy
      @NTFAQGuy  2 роки тому

      I would look at where the script is running and other options, eg if automation does it have a store

  • @UmerAzeem
    @UmerAzeem 3 роки тому

    Amazing ! stuff

    • @NTFAQGuy
      @NTFAQGuy  3 роки тому +1

      Glad you enjoyed it

  • @AbdulMalik-ts4nq
    @AbdulMalik-ts4nq 3 роки тому

    Can anyone get the secret set by someone?is it profile specific? Reason is someone set secret can get by other can get the passwords.

    • @NTFAQGuy
      @NTFAQGuy  3 роки тому +1

      Depends on the vault used and the permissions but the configuration is per user for the definition