Install_DialPad
Install the DialPad desktop app for all users on a workstation Version: 1.0 Status: Released Release Date: 8/11/2022 Summary Larger summary of procedure. Technical Info This procedure downloads the latest MSI installer from DialPad and installs it on the computer. This application will then install DialPad in the users context upon next login. Required Variables […]
PrinterInstall_SharpMX-4070
Update_AppsViaWinget
Update all installed apps possible using Winget. Version: 1.0 Status: Released Release Date: 7/23/2022 Summary Winget is a great tool for updating the 3rd party apps on a computer. I haven’t come across any apps that Chocolaty or Ninite have that Winget cant do. Save some money and just use the built in Microsoft solution […]
Install_AppViaWinget
Install an application using Winget. Version: 1.0 Status: Released Release Date: 7/23/2022 Summary This Component will install an application selected from the list using WinGet. Technical Info The Procedure first checks if WinGet is installed, if not it will install Microsoft.DesktopAppInstaller using Get-AppxProvisionedPackage in powershell. It will then run winget install <the application selected> –accept-package-agreements […]
Message_RebootForUptime
Display a message to the user noting that we recommend rebooting at least every 14 days. Display the uptime. Reboot if user accepts (We NEVER reboot a users computer without their consent) This component is part of the Daily Tasks. Version: 1.0 Status: Released Release Date: 7/23/2022 Summary This component opens a message on the […]
Audit_BrowserHistory
ADJoin_PreReq_Create_Computer_Account
Prerequisite for ADJoin_Computer. Run this component on an AD server to add the computer account to the domain, then ADJoin_Computer from the computer being joined to finish it up. Version: 1.0 Status: Development Release Date: Unreleased Summary This component creates the computer account in AD so ADJoin_Computer can join the computer to the domain. You […]
ADJoin_Computer
Join a computer to the onsite AD Domain. Requires ADJoin_PreReq_Create_Computer_Account be ran first on the domain controller. Version: 1.0 Status: Development Release Date: Unreleased Summary This component performs an unsecured join then reboots the computer. The prerequisite script created a computer account with a password (random string), this script joins the computer using the same […]
ADWCleaner_Clean_Computer
Sync_SharepointLibrary
Sync a Sharepoint Library using OneDrive *MUST BE RAN AS USER Version: 1.0 Status: Released Release Date: 07/22/2022 Summary **This component must be ran as the User!! A scripted way to sync a Sharepoint Library. The component creates the same URL that is accessed when clicking the “Sync” button on the Sharepoint Library. You dont […]