profile for Hannel on Stack Exchange, a network of free, community-driven Q&A sites
Project Work Hours
Sat & Sun 6am - 9am
Subscribe via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Archives

The article covers storing credential ‘securely’ to be used later in a PowerShell script. It involves export credential into a xml file and importing that credential when need to authenticate.

I used the store credential process to customize an existing script, this method can be used anywhere where a PowerShell script needs a credential.


—————————————-­————————
One of numerous videos in my Two-Click (2C) series

2C YouTube Playlist: https://www.youtube.com/playlist?list=PLURKD77y7MK9f3vrr7SnQE_1L2QjzdMUM
Other 2C Article: http://hazelnest.com/blog/blog/tag/2c/
Other PowerShell Article: http://hazelnest.com/blog/blog/tag/PowerShell/