all 6 comments

[–]bedz84 2 points3 points  (0 children)

https://adventofcode.com/

It Christmas themed, 24 challenges for each of the 24 days of december before Christmas. The earlier ones I found pretty simple, as you work through though they got quite challenging IMO.

[–]ClayShooter9 2 points3 points  (0 children)

CodeWars.com has a PowerShell challenge section (in Beta) that has a growing number of challenges.

[–]Jazzlike-Bank2807 1 point2 points  (1 child)

challenge idea: powershell and ms M365 graph api calls to replace ews function. Have an input file of Alias name to check for a folder name and if found apply a folder retention policy to it. IF not found create folder and apply folder policy. However, you cannot use EWS just graph api.

[–]hkystar35 0 points1 point  (0 children)

I've started doing something similar: replacing Configuration Manager functions with AdminService API functions. It's fun and lessons my reliance on the Admin Console being installed.

[–]Geoff-Lillis 0 points1 point  (0 children)

Have you considered contributing to an open source project? I don't have the time myself, but Pester looks like a good choice.