├── Disk Alert Thresholds with Custom EDFs ├── Get-AutomateDiskAlerts.ps1 └── README.txt ├── Find-MicrosoftSecurityScannerViolations.ps1 ├── InstallerDetection.ps1 ├── LICENSE ├── Ninja-MusicalLock.ps1 ├── Probe - Clear Local Detection Templates └── Clear detection templates from local agent on Probe.ps1 ├── README.md ├── Remote Monitor - Powershell CPU Performance Degraded Test └── Check CPU Performance Report top 5 processes and percentage.ps1 ├── Run Script from Github.ps1 ├── Running as a user in an Automate Script ├── Example - Running as User.xml └── Example - Running as User.zip ├── SQL Snippets └── Active Directory Plugin │ ├── Delete Individual Company from Multiple Plugin_AD Tables.sql │ └── README.md ├── Security-Tests-Windows.ps1 ├── Spectre and Meltdown Solution ├── Automate Reports │ └── Spectre Meltdown Report.zip ├── Automate Scripts │ ├── Meltdown and Spectre - Detection ConnectWise Automate Script.xml │ ├── Meltdown and Spectre - Enable Hyper-V Mitigations for VMs.xml │ ├── Meltdown and Spectre - Enable Local Mitigations.xml │ └── Meltdown and Spectre - Set Allow Reg Key for Update.xml ├── DATAVIEW - Spectre and Meltdown Assessment.sql ├── README.md └── Underlying Powershell │ └── Meltdown and Spectre Detection.ps1 ├── SymantecRemoval.ps1 ├── Test.txt ├── TreeSize - Interactive HTML Reports for Disk Space Distribution ├── README.md ├── TreeSize - HTML Report to E-mail for Customer Facing Size Guide.xml └── Visible Script To Show Changes - Do Not Use.txt ├── Update-ManageContactOnConfiguration.ps1 └── Uptime Statistics Solution ├── README.md ├── Retrieve-Server-Uptime-Statistics.ps1 ├── Screenshots └── UptimeStatistics.png └── Uptime Statistics to EDF.xml /Disk Alert Thresholds with Custom EDFs/Get-AutomateDiskAlerts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Disk Alert Thresholds with Custom EDFs/Get-AutomateDiskAlerts.ps1 -------------------------------------------------------------------------------- /Disk Alert Thresholds with Custom EDFs/README.txt: -------------------------------------------------------------------------------- 1 | DO NOT USE! STILL BEING DEVELOPED! -------------------------------------------------------------------------------- /Find-MicrosoftSecurityScannerViolations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Find-MicrosoftSecurityScannerViolations.ps1 -------------------------------------------------------------------------------- /InstallerDetection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/InstallerDetection.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /Ninja-MusicalLock.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Ninja-MusicalLock.ps1 -------------------------------------------------------------------------------- /Probe - Clear Local Detection Templates/Clear detection templates from local agent on Probe.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Probe - Clear Local Detection Templates/Clear detection templates from local agent on Probe.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Remote Monitor - Powershell CPU Performance Degraded Test/Check CPU Performance Report top 5 processes and percentage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Remote Monitor - Powershell CPU Performance Degraded Test/Check CPU Performance Report top 5 processes and percentage.ps1 -------------------------------------------------------------------------------- /Run Script from Github.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Run Script from Github.ps1 -------------------------------------------------------------------------------- /Running as a user in an Automate Script/Example - Running as User.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Running as a user in an Automate Script/Example - Running as User.xml -------------------------------------------------------------------------------- /Running as a user in an Automate Script/Example - Running as User.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Running as a user in an Automate Script/Example - Running as User.zip -------------------------------------------------------------------------------- /SQL Snippets/Active Directory Plugin/Delete Individual Company from Multiple Plugin_AD Tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/SQL Snippets/Active Directory Plugin/Delete Individual Company from Multiple Plugin_AD Tables.sql -------------------------------------------------------------------------------- /SQL Snippets/Active Directory Plugin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/SQL Snippets/Active Directory Plugin/README.md -------------------------------------------------------------------------------- /Security-Tests-Windows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Security-Tests-Windows.ps1 -------------------------------------------------------------------------------- /Spectre and Meltdown Solution/Automate Reports/Spectre Meltdown Report.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Spectre and Meltdown Solution/Automate Reports/Spectre Meltdown Report.zip -------------------------------------------------------------------------------- /Spectre and Meltdown Solution/Automate Scripts/Meltdown and Spectre - Detection ConnectWise Automate Script.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Spectre and Meltdown Solution/Automate Scripts/Meltdown and Spectre - Detection ConnectWise Automate Script.xml -------------------------------------------------------------------------------- /Spectre and Meltdown Solution/Automate Scripts/Meltdown and Spectre - Enable Hyper-V Mitigations for VMs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Spectre and Meltdown Solution/Automate Scripts/Meltdown and Spectre - Enable Hyper-V Mitigations for VMs.xml -------------------------------------------------------------------------------- /Spectre and Meltdown Solution/Automate Scripts/Meltdown and Spectre - Enable Local Mitigations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Spectre and Meltdown Solution/Automate Scripts/Meltdown and Spectre - Enable Local Mitigations.xml -------------------------------------------------------------------------------- /Spectre and Meltdown Solution/Automate Scripts/Meltdown and Spectre - Set Allow Reg Key for Update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Spectre and Meltdown Solution/Automate Scripts/Meltdown and Spectre - Set Allow Reg Key for Update.xml -------------------------------------------------------------------------------- /Spectre and Meltdown Solution/DATAVIEW - Spectre and Meltdown Assessment.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Spectre and Meltdown Solution/DATAVIEW - Spectre and Meltdown Assessment.sql -------------------------------------------------------------------------------- /Spectre and Meltdown Solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Spectre and Meltdown Solution/README.md -------------------------------------------------------------------------------- /Spectre and Meltdown Solution/Underlying Powershell/Meltdown and Spectre Detection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Spectre and Meltdown Solution/Underlying Powershell/Meltdown and Spectre Detection.ps1 -------------------------------------------------------------------------------- /SymantecRemoval.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/SymantecRemoval.ps1 -------------------------------------------------------------------------------- /Test.txt: -------------------------------------------------------------------------------- 1 | Test 2 | -------------------------------------------------------------------------------- /TreeSize - Interactive HTML Reports for Disk Space Distribution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/TreeSize - Interactive HTML Reports for Disk Space Distribution/README.md -------------------------------------------------------------------------------- /TreeSize - Interactive HTML Reports for Disk Space Distribution/TreeSize - HTML Report to E-mail for Customer Facing Size Guide.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/TreeSize - Interactive HTML Reports for Disk Space Distribution/TreeSize - HTML Report to E-mail for Customer Facing Size Guide.xml -------------------------------------------------------------------------------- /TreeSize - Interactive HTML Reports for Disk Space Distribution/Visible Script To Show Changes - Do Not Use.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/TreeSize - Interactive HTML Reports for Disk Space Distribution/Visible Script To Show Changes - Do Not Use.txt -------------------------------------------------------------------------------- /Update-ManageContactOnConfiguration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Update-ManageContactOnConfiguration.ps1 -------------------------------------------------------------------------------- /Uptime Statistics Solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Uptime Statistics Solution/README.md -------------------------------------------------------------------------------- /Uptime Statistics Solution/Retrieve-Server-Uptime-Statistics.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Uptime Statistics Solution/Retrieve-Server-Uptime-Statistics.ps1 -------------------------------------------------------------------------------- /Uptime Statistics Solution/Screenshots/UptimeStatistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Uptime Statistics Solution/Screenshots/UptimeStatistics.png -------------------------------------------------------------------------------- /Uptime Statistics Solution/Uptime Statistics to EDF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gavsto/Gavsto-Public-Scripts/HEAD/Uptime Statistics Solution/Uptime Statistics to EDF.xml --------------------------------------------------------------------------------