Generate VM resource report with powershell

This script will report on the RAM, cores, total disk space. #parameters $output_path = “c:\Users\frank\Documents\” $vmhost = “my-hyp1” $vms=get-vm -ComputerName […]

Export Teams membership to a CSV file

As teams is a popular collaboration tool in many companies’ schools, reporting on the team’s membership has become necessary. Properties […]

Intune – Drive mapping

How does it work   The Microsoft Intune Management Extension is a service that runs on the device, just like any […]

Get password age and add user to group

##First we import the school provisioned with Laptop Model in the pager field function MSOLConnected { Get-MsolDomain -ErrorAction SilentlyContinue | […]