Random_scripts/docs/runbooks/index.md

46 lines
1.6 KiB
Markdown

# Runbooks Index
This overview helps update guides after the repository restructuring.
## Important
- Legacy script filenames were not changed.
- Only folder locations were updated.
## Script Locations
- `Get-WindowsAutoPilotInfo.ps1`
- New path: `scripts/windows/autopilot/Get-WindowsAutoPilotInfo.ps1`
- `Test-SMTPRelay-M365.ps1`
- New path: `scripts/m365/smtp/Test-SMTPRelay-M365.ps1`
- `Test-SMTPSend-Auth-M365.ps1`
- New path: `scripts/m365/smtp/Test-SMTPSend-Auth-M365.ps1`
- `Update rmm.ps1`
- New path: `scripts/windows/endpoint/Update rmm.ps1`
- `get-mailbox-with-permissions.ps1`
- New path: `scripts/m365/exchange/get-mailbox-with-permissions.ps1`
- `m365-users-mfa.ps1`
- New path: `scripts/m365/identity/m365-users-mfa.ps1`
- `Get-SharePointPermissions.ps1`
- New path: `scripts/m365/sharepoint/get-sharepoint-permissions.ps1`
- `schedule_reboot.ps1`
- New path: `scripts/windows/endpoint/schedule_reboot.ps1`
- `uninstall-MS-Visual-C++-2010.ps1`
- New path: `scripts/windows/endpoint/uninstall-MS-Visual-C++-2010.ps1`
- `uuid.ps1`
- New path: `scripts/windows/endpoint/uuid.ps1`
- `serialToAdminPassword.sh`
- New path: `scripts/macos/serialToAdminPassword.sh`
- `convert-md.bat`
- New path: `scripts/content/convert-md.bat`
- `build-and-push.sh`
- New path: `automation/docker/build-and-push.sh`
- `update-and-build.sh`
- New path: `automation/docker/update-and-build.sh`
## Guide Update Checklist
- Replace references to root-level paths with the new paths above.
- Check automated jobs/tasks for hardcoded script locations.
- Test at least one script per domain after path updates.