u/Marquis77
Blogs, Articles, and Posts
Does PowerShell DSC have any concept of a ‘handler’ like Ansible does?
(reddit.com)
So for those unaware, a 'handler' in Ansible is basically a task that executes upon a specific
By: u/Marquis77 submitted:Sep 16 2022
So for those unaware, a 'handler' in Ansible is basically a task that executes upon a specific
condition, such as a file being changed on the system. You can 'notify' the handler task, in which case Ansible knows that at the end of your playbook, it will execute that task regardless of where in the playbook you currently are, but **only if the notifying task has caused a change to the system**.
By: u/Marquis77 submitted:Sep 16 2022
With PowerShell (7) having all of the same capabilities of other languages, why isn’t there a larger ecosystem around data analysis or ML/AI, and similar functions that most just automatically gravitate to other languages for?
(reddit.com)
An interesting conversation with a bunch of great insight.
By: u/Marquis77 submitted:Mar 29 2024
An interesting conversation with a bunch of great insight.
By: u/Marquis77 submitted:Mar 29 2024
Fun
I asked ChatGPT how to use ChatGPT programmatically with PowerShell. It told me how, and now I’ll tell you.
(reddit.com)
EDIT: Turns out that if you are using a Microsoft or Google account, you will need to register
By: u/Marquis77 submitted:Jan 13 2023
EDIT: Turns out that if you are using a Microsoft or Google account, you will need to register
ChatGPT as an application using OAuth2.0. I ended up just making my API key in the OpenAI GUI.
By: u/Marquis77 submitted:Jan 13 2023