this post was submitted on 15 Jun 2023
1 points (100.0% liked)
Powershell Community
11 readers
1 users here now
Location to share common thoughts on Powershell and share knowledge and help others. ### Resources: - Install PowerShell – Instructions for Windows, Linux, and macOS
- PowerShell Galley Your one-stop shop community and Microsoft modules.
- PowerShell Repository – View the PowerShell source code, report issues, or contribute to the project yourself.
- PowerShell Community Call – Hear from and talk directly to the product team on the 3rd Thursday of every month
- PowerShell in Visual Studio Code – It’s time to say goodbye to ISE
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Love to see a Powershell magazine! I got started using PS at work. I wrote and maintain a couple large-ish scripts. One to automate syncing configurations between servers - lots of API calls, handling results, pushing results to SQL, and alerting for issues. Another to assist with bulk importing data from a client's arbitrary format to our internal format, with a lot of sanity checks, plug and play field conversion functions, logging and metrics, etc. I routinely use it to import a few million records at a time and load them into an API at a fixed rate with a fixed end time.
I really like it as a language. I would say PS and JS are my favorite languages to work in these days.
It's nice when you can have the system do the work for you as well, and automate what you can too.
Definitely. It's it's certainly pleasant to see a table filled with successful jobs!