Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Microsoft Corporation. All Rights Reserved.
# Licensed under the MIT License. See License in the project root for license information.
# ------------------------------------------------------------------------------
function Enable-EntraAzureADAliases {
function Enable-EntraAzureADAlias {
Set-Alias -Name Remove-AzureADApplication -Value Remove-EntraApplication -Scope Global -Force
Set-Alias -Name New-AzureADMSApplicationKey -Value New-EntraApplicationKey -Scope Global -Force
Set-Alias -Name Remove-AzureADMSApplicationVerifiedPublisher -Value Remove-EntraApplicationVerifiedPublisher -Scope Global -Force
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Microsoft Corporation. All Rights Reserved.
# Licensed under the MIT License. See License in the project root for license information.
# ------------------------------------------------------------------------------
function Enable-EntraAzureADAliases {
function Enable-EntraAzureADAlias {
Set-Alias -Name Revoke-AzureADUserAllRefreshToken -Value Revoke-EntraUserAllRefreshToken -Scope Global -Force
Set-Alias -Name Revoke-AzureADSignedInUserAllRefreshToken -Value Revoke-EntraSignedInUserAllRefreshToken -Scope Global -Force
Set-Alias -Name Get-CrossCloudVerificationCode -Value Get-EntraUnsupportedCommand -Scope Global -Force
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Microsoft Corporation. All Rights Reserved.
# Licensed under the MIT License. See License in the project root for license information.
# ------------------------------------------------------------------------------
function Enable-EntraAzureADAliases {
function Enable-EntraAzureADAlias {
Set-Alias -Name Set-AzureADDomain -Value Set-EntraDomain -Scope Global -Force
Set-Alias -Name Get-AzureADDirectoryRole -Value Get-EntraDirectoryRole -Scope Global -Force
Set-Alias -Name Remove-AzureADDirectoryRoleMember -Value Remove-EntraDirectoryRoleMember -Scope Global -Force
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Microsoft Corporation. All Rights Reserved.
# Licensed under the MIT License. See License in the project root for license information.
# ------------------------------------------------------------------------------
function Enable-EntraAzureADAliases {
function Enable-EntraAzureADAlias {
Set-Alias -Name Remove-AzureADMSRoleAssignment -Value Remove-EntraDirectoryRoleAssignment -Scope Global -Force
Set-Alias -Name New-AzureADMSRoleDefinition -Value New-EntraDirectoryRoleDefinition -Scope Global -Force
Set-Alias -Name Get-AzureADMSRoleDefinition -Value Get-EntraDirectoryRoleDefinition -Scope Global -Force
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Microsoft Corporation. All Rights Reserved.
# Licensed under the MIT License. See License in the project root for license information.
# ------------------------------------------------------------------------------
function Enable-EntraAzureADAliases {
function Enable-EntraAzureADAlias {
Set-Alias -Name Select-AzureADGroupIdsContactIsMemberOf -Value Select-EntraGroupIdsContactIsMemberOf -Scope Global -Force
Set-Alias -Name Get-AzureADMSDeletedGroup -Value Get-EntraDeletedGroup -Scope Global -Force
Set-Alias -Name Remove-AzureADMSLifecyclePolicyGroup -Value Remove-EntraLifecyclePolicyGroup -Scope Global -Force
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Microsoft Corporation. All Rights Reserved.
# Licensed under the MIT License. See License in the project root for license information.
# ------------------------------------------------------------------------------
function Enable-EntraAzureADAliases {
function Enable-EntraAzureADAlias {
Set-Alias -Name Get-CrossCloudVerificationCode -Value Get-EntraUnsupportedCommand -Scope Global -Force
Set-Alias -Name Get-AzureADApplicationProxyApplication -Value Get-EntraUnsupportedCommand -Scope Global -Force
Set-Alias -Name New-AzureADApplicationProxyConnectorGroup -Value Get-EntraUnsupportedCommand -Scope Global -Force
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License. See License in the project root for license information.
# ------------------------------------------------------------------------------

function Enable-EntraAzureADAliases {
function Enable-EntraAzureADAlias {
Set-Alias -Name New-AzureADMSInvitation -Value New-EntraInvitation -Scope Global -Force
Set-Alias -Name New-AzureADTrustedCertificateAuthority -Value New-EntraTrustedCertificateAuthority -Scope Global -Force
Set-Alias -Name Get-AzureADMSIdentityProvider -Value Get-EntraIdentityProvider -Scope Global -Force
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
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.Entra.Beta.Applications-Help.xml
Module Name: Microsoft.Entra.Beta.Applications
online version: https://learn.microsoft.com/powershell/module/Microsoft.Entra.Beta.Applications/Enable-EntraAzureADAlias

schema: 2.0.0
---

# Enable-EntraAzureADAlias

## Synopsis

Enables aliases for AzureAD commands.

## Syntax

```powershell
Enable-EntraAzureADAlias
```

## Description

Enables Azure AD command aliases in the current PowerShell session.

## Examples

### Example 1: Enable aliasing

```powershell
Enable-EntraAzureADAlias
```

Enables all Azure AD prefixes for the current PowerShell session.

## Parameters

## Inputs

### None

## Outputs

### System.Object

## Notes

## Related Links
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
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.Entra.Beta.Authentication-Help.xml
Module Name: Microsoft.Entra.Beta.Authentication
online version: https://learn.microsoft.com/powershell/module/Microsoft.Entra.Beta.Authentication/Enable-EntraAzureADAlias

schema: 2.0.0
---

# Enable-EntraAzureADAlias

## Synopsis

Enables aliases for AzureAD commands.

## Syntax

```powershell
Enable-EntraAzureADAlias
```

## Description

Enables Azure AD command aliases in the current PowerShell session.

## Examples

### Example 1: Enable aliasing

```powershell
Enable-EntraAzureADAlias
```

Enables all Azure AD prefixes for the current PowerShell session.

## Parameters

## Inputs

### None

## Outputs

### System.Object

## Notes

## Related Links
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
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.Entra.Beta.DirectoryManagement-Help.xml
Module Name: Microsoft.Entra.Beta.DirectoryManagement
online version: https://learn.microsoft.com/powershell/module/Microsoft.Entra.Beta.DirectoryManagement/Enable-EntraAzureADAlias

schema: 2.0.0
---

# Enable-EntraAzureADAlias

## Synopsis

Enables aliases for AzureAD commands.

## Syntax

```powershell
Enable-EntraAzureADAlias
```

## Description

Enables Azure AD command aliases in the current PowerShell session.

## Examples

### Example 1: Enable aliasing

```powershell
Enable-EntraAzureADAlias
```

Enables all Azure AD prefixes for the current PowerShell session.

## Parameters

## Inputs

### None

## Outputs

### System.Object

## Notes

## Related Links
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
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.Entra.Beta.Governance-Help.xml
Module Name: Microsoft.Entra.Beta.Governance
online version: https://learn.microsoft.com/powershell/module/Microsoft.Entra.Beta.Governance/Enable-EntraAzureADAlias

schema: 2.0.0
---

# Enable-EntraAzureADAlias

## Synopsis

Enables aliases for AzureAD commands.

## Syntax

```powershell
Enable-EntraAzureADAlias
```

## Description

Enables Azure AD command aliases in the current PowerShell session.

## Examples

### Example 1: Enable aliasing

```powershell
Enable-EntraAzureADAlias
```

Enables all Azure AD prefixes for the current PowerShell session.

## Parameters

## Inputs

### None

## Outputs

### System.Object

## Notes

## Related Links
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
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.Entra.Beta.Groups-Help.xml
Module Name: Microsoft.Entra.Beta.Groups
online version: https://learn.microsoft.com/powershell/module/Microsoft.Entra.Beta.Groups/Enable-EntraAzureADAlias

schema: 2.0.0
---

# Enable-EntraAzureADAlias

## Synopsis

Enables aliases for AzureAD commands.

## Syntax

```powershell
Enable-EntraAzureADAlias
```

## Description

Enables Azure AD command aliases in the current PowerShell session.

## Examples

### Example 1: Enable aliasing

```powershell
Enable-EntraAzureADAlias
```

Enables all Azure AD prefixes for the current PowerShell session.

## Parameters

## Inputs

### None

## Outputs

### System.Object

## Notes

## Related Links
Loading