Entra Connect Sync - OU- or attribute-based?
Many organizations use Active Directory for centralized user management within their IT infrastructure. When such a company introduces Microsoft 365, the question eventually arises as to whether and how objects from Active Directory should be synchronized with Entra ID (it is now possible to manage identities in the cloud, i.e., only in Entra ID. However, […]
Create groups in Entra ID with PowerShell
Creating objects in the Entra Admin Center is quite intuitive, but is only suitable for individual requirements. For larger numbers of groups, it is better to use PowerShell. Select the module Microsoft provides a comprehensive PowerShell module called Microsoft.Graph. In addition to Entra ID, this includes various other functions for managing services, such as Microsoft […]
Restore user objects in Entra ID
Similar to Active Directory, Entra ID uses a type of recycle bin to store deleted objects for a certain period of time (30 days). This enables quick recovery. However, there may be specific scenarios in which the use of PowerShell is more effective, for example Simple restore with Graph PowerShell A simple restore with default […]

