How To Export Named Locations In AzureAD Using PowerShell

In this blog post, I will guide you through how to export named locations in AzureAD using PowerShell, as well as how to configure the required API permissions using app registrations in AzureAD. If your organization has many office locations and branches, you might have numerous IP addresses added to your named locations in Azure … Read more

Get VMware Disk Usage Report for all VMs using PowerCLI.

Use this script to generate a comprehensive report of the disk space used and allocated to your virtual machines in VMware Vcenter using PowerCLI. Be sure to customize the variables to match your environment and always adjust the script to fit your specific needs. The script will also work for multiple Vcenter connections at once, … Read more

How To Check Password Expire Status In Active Directory.

It’s quite simple to check if your users password has expired or is about to expire. Just run the following command from the Domain controller in CMD as administrator. If you have any questions / feedback or would like to correct me on any of the stuff above.Please use the comment section or contact me … Read more

How To Change Office Update Targeting Channel.

When working with Office, there are various targeting channels for program updates. Depending on your needs, you may require a newer or older version of a program. Understanding the different targeting channels can help you manage your Office programs and ensure that you have the right versions installed. As of writing this post there is … Read more