-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts-metadata.yaml
More file actions
81 lines (59 loc) · 3.21 KB
/
scripts-metadata.yaml
File metadata and controls
81 lines (59 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# MSP Scripts Metadata
# This file defines which scripts are published to glyph.sh and their metadata
# Only scripts listed here will appear on the website
# Last updated: 2025-11-11
scripts:
# Linux - Backup
- path: "linux/backup/backup-report-generator.sh"
tags: ["Linux", "Backup", "Reporting", "Automation"]
- path: "linux/backup/backup-verification.sh"
tags: ["Linux", "Backup", "Verification", "Security", "Automation"]
- path: "linux/backup/log-analyzer.sh"
tags: ["Linux", "Backup", "Logging", "Analysis", "Automation"]
# Linux - Health
- path: "linux/health/disk-space-monitor.sh"
tags: ["Linux", "Health", "Monitoring", "Storage", "Automation"]
- path: "linux/health/linux-health-check.sh"
tags: ["Linux", "Health", "Diagnostics", "System", "Automation"]
# Linux - Security
- path: "linux/security/failed-login-monitor.sh"
tags: ["Linux", "Security", "Monitoring", "SSH", "Automation"]
- path: "linux/security/security-audit.sh"
tags: ["Linux", "Security", "Audit", "Compliance", "Automation"]
- path: "linux/security/ssl-cert-checker.sh"
tags: ["Linux", "Security", "SSL", "Certificates", "Monitoring", "Automation"]
# macOS - Maintenance
- path: "macos/maintenance/macos-update-status.sh"
tags: ["macOS", "Maintenance", "Updates", "System", "Automation"]
# macOS - Security
- path: "macos/security/macos-security-audit.sh"
tags: ["macOS", "Security", "Audit", "Compliance", "Automation"]
# Windows - Active Directory
- path: "windows/active-directory/bulk-user-management.ps1"
tags: ["Windows", "Active Directory", "User Management", "CSV", "Automation"]
- path: "windows/active-directory/user-lockout-finder.ps1"
tags: ["Windows", "Active Directory", "Troubleshooting", "Security", "Automation"]
# Windows - Emergency
- path: "windows/emergency/account-compromise-response.ps1"
tags: ["Windows", "Emergency", "Security", "Incident Response", "Automation"]
- path: "windows/emergency/evidence-collection.ps1"
tags: ["Windows", "Emergency", "Forensics", "Evidence", "Incident Response", "Automation"]
- path: "windows/emergency/system-isolation.ps1"
tags: ["Windows", "Emergency", "Security", "Incident Response", "Network", "Automation"]
# Windows - Health
- path: "windows/health/ad-health-check.ps1"
tags: ["Windows", "Health", "Active Directory", "Diagnostics", "Automation"]
- path: "windows/health/network-diagnostics.ps1"
tags: ["Windows", "Health", "Network", "Diagnostics", "Troubleshooting", "Automation"]
# Windows - Network
- path: "windows/network/port-scanner.ps1"
tags: ["Windows", "Network", "Security", "Scanning", "Automation"]
# Windows - Quick Fixes
- path: "windows/quick-fixes/NetworkStackReset.ps1"
tags: ["Windows", "Quick Fixes", "Network", "Troubleshooting", "Automation"]
- path: "windows/quick-fixes/PrintSpoolerReset.ps1"
tags: ["Windows", "Quick Fixes", "Printing", "Troubleshooting", "Automation"]
- path: "windows/quick-fixes/SystemFileChecker.ps1"
tags: ["Windows", "Quick Fixes", "System", "Repair", "Troubleshooting", "Automation"]
- path: "windows/quick-fixes/WindowsUpdateReset.ps1"
tags: ["Windows", "Quick Fixes", "Updates", "Troubleshooting", "Automation"]