Updated readme

This commit is contained in:
zebra 2024-03-19 12:23:48 -07:00
parent 2c5a1849a3
commit de53697b62

View File

@ -1,4 +1,5 @@
Conglomeration of PowerShell scripts to be used in tandem with an RMM<br /> Conglomeration of PowerShell scripts to be used in tandem with an RMM<br />
<!-- COPY ME <li></li> -->
<ul> <ul>
<li>activitystats.ps1 - Returns Activity Status of User in console (Run as User)</li> <li>activitystats.ps1 - Returns Activity Status of User in console (Run as User)</li>
@ -7,6 +8,10 @@ Conglomeration of PowerShell scripts to be used in tandem with an RMM<br />
<li>installExtension.ps1 - Force the installation of a chrome/edge/firefox extension</li> <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> <li>installUblock.ps1 - Forces the installation of uBlock origin on Chrome and Edge.</li>
<li>lastreboot.ps1 - Returns last reboot date/time in console</li> <li>lastreboot.ps1 - Returns last reboot date/time in console</li>
<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>
<li>officeversion.ps1 - Returns MS Office version in console</li> <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> <li>spacesniffer-deploy.ps1 - Downloads SpaceSniffer and generates a SpaceSniffer snapshot file of desired drive.</li>
</ul> </ul>