Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
title: Enable-EntraAzureADAlias
description: This article provides details on the Enable-EntraAzureADAlias command.

ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
ms.reviewer: stevemutungi
manager: CelesteDG
author: msewaweru

external help file: Microsoft.Graph.Entra.Beta-help.xml
Module Name: Microsoft.Graph.Entra.Beta
online version: https://learn.microsoft.com/powershell/module/Microsoft.Graph.Entra.Beta/Enable-EntraAzureADAlias
Expand All @@ -9,25 +19,28 @@ schema: 2.0.0
# Enable-EntraAzureADAlias

## Synopsis
{{ Fill in the Synopsis }}

Enables aliases for AzureAD commands.

## Syntax

```
```powershell
Enable-EntraAzureADAlias
```

## Description
{{ Fill in the Description }}

Enables Azure AD command aliases in the current PowerShell session.

## Examples

### Example 1
### Example 1: Enable aliasing

```powershell
PS C:\> {{ Add example code here }}
Enable-EntraAzureADAlias
```

{{ Add example description here }}
Enables all Azure AD prefixes for the current PowerShell session.

## Parameters

Expand All @@ -38,6 +51,7 @@ PS C:\> {{ Add example code here }}
## Outputs

### System.Object

## Notes

## Related Links
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This example demonstrates how to get all applications from Microsoft Entra ID.

```powershell
Connect-Entra -Scopes 'Application.Read.All'
Get-EntraApplication |
Get-EntraBetaApplication |
Where-Object {
$_.PasswordCredentials.keyId -ne $null -and
$_.PasswordCredentials.EndDateTime -lt (Get-Date).AddDays(30)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This example retrieves all members within a group by group ID.

```powershell
Connect-Entra -Scopes 'GroupMember.Read.All'
Get-EntraGroupMember -ObjectId 'tttttttt-0000-2222-0000-aaaaaaaaaaaa' | Select-Object DisplayName, '@odata.type'
Get-EntraBetaGroupMember -ObjectId 'tttttttt-0000-2222-0000-aaaaaaaaaaaa' | Select-Object DisplayName, '@odata.type'
```

```Output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This example retrieves the OAuth2 permission grants for a user using the ObjectI

```powershell
Connect-Entra -Scopes 'Directory.Read.All'
Get-EntraUserOAuth2PermissionGrant -ObjectId 'SawyerM@contoso.com'
Get-EntraBetaUserOAuth2PermissionGrant -ObjectId 'SawyerM@contoso.com'
```

```Output
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $params = @{
Id = 'Google-OAuth'
ClientSecret = 'NewClientSecret'
}
Set-EntraBetadentityProvider @params
Set-EntraBetaIdentityProvider @params
```

This example updates the client secret for the specified identity provider.
Expand Down
66 changes: 32 additions & 34 deletions module/docs/entra-powershell-beta/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
href: Microsoft.Graph.Entra.Beta/Add-EntraBetaAdministrativeUnitMember.md
- name: Add-EntraBetaApplicationOwner
href: Microsoft.Graph.Entra.Beta/Add-EntraBetaApplicationOwner.md
- name: Add-EntraBetacustomSecurityAttributeDefinitionAllowedValues
href: Microsoft.Graph.Entra.Beta/Add-EntraBetacustomSecurityAttributeDefinitionAllowedValues.md
- name: Add-EntraBetacustomSecurityAttributeDefinitionAllowedValue
href: Microsoft.Graph.Entra.Beta/Add-EntraBetacustomSecurityAttributeDefinitionAllowedValue.md
- name: Add-EntraBetaFeatureRolloutPolicyDirectoryObject
href: Microsoft.Graph.Entra.Beta/Add-EntraBetaFeatureRolloutPolicyDirectoryObject.md
- name: Add-EntraBetaLifecyclePolicyGroup
Expand All @@ -40,8 +40,8 @@
href: Microsoft.Graph.Entra.Beta/Add-EntraBetaServicePrincipalPolicy.md
- name: Confirm-EntraBetaDomain
href: Microsoft.Graph.Entra.Beta/Confirm-EntraBetaDomain.md
- name: Convert-EntraBetaFederatedUser
href: Microsoft.Graph.Entra.Beta/Convert-EntraBetaFederatedUser.md
- name: Update-EntraBetaUserFromFederated
href: Microsoft.Graph.Entra.Beta/Update-EntraBetaUserFromFederated.md
- name: Enable-EntraAzureADAlias
href: Microsoft.Graph.Entra.Beta/Enable-EntraAzureADAlias.md
- name: Enable-EntraBetaDirectoryRole
Expand All @@ -68,10 +68,10 @@
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaApplicationSignInDetailedSummary.md
- name: Get-EntraBetaApplicationSignInSummary
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaApplicationSignInSummary.md
- name: Get-EntraBetaAuditDirectoryLogs
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaAuditDirectoryLogs.md
- name: Get-EntraBetaAuditSignInLogs
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaAuditSignInLogs.md
- name: Get-EntraBetaAuditDirectoryLog
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaAuditDirectoryLog.md
- name: Get-EntraBetaAuditSignInLog
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaAuditSignInLog.md
- name: Get-EntraBetaContact
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaContact.md
- name: Get-EntraBetaContactDirectReport
Expand Down Expand Up @@ -124,8 +124,8 @@
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaGroupMember.md
- name: Get-EntraBetaGroupOwner
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaGroupOwner.md
- name: Get-EntraBetaHasObjectsWithDirSyncProvisioningError
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaHasObjectsWithDirSyncProvisioningError.md
- name: Get-EntraBetaDirectoryObjectOnPremisesProvisioningError
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaDirectoryObjectOnPremisesProvisioningError.md
- name: Get-EntraBetaAdministrativeUnit
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaAdministrativeUnit.md
- name: Get-EntraBetaAdministrativeUnitMember
Expand Down Expand Up @@ -180,10 +180,10 @@
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivilegedRoleDefinition.md
- name: Get-EntraBetaPrivilegedRoleSetting
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivilegedRoleSetting.md
- name: Get-EntraBetaRoleAssignment
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaRoleAssignment.md
- name: Get-EntraBetaRoleDefinition
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaRoleDefinition.md
- name: Get-EntraBetaDirectoryRoleAssignment
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaDirectoryRoleAssignment.md
- name: Get-EntraBetaDirectoryRoleDefinition
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaDirectoryRoleDefinition.md
- name: Get-EntraBetaScopedRoleMembership
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaScopedRoleMembership.md
- name: Get-EntraBetaServicePrincipal
Expand Down Expand Up @@ -212,10 +212,10 @@
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaPrivilegedRole.md
- name: Get-EntraBetaScopedRoleMembership
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaScopedRoleMembership.md
- name: Get-EntraBetaServiceAppRoleAssignedTo
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaServiceAppRoleAssignedTo.md
- name: Get-EntraBetaServiceAppRoleAssignment
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaServiceAppRoleAssignment.md
- name: Get-EntraBetaServicePrincipalAppRoleAssignedTo
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaServicePrincipalAppRoleAssignedTo.md
- name: Get-EntraBetaServicePrincipalAppRoleAssignment
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaServicePrincipalAppRoleAssignment.md
- name: Get-EntraBetaServicePrincipal
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaServicePrincipal.md
- name: Get-EntraBetaServicePrincipalCreatedObject
Expand Down Expand Up @@ -266,8 +266,6 @@
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaUserRegisteredDevice.md
- name: Get-EntraBetaUserThumbnailPhoto
href: Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md
- name: Get-EntraUnsupportedCommand
href: Microsoft.Graph.Entra.Beta/Get-EntraUnsupportedCommand.md
- name: New-EntraBetaAdministrativeUnit
href: Microsoft.Graph.Entra.Beta/New-EntraBetaAdministrativeUnit.md
- name: New-EntraBetaApplication
Expand Down Expand Up @@ -326,10 +324,10 @@
href: Microsoft.Graph.Entra.Beta/New-EntraBetaPermissionGrantConditionSet.md
- name: New-EntraBetaPermissionGrantPolicy
href: Microsoft.Graph.Entra.Beta/New-EntraBetaPermissionGrantPolicy.md
- name: New-EntraBetaRoleAssignment
href: Microsoft.Graph.Entra.Beta/New-EntraBetaRoleAssignment.md
- name: New-EntraBetaRoleDefinition
href: Microsoft.Graph.Entra.Beta/New-EntraBetaRoleDefinition.md
- name: New-EntraBetaDirectoryRoleAssignment
href: Microsoft.Graph.Entra.Beta/New-EntraBetaDirectoryRoleAssignment.md
- name: New-EntraBetaDirectoryRoleDefinition
href: Microsoft.Graph.Entra.Beta/New-EntraBetaDirectoryRoleDefinition.md
- name: New-EntraBetaServicePrincipal
href: Microsoft.Graph.Entra.Beta/New-EntraBetaServicePrincipal.md
- name: New-EntraBetaTrustFrameworkPolicy
Expand All @@ -342,8 +340,8 @@
href: Microsoft.Graph.Entra.Beta/New-EntraBetaPolicy.md
- name: New-EntraBetaPrivilegedRoleAssignment
href: Microsoft.Graph.Entra.Beta/New-EntraBetaPrivilegedRoleAssignment.md
- name: New-EntraBetaServiceAppRoleAssignment
href: Microsoft.Graph.Entra.Beta/New-EntraBetaServiceAppRoleAssignment.md
- name: New-EntraBetaServicePrincipalAppRoleAssignment
href: Microsoft.Graph.Entra.Beta/New-EntraBetaServicePrincipalAppRoleAssignment.md
- name: New-EntraBetaServicePrincipal
href: Microsoft.Graph.Entra.Beta/New-EntraBetaServicePrincipal.md
- name: New-EntraBetaTrustedCertificateAuthority
Expand Down Expand Up @@ -432,10 +430,10 @@
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaPermissionGrantConditionSet.md
- name: Remove-EntraBetaPermissionGrantPolicy
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaPermissionGrantPolicy.md
- name: Remove-EntraBetaRoleAssignment
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaRoleAssignment.md
- name: Remove-EntraBetaRoleDefinition
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaRoleDefinition.md
- name: Remove-EntraBetaDirectoryRoleAssignment
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaDirectoryRoleAssignment.md
- name: Remove-EntraBetaDirectoryRoleDefinition
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaDirectoryRoleDefinition.md
- name: Remove-EntraBetaScopedRoleMembership
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaScopedRoleMembership.md
- name: Remove-EntraBetaServicePrincipalDelegatedPermissionClassification
Expand All @@ -450,8 +448,8 @@
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaPolicy.md
- name: Remove-EntraBetaScopedRoleMembership
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaScopedRoleMembership.md
- name: Remove-EntraBetaServiceAppRoleAssignment
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaServiceAppRoleAssignment.md
- name: Remove-EntraBetaServicePrincipalAppRoleAssignment
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaServicePrincipalAppRoleAssignment.md
- name: Remove-EntraBetaServicePrincipal
href: Microsoft.Graph.Entra.Beta/Remove-EntraBetaServicePrincipal.md
- name: Remove-EntraBetaServicePrincipalOwner
Expand Down Expand Up @@ -544,8 +542,8 @@
href: Microsoft.Graph.Entra.Beta/Set-EntraBetaPrivilegedRoleAssignmentRequest.md
- name: Set-EntraBetaPrivilegedRoleSetting
href: Microsoft.Graph.Entra.Beta/Set-EntraBetaPrivilegedRoleSetting.md
- name: Set-EntraBetaRoleDefinition
href: Microsoft.Graph.Entra.Beta/Set-EntraBetaRoleDefinition.md
- name: Set-EntraBetaDirectoryRoleDefinition
href: Microsoft.Graph.Entra.Beta/Set-EntraBetaDirectoryRoleDefinition.md
- name: Set-EntraBetaServicePrincipal
href: Microsoft.Graph.Entra.Beta/Set-EntraBetaServicePrincipal.md
- name: Set-EntraBetaTrustFrameworkPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Enable-EntraAzureADAlias
description: This article provides details on the Enable-EntraAzureADAlias command.


ms.topic: reference
ms.date: 06/26/2024
ms.author: eunicewaweru
ms.reviewer: stevemutungi
manager: CelesteDG
author: msewaweru

external help file: Microsoft.Graph.Entra-Help.xml
Module Name: Microsoft.Graph.Entra
online version: https://learn.microsoft.com/powershell/module/Microsoft.Graph.Entra/Enable-EntraAzureADAlias
Expand All @@ -20,7 +20,7 @@ schema: 2.0.0

## Synopsis

Enables aliases for AzureAD modules.
Enables aliases for AzureAD commands.

## Syntax

Expand All @@ -30,11 +30,11 @@ Enable-EntraAzureADAlias

## Description

Enables aliases for Azure AD modules.
Enables Azure AD command aliases in the current PowerShell session.

## Examples

### Example 1
### Example 1: Enable aliasing

```powershell
Enable-EntraAzureADAlias
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Find-EntraPermission
[-SearchString] <String>
[-ExactMatch]
[-PermissionType <String>]
[-Online]
[-ProgressAction <ActionPreference>]
[<CommonParameters>]
```
Expand Down

This file was deleted.

Loading