Application Support

Application Support

Follow
homeTiny PowerShell ProjectsSponsorsnewslettermembers

Bash vs. PowerShell - Moving files

Hooman PegahmehrHooman Pegahmehr
Oct 1, 20231 min read

I needed to send my accountant my paystubs, so I went to ADP to get them. ADP only lets you download 10 files at once, leading to many subfolders. I...

Bash vs. PowerShell - Moving files

PowerShell Tiny Project #12 - Real-time Tracking of Application Event Logs

Hooman PegahmehrHooman Pegahmehr
Aug 23, 20234 min read

In any debugging scenarios, we're drawn into reviewing the logs and if the application was developed with decent error handling and logging mechanism...

PowerShell Tiny Project #12 - Real-time Tracking of Application Event Logs

PowerShell Tiny Project 11 - A marriage made in heaven; NodeJS & PowerShell

Hooman PegahmehrHooman Pegahmehr
Aug 16, 20238 min read

Running PowerShell scripts from Node.js · As capable as Node.js is, there are scenarios in which Node.js doesn't have native support. For example, if you...

PowerShell Tiny Project 11 - A marriage made in heaven; NodeJS & PowerShell

PowerShell Tiny Project 10 - API Building & Interactions

Hooman PegahmehrHooman Pegahmehr
Aug 14, 20237 min read

We can use PowerShell remoting to collect data from a bunch of servers. Powershell provides a rich set of cmdlets that can be used to gather...

PowerShell Tiny Project 10 - API Building & Interactions

PowerShell Tiny Project 9 - Scheduling Jobs

Hooman PegahmehrHooman Pegahmehr
Aug 13, 20234 min read

Your script is functional and meets expectations, yet the essence of scripting lies in its automation—triggered by schedules or specific events....

PowerShell Tiny Project 9 - Scheduling Jobs

Tiny PowerShell Project 8 - Data Extraction

Hooman PegahmehrHooman Pegahmehr
Aug 9, 20237 min read

What's often the most significant expense in a project? It's integration. To put it simply for the non-technical reader, companies purchase...

Tiny PowerShell Project 8 - Data Extraction