How to use Get-ADComputer in PowerShell
Source: https://lazyadmin.nl/powershell/get-adcomputer/ Need to export all computers from an OU, or lookup a computer in your Active Directory? Or do you want to count how many computers you have? We…
Source: https://lazyadmin.nl/powershell/get-adcomputer/ Need to export all computers from an OU, or lookup a computer in your Active Directory? Or do you want to count how many computers you have? We…
Source: https://lazyadmin.nl/office-365/office-365-assign-license-to-group/ I like to automate as much as possible, and one of those repeating tasks is license assignment in Microsoft 365. You can automate the creation of users. It’s…
Source: https://lazyadmin.nl/office-365/best-practice-to-secure-office-365/ Microsoft Office 365 comes with a lot of features to protect your data against today’s threats. If you create a new tenant, some but not all of these security features…
Source: https://lazyadmin.nl/home-network/update-unifi-firmware/ Normally the firmware of your UniFi devices is updated through the console. But sometimes we will need to update the UniFi Firmware manually. For example, when you are…
Source: https://lazyadmin.nl/home-network/unifi-server-reject/ Last week I had a brand new UniFi accesspoint that I just could not get adopted by the controller. It did show up in the controller, ready for…
Source: https://lazyadmin.nl/home-network/free-home-network-monitoring-software/ Our home networks are getting bigger every year. Almost every device these days require an internet connection. But while expanding your home network, how do you monitor everything?…
Source: https://lazyadmin.nl/powershell/office-365-mailbox-size-report/ Keeping track of your Office 365 Mailbox sizes is important. You don’t want the mailboxes of your users to reach their send and receive quota, to prevent errors…
Source: https://lazyadmin.nl/powershell/onedrive-storage-metrics-report/ Do you know how much OneDrive storage your users are using? Probably not, and in most cases, it also doesn’t really matter. They get 1TB of storage with…
Source: https://lazyadmin.nl/powershell/get-mailbox-permissions-with-powershell/ How do you keep track of mailbox permissions in Exchange Online? Adding new permissions is easy and done quickly, but removing obsolete permissions is often forgotten. To keep…
Source: https://lazyadmin.nl/powershell/msgraph-mfa-status/ Keeping track of your user’s MFA Status is important to keep your tenant protected. For now, we can still use the Msol module for this in PowerShell, but…