From 4af8ff2fa2628dbc892280ff8ce353d14c4540c2 Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Fri, 3 Oct 2025 21:48:06 -0500 Subject: [PATCH] moving shit around --- .gitignore | 5 +---- Start-HPIA.ps1 | 0 Watchdog-DomainNetProf.ps1 | 0 Install-Office-2016.ps1 => old/OLD_Install-Office-2016.ps1 | 0 Install-WinGet.ps1 => old/OLD_Install-WinGet.ps1 | 0 TNGAct-7P.bat => old/TNGAct-7P.bat | 0 TNGAct.bat => old/TNGAct.bat | 0 TNGActS.bat => old/TNGActS.bat | 0 TNGMeshInstaller.bat => old/TNGMeshInstaller.bat | 0 TNGMeshInstallerOU.ps1 => old/TNGMeshInstallerOU.ps1 | 0 domlogon.bat => old/domlogon.bat | 0 oeminfo.bat => old/oeminfo.bat | 0 rayburn.bat => old/rayburn.bat | 0 Args-Test.ps1 => testing/Args-Test.ps1 | 0 GetADOU.ps1 => testing/GetADOU.ps1 | 0 Param-Test.ps1 => testing/Param-Test.ps1 | 0 16 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 Start-HPIA.ps1 delete mode 100644 Watchdog-DomainNetProf.ps1 rename Install-Office-2016.ps1 => old/OLD_Install-Office-2016.ps1 (100%) rename Install-WinGet.ps1 => old/OLD_Install-WinGet.ps1 (100%) rename TNGAct-7P.bat => old/TNGAct-7P.bat (100%) rename TNGAct.bat => old/TNGAct.bat (100%) rename TNGActS.bat => old/TNGActS.bat (100%) rename TNGMeshInstaller.bat => old/TNGMeshInstaller.bat (100%) rename TNGMeshInstallerOU.ps1 => old/TNGMeshInstallerOU.ps1 (100%) rename domlogon.bat => old/domlogon.bat (100%) rename oeminfo.bat => old/oeminfo.bat (100%) rename rayburn.bat => old/rayburn.bat (100%) rename Args-Test.ps1 => testing/Args-Test.ps1 (100%) rename GetADOU.ps1 => testing/GetADOU.ps1 (100%) rename Param-Test.ps1 => testing/Param-Test.ps1 (100%) diff --git a/.gitignore b/.gitignore index 9ff701e..251ffd0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ # Do not commit any credentials files. -Credentials-*.ps1 - -# Do not commit any phtransfer files. They can be found here: iraven/piholesync -phtransfer* +Credentials-*.ps1 \ No newline at end of file diff --git a/Start-HPIA.ps1 b/Start-HPIA.ps1 deleted file mode 100644 index e69de29..0000000 diff --git a/Watchdog-DomainNetProf.ps1 b/Watchdog-DomainNetProf.ps1 deleted file mode 100644 index e69de29..0000000 diff --git a/Install-Office-2016.ps1 b/old/OLD_Install-Office-2016.ps1 similarity index 100% rename from Install-Office-2016.ps1 rename to old/OLD_Install-Office-2016.ps1 diff --git a/Install-WinGet.ps1 b/old/OLD_Install-WinGet.ps1 similarity index 100% rename from Install-WinGet.ps1 rename to old/OLD_Install-WinGet.ps1 diff --git a/TNGAct-7P.bat b/old/TNGAct-7P.bat similarity index 100% rename from TNGAct-7P.bat rename to old/TNGAct-7P.bat diff --git a/TNGAct.bat b/old/TNGAct.bat similarity index 100% rename from TNGAct.bat rename to old/TNGAct.bat diff --git a/TNGActS.bat b/old/TNGActS.bat similarity index 100% rename from TNGActS.bat rename to old/TNGActS.bat diff --git a/TNGMeshInstaller.bat b/old/TNGMeshInstaller.bat similarity index 100% rename from TNGMeshInstaller.bat rename to old/TNGMeshInstaller.bat diff --git a/TNGMeshInstallerOU.ps1 b/old/TNGMeshInstallerOU.ps1 similarity index 100% rename from TNGMeshInstallerOU.ps1 rename to old/TNGMeshInstallerOU.ps1 diff --git a/domlogon.bat b/old/domlogon.bat similarity index 100% rename from domlogon.bat rename to old/domlogon.bat diff --git a/oeminfo.bat b/old/oeminfo.bat similarity index 100% rename from oeminfo.bat rename to old/oeminfo.bat diff --git a/rayburn.bat b/old/rayburn.bat similarity index 100% rename from rayburn.bat rename to old/rayburn.bat diff --git a/Args-Test.ps1 b/testing/Args-Test.ps1 similarity index 100% rename from Args-Test.ps1 rename to testing/Args-Test.ps1 diff --git a/GetADOU.ps1 b/testing/GetADOU.ps1 similarity index 100% rename from GetADOU.ps1 rename to testing/GetADOU.ps1 diff --git a/Param-Test.ps1 b/testing/Param-Test.ps1 similarity index 100% rename from Param-Test.ps1 rename to testing/Param-Test.ps1