Chris Amori

Windows 10 – Disable Password after Sleep

Runs powercfg command to set the current scheme to NOT require a password when recovering from sleep timer. NOTE: This may not be possible on a DOMAIN computer.

Read More

Citrix – ShareFile Sync install

Installs Citrix FileShare Sync version 3.21.102.0. Checks to see if the program is installed and sends result to the procedure log. You can report on success or failure by using tags $FileShareSync$ or just failures by using $OOD$. NOTE: Reboot is REQUIRED and also requires .NET Version 4.5.2 or better.

Read More

Citrix – ShareFile install

Installs Citrix FileShare from Citrix site, pulls latest version. Checks to see if the program is installed and sends result to the procedure log. You can report on success or failure by using tags $FileShare$ or just failures by using $OOD$ NOTE: Requires .NET Version 4.6.2 or better.

Read More

Service Started Check (Fixed)

Checks to see if named service is started. If not started, tries to restart. Waits 5 min, then checks 2nd time. If not started, sends email to admin who scheduled it. This is best used by an alert created when a service stops running. Update the service name in Line 2 and then use the…

Read More

Service Started Check (Prompt)

Checks to see if prompted service is started. If not started, tries to restart. Waits 5 min, then checks 2nd time. If not started, sends email to admin who scheduled it. If you are trying to use this with an alert, you will need to use our other script "Services Check (Fixed)". You have no…

Read More

Take Ownership – Remove

Removes the REG keys installed using the “Take Ownership – Install” script. Report on success or failure using tag $TakeOwn$ or just failure using $OOD$

Read More

Take Ownership Reg – Install

Installs a REG file that will allow you to right-click on a file or folder and give the administrator permission. Report on success or failure using tag $TakeOwn$ or just failure using $OOD$

Read More

Flag New Machines

Script will calculate the difference between a constant (default 7 days) and the first check-in time in Kaseya. It will then write to Agent Procedure log. For reporting you can use the tag “$IsRecent” to report on everything, or $IsRecentYES$ to report on only those that are less than desired timespan. NOTE: This script also…

Read More