Anthony Howell
Blogs, Articles, and Posts
PowerShell Move-Item examples for file, folder management
(searchwindowsserver.techtarget.com)
Moving files and folders with PowerShell requires some finesse for different situations.
By: Anthony Howell submitted:Jun 16 2022
Moving files and folders with PowerShell requires some finesse for different situations.
By: Anthony Howell submitted:Jun 16 2022
PowerShell’s plus equals (+=), the array serial killer
(theposhwolf.com)
I did a livestream recently where I created a function to parse an HTML table and convert it to a
By: Anthony Howell submitted:Jun 15 2022
I did a livestream recently where I created a function to parse an HTML table and convert it to a
PowerShell object. If you followed along, you probably noticed that I used a += with no shame whatsoever. Luckily, @PrzemyslawKlys caught it and asked that I fix it (you can see the commit history here, the actual request was a Twitter DM). This was a great reminder to me that += should be avoided!
By: Anthony Howell submitted:Jun 15 2022
Projects, Scripts, and Modules
Curl2PS
(github.com)
This module is a utility module to help convert curl commands to Invoke-RestMethod syntax.
By: Anthony Howell submitted:Jul 1 2022
This module is a utility module to help convert curl commands to Invoke-RestMethod syntax.
By: Anthony Howell submitted:Jul 1 2022
Books, Media, and Learning Resources
PowerShell Playbook: Automating Active Directory
(pluralsight.com)
If you manage Active Directory, you need to know PowerShell. This course covers everything you need
By: Anthony Howell submitted:Jun 15 2022
If you manage Active Directory, you need to know PowerShell. This course covers everything you need
to get started building your own PowerShell toolkit.
By: Anthony Howell submitted:Jun 15 2022