https://github.com/s-crypt/rmm-scripts
RMM Scripts that I created that I find useful
https://github.com/s-crypt/rmm-scripts
powershell rmm scripting
Last synced: 8 months ago
JSON representation
RMM Scripts that I created that I find useful
- Host: GitHub
- URL: https://github.com/s-crypt/rmm-scripts
- Owner: s-crypt
- License: mit
- Created: 2025-04-11T23:04:35.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-04-11T23:20:25.000Z (10 months ago)
- Last Synced: 2025-04-23T15:15:57.223Z (10 months ago)
- Topics: powershell, rmm, scripting
- Language: PowerShell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful Powershell scripts
These are some PowerShell scripts that I made and use with RMM tools. Some are ConnectWise specific but can be used with others by changing `@variables@`.
## Application Install
See [InstallationMethods.md](./Application%20Install/README.md)
## Bloatware Removal
See [DebloatInformation.md](./Bloatware%20Removal/README.md)
## Management
Scripts for computer and OS management.
| Script | Description |
| --------------------- | ------------------------------------------------------------ |
| Check and Install WSL | Checks if WSL is enabled, and installs/enables it if not. |
| Enable Entra LAPS | Enable and configure LAPS to use Entra via local policy |
| Enable Secure DNS | Set DNS over HTTPS servers on all network interfaces* |
| Manage Google Chrome | Installs the Chrome Browser Management Token in the registry |
*currently native DoH cannot be forced programatically, but still sets DNS servers and URLs
## Misc
Scripts that don't really fit into a category.
| Script | Description |
| ------------- | --------------------------------------------------------------------------------------------------------- |
| RDP Shortcuts | Using a list of addresses and names, add RDP shortcuts to the desired location (like all users' desktops) |