Powershell

EntraSyncTool

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. – […]

Powershell

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 […]

Powershell

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) […]

Powershell

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

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 […]

Powershell

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, […]

Microsoft 365, Powershell

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 […]

Powershell

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 […]