image-2

How to Create Dynamic Membership Rules for Groups in Azure Active Directory

You can create attribute-based rules to enable dynamic membership for a group in Azure Active Directory (Azure AD), part of Microsoft Entra. Dynamic group membership adds and removes group members automatically using membership rules based on member attributes. This article details the properties and syntax to create dynamic membership rules for users or devices. You Read More

image-2

Using Multiple SSL Certificates in Apache with One IP Address

When website administrators and IT personnel are restricted to use a single SSL Certificate per socket (combination of IP Address and socket) it can cost a lot of money. This restriction causes them to buy multiple IP addresses for regular https websites from their domain host or buy hardware that allows them to utilize multiple Read More

image-2

How to Redirect www to non-www in Apache with .htaccess

Sometimes you may need to redirect www URLs to non-www URLs for your website for SEO benefits. Here’s how to redirect www to non-www in Apache htaccess. You can use these steps to ensure that there is only one version (non-www) of your website available online. How to Redirect www to non-www in Apache htaccess Read More

image-2

How to Enable Self-service Application Assignment on Azure

In this article, you learn how to enable self-service application access using the Azure Active Directory Admin Center. Before your users can self-discover applications from the My Apps portal, you need to enable Self-service application access for the applications. This functionality is available for applications that were added from the Azure AD Gallery, Azure AD Application Proxy, or were Read More

image-2

Restore or Remove a Recently Deleted Application from Azure

After you delete an app registration, the app remains in a suspended state for 30 days. During that 30-day window, the app registration can be restored, along with all its properties. After that 30-day window passes, app registrations can’t be restored, and the permanent deletion process may be automatically started. This functionality only applies to Read More

image-2

How to Add User to Microsoft SharePoint Site

User management is an important responsibility of SharePoint administrators. One of the important tasks they sometimes have to perform is to add users to a SharePoint site. Here, we will show how to add users to a site in SharePoint Online. This method would work for the on-premises SharePoint too. How to add users to Read More