rmm-scripts/readme.md

18 lines
952 B
Markdown
Raw Normal View History

2023-06-05 18:51:38 +00:00
Conglomeration of PowerShell scripts to be used in tandem with an RMM<br />
2024-03-19 19:23:48 +00:00
<!-- COPY ME <li></li> -->
2023-06-05 18:51:38 +00:00
<ul>
<li>activitystats.ps1 - Returns Activity Status of User in console (Run as User)</li>
<li>battery-status.ps1 - Returns Battery Status of Laptops in console</li>
<li>disable-touchscreen.ps1 - Disables Touch screen devices</li>
2024-02-23 06:20:04 +00:00
<li>installExtension.ps1 - Force the installation of a chrome/edge/firefox extension</li>
<li>installUblock.ps1 - Forces the installation of uBlock origin on Chrome and Edge.</li>
2023-06-05 18:51:38 +00:00
<li>lastreboot.ps1 - Returns last reboot date/time in console</li>
2024-03-19 19:23:48 +00:00
<li>nvgpuload.sh - Checks GPU load and returns to stdout, also sends data via CURL</li>
<li>nvgputemp.sh - Checks GPU temps and returns to stdout, also sends data via CURL</li>
2023-06-05 18:51:38 +00:00
<li>officeversion.ps1 - Returns MS Office version in console</li>
<li>spacesniffer-deploy.ps1 - Downloads SpaceSniffer and generates a SpaceSniffer snapshot file of desired drive.</li>
2024-03-19 19:23:48 +00:00
2023-06-05 18:51:38 +00:00
</ul>