PowerShell App Deployment Toolkit
Everyone likes a useful toolkit. PowerShell App Deployment Toolkit is extremely useful with Intune, come and see why.
O365 Mobile Devices
I needed to grab all the mobile devices that had emails attached to them not too long ago. I could have gone through the GUI, and spent a few days trying my best to document everything, or I could use Powershell to pull the O365 Mobile Devices. Can you guess which one...
Set Telemetry with Powershell
Windows 10 and 11 have a unique feature called telemetry. This feature allows Microsoft to track your device. For security reasons, it's best to disable this, however, for a home level, this feature is useful. So, let's Set Telemetry with Powershell. Registry Keys and...
Validate Script Explained
PowerShell is a versatile scripting language that can help automate various tasks for system administrators and developers. One of its key features is the ability to validate script parameters, which can help ensure that the user inputs the correct data. In this blog...