I'm Wesley Deal. I work at Fellowship Christian School as an IT Systems Engineer. We're a mostly Windows environment on the back end, so in between support requests I'm frequently working on PowerShell scripts to automate our procedures. I have a Bachelors of Science in Information Technology (concentration Cyber Operations Security; minor Computer Science) from Kennesaw State University as well as CompTIA Security+ and Cisco Certified Network Associate (CCNA) certs.
- Woodstock, GA
-
14:09
(UTC -05:00) - deal.digital
Pinned Loading
-
-
-
linux_prepare_reference_deployment.sh
linux_prepare_reference_deployment.sh 1#!/bin/sh
2# prepare CentOS and Ubuntu systems to match desired configuration on first boot
3# place in /usr/sbin
45[ -x "$(command -v apt)" ] && debianlike=true || debianlike=false
-
PCOCalendarExport
PCOCalendarExport PublicPowerShell Cmdlets to assist in migration to another service (such as FMX) which insists on a CSV input format.
PowerShell
-
-
Prune-Backups.ps1
Prune-Backups.ps1 1param (
2[string]$Path = (Get-Location),
3[int]$Hours = 0,
4[int]$Days = 0,
5[int]$Weeks = 0,
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.