- π Hi, Iβm @Colisian
- π CUrrently working as a LEad IT Engineer at the University of Maryland.
- π± Completed a Software Engineering Master's Degree at the UMGC while also employed at the University of Maryland.
- ποΈ Looking to use this page to post the different projects I am working on and to find learning resources to advance my skills.
- π« How to reach me Email: [email protected] and https://www.linkedin.com/in/colisian-mcleod/
- π I mostly work with Powershell and Bash scripting, but also growing in .NET.
Forever learning...
-
University of Maryland, College Park
- Washington D.C.
- https://www.linkedin.com/in/colisian-mcleod/
Highlights
- Pro
Pinned Loading
-
PowerShell script that will delete a...
PowerShell script that will delete all files in the folder "PanoptoRecorder" located in the C:\ drive that haven't been modified in the last 30 days: 1Get-ChildItem -Path "C:\PanoptoRecorder" -Recurse | Where-Object { $_.LastWriteTime -lt (Get-Date).AddDays(-30) } | Remove-Item -Force -Recurse -Confirm:$false
23
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.