Skip to content

ETT 1.0

Compare
Choose a tag to compare
@eliweitzman eliweitzman released this 29 May 21:17
· 15 commits to main since this release

First Official launch of Eli's Enterprise Tech Toolkit!

Base Features

  • Clear Last Session Login
  • Retrieve LAPS and Windows LAPS passwords from Active Directory
  • Run application updates (using Winget CLI)
  • Run device policy updates (Gpupdate)

Modularity FTW

ETT has options for a ton of different configurations and compliance checking!

#Admin mode - if auto-elevate is enabled, this will be set to $true
$adminmode = $false

#Set Branding - CHANGE THIS TO MATCH YOUR PREFERENCE
$BrandColor = '#023a24' #Set the color of the form, currently populated with a hex value.
$LogoLocation = $null #If you want to use a custom logo, set the path here. Otherwise, leave as $null

#Compliance Thresholds - CHANGE THESE TO MATCH YOUR COMPLIANCE REQUIREMENTS
#RAM Check
$ramCheckActive = $false
$ramMinimum = 8 #SET MINIMUM RAM IN GB

#Drivespace Check
$drivespaceCheckActive = $false
$drivespaceMinimum = 20 #SET MINIMUM DRIVESPACE IN GB

#Windows Version Check
$winverCheckActive = $false
$winverTarget = '22h2' #SET TARGET WINDOWS VERSION (21h1, 21h2, 22h2)

Full Changelog: https://github.com/eliweitzman/EnterpriseTechTool/commits/1.0

GitHub release (by tag)

GIF source: https://giphy.com/gifs/MicrosoftCloud-computer-microsoft-msbuild-6iDUdBn2TnyYFobIej