See GitHub to download or for more information: https://github.com/ITAutomator/EntraSyncTool This will sync AD accounts to match Entra accounts. This program considers Entra to be the read-only source on which AD depends. All changes will be made in AD only. – […]
M365 User Properties Report and Update
Update M365 user properties (Entra properties) in bulk via csv file. See GitHub to download or for more information: https://github.com/ITAutomator/M365-User-Properties-Report-and-Update How it works Use this code in 2 phases to create a CSV report of the editable properties of your […]
M365 Group Member Change
Add / Remove users to groups in bulk. See GitHub to download or for more information: https://github.com/ITAutomator/M365-Group-Member-Change Steps Update the CSV file with the groups and the members you want to adjust. Double-click the .cmd file (or launch the ps1) […]
M365UserLicenseChange
See GitHub to download or for more information: https://github.com/ITAutomator/M365UserLicenseChange Overview Changes Microsoft 365 Licenses assigned to users (in bulk). In this example User1 licenses will be replaced with M365 E5 User2 licenses will be replaced with M365 Business Premium and […]
Powershell Launcher
See GitHub to download or for more information: https://github.com/ITAutomator/Powershell-Launcher Overview Gives the user an easy way to launch a .ps1 file, by a simple double-click on the .cmd file. What it does Launches a .ps1 file with the same base […]
RDP Protection
Protect your RDP connection using a simple scheduled task, event logs, and firewall rules See Github for more information: https://github.com/itautomator/RDP-Protection RDP Protection Readme Overview RDP exposed to the internet is problematic. The general rule should be: no RDP without VPN, […]
M365 User Details
Export / Import (in bulk) your users’ Microsoft 365 Azure AD Details using CSV files. Also creates CSV reports that export existing details. M365UserDetailsReport.ps1 Use the report tool to export your users’ telephone numbers, etc properties.It will generate a file […]
Generate Mac Info in a txt file
Gets key information about your Mac device using a bash script. Download mac_info.sh from GitHub here. See the read.me from GitHub for more information here
Generate PC Info in a txt File
This PowerShell program will generate very useful information about the user’s PC with one command. Very effective for companies where they need to gather information about their client PC quickly. Take a look at the Read.md documentation from GitHub here […]
Replace large files/folders with zipped versions
Scans through a folder of files and replaces them with compressed versions of themselves.By default, searches for all files, but you can include (and exclude) any types of files.By default, zips are split into 500MB chunks. Can also be used […]