migrate to git.charlotte.sh

This commit is contained in:
Charlotte Croce 2025-04-19 23:42:08 -04:00
commit fbd588721e
412 changed files with 13750 additions and 0 deletions

View file

@ -0,0 +1,9 @@
(Join-Path $PSScriptRoot .\FunctionsAndEventLogs.ps1)
# get login and logoffs from past 14 days
$loginoutsTable = getWinLogons(14)
$loginoutsTable
# get shutdowns from past 20 days
$shutdownsTable = getShutdowns(20)
$shutdownsTable