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

Bulk Convert CSV Files to Excel Files Using Powershell

If you work with data, chances are you’ve encountered CSV files. While they’re great for storing and exchanging data, they can be a bit time consuming to work with in certain situations. If you’ve ever needed to analyze or present CSV data in a more user-friendly way, you might have found yourself wishing for an … Read more

Generate random password based on a wordlist using Powershell

As a business owner or manager, it’s important to ensure that your company’s sensitive information is protected from unauthorized access. One key way to do this is by implementing strong password policies for your employees. One common mistake that many organizations make is giving all new employees the same password. This may seem like an … Read more

How To Create Filters In Endpoint Manager

Filters provide a convenient and efficient way to target specific devices, unlike the traditional method of using “dynamic groups”, which can take time to update when new or updated devices are added. With filters, we can quickly and easily target devices without having to wait for membership lists to be updated. This makes filters a … Read more

Silently Enforce Bitlocker Using Endpoint Manager (Intune)

Bitlocker is one of the most essential security features to deploy to your windows devices. BitLocker Drive Encryption is a security feature that protects against data theft or exposure on lost, stolen, or improperly decommissioned computers. It integrates with the operating system to provide enhanced protection for files and systems, making it difficult for unauthorized … Read more

How To Configure Update rings for Windows using Intune

In today’s blog I will quickly guide you through how to configure update rings for windows using intune. It is important to keep your organization’s Windows version up to date in order to reduce the risks and vulnerabilities that are constantly being discovered. By running the latest version of Windows, you can decrease the chances … Read more

Active Directory – Send email alerts based on events.

You may want to proactively respond to events generated by your domain controller or other servers in order to quickly address potential issues or security threats. By monitoring events and taking appropriate action. You can modify the script below to your needs. In my example below i use the incidentID of a user account lockout. … Read more

Block external forwarding in Exchange Online

External forwarding should always be disabled by default in any tenant, as it is commonly used by intruders to extract confidential emails from key individuals within the organization. Disabling this feature can help prevent unauthorized access to sensitive information and protect your business from potential security threats. One example of these malicious inbox rules could … Read more

RemoteApps on Windows Server lagging performance.

I recently encountered an issue with one of our clients regarding slow performance when using RemoteApps on their home computer. Initially, I thought it was a problem with their internet connection or the computer itself, but after trying to connect via their laptop, the performance was fine on their home network. After extensive troubleshooting and … Read more