From 4ecc4216ffaefce2194ac5f5070b0c830c434c6a Mon Sep 17 00:00:00 2001 From: "Snehal Kotwal (Perennial Systems Inc)" Date: Wed, 25 Sep 2024 11:32:18 +0530 Subject: [PATCH 01/11] Added entra and beta doc --- .../Get-EntraBetaPartnerInformation.md | 100 +++++++++++++++--- .../Get-EntraPartnerInformation.md | 66 +++++++++--- 2 files changed, 136 insertions(+), 30 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md index e21c58522..7523a58d1 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md @@ -1,4 +1,15 @@ --- +title: Get-EntraBetaPartnerInformation +description: This article provides details on the Get-EntraBetaPartnerInformation command. + + +ms.topic: reference +ms.date: 09/25/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/Get-EntraBetaPartnerInformation @@ -9,42 +20,85 @@ schema: 2.0.0 # Get-EntraBetaPartnerInformation ## Synopsis + Retrieves company-level information for partners. ## Syntax ### GetQuery (Default) -``` -Get-EntraBetaPartnerInformation [] + +```powershell +Get-EntraBetaPartnerInformation + [] ``` ### GetById -``` -Get-EntraBetaPartnerInformation [-TenantId ] [] + +```powershell +Get-EntraBetaPartnerInformation + [-TenantId ] + [] ``` ## Description -The Get-EntraBetaPartnerInformation cmdlet is used to retrieve partner-specific information. + +The `Get-EntraBetaPartnerInformation` cmdlet is used to retrieve partner-specific information. This cmdlet should only be used for partner tenants. ## Examples -### Example 1 +### Example 1: Retrieve partner information + +```powershell +Connect-Entra -Scopes 'Organization.ReadWrite.All' +Get-EntraBetaPartnerInformation +``` + +```Output +PartnerCompanyName : Contoso +companyType : +PartnerSupportTelephones : {12123, +1911} +PartnerSupportEmails : {} +PartnerHelpUrl : http://www.help.contoso.com +PartnerCommerceUrl : +ObjectID : bbbbbbbb-1111-2222-3333-cccccccccccc +PartnerSupportUrl : +``` + +This command retrieves partner-specific information. + +### Example 2: Retrieve partner information with specific TenantId + ```powershell -PS C:\> {{ Add example code here }} +Connect-Entra -Scopes 'Organization.ReadWrite.All' +Get-EntraBetaPartnerInformation -TenantId "bbbbbbbb-1111-2222-3333-cccccccccccc" ``` -{{ Add example description here }} +```Output +PartnerCompanyName : Contoso +companyType : +PartnerSupportTelephones : {12123, +1911} +PartnerSupportEmails : {} +PartnerHelpUrl : http://www.help.contoso.com +PartnerCommerceUrl : +ObjectID : bbbbbbbb-1111-2222-3333-cccccccccccc +PartnerSupportUrl : +``` + +This command retrieves partner-specific information. + +`-TenantId` Parameter specifies unique ID of the tenant to perform the operation on. ## Parameters ### -TenantId + The unique ID of the tenant to perform the operation on. If this is not provided, then the value will default to the tenant of the current user. This parameter is only applicable to partner users. ```yaml -Type: Guid +Type: System.String Parameter Sets: GetById Aliases: @@ -56,21 +110,33 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## Inputs ## Outputs -### The cmdlet will return the following company level information: +### The cmdlet will return the following company level information + ### - CompanyType: The type of this company (can be partner or regular tenant) -### - DapEnabled: Flag to determine if the partner has delegated admin privileges. + +### - DapEnabled: Flag to determine if the partner has delegated admin privileges + ### - PartnerCompanyName: The name of the company -### - PartnerSupportTelephones: Support Telephone numbers for the partner. -### - PartnerSupportEmails: Support E-Mail address for the partner. -### - PartnerCommerceUrl: URL for the partner's commerce web site. -### - PartnerSupportUrl: URL for the Partner's support website. -### - PartnerHelpUrl: URL for the partner's help web site. + +### - PartnerSupportTelephones: Support Telephone numbers for the partner + +### - PartnerSupportEmails: Support E-Mail address for the partner + +### - PartnerCommerceUrl: URL for the partner's commerce web site + +### - PartnerSupportUrl: URL for the Partner's support website + +### - PartnerHelpUrl: URL for the partner's help web site + ## Notes ## Related Links + +[Set-EntraBetaPartnerInformation](Set-EntraBetaPartnerInformation.md) diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md index af3c40254..4142ec12c 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md @@ -4,7 +4,7 @@ description: This article provides details on the Get-EntraPartnerInformation co ms.topic: reference -ms.date: 06/26/2024 +ms.date: 09/25/2024 ms.author: eunicewaweru ms.reviewer: stevemutungi manager: CelesteDG @@ -20,17 +20,20 @@ schema: 2.0.0 # Get-EntraPartnerInformation ## Synopsis + Retrieves company-level information for partners. ## Syntax ### GetQuery (Default) + ```powershell Get-EntraPartnerInformation [] ``` ### GetById + ```powershell Get-EntraPartnerInformation [-TenantId ] @@ -38,38 +41,64 @@ Get-EntraPartnerInformation ``` ## Description -The Get-EntraBetaPartnerInformation cmdlet is used to retrieve partner-specific information. + +The `Get-EntraPartnerInformation` cmdlet is used to retrieve partner-specific information. This cmdlet should only be used for partner tenants. ## Examples ### Example 1: Retrieve partner information + +```powershell +Connect-Entra -Scopes 'Organization.ReadWrite.All' +Get-EntraPartnerInformation +``` + +```Output +PartnerCompanyName : Contoso +companyType : +PartnerSupportTelephones : {12123, +1911} +PartnerSupportEmails : {} +PartnerHelpUrl : http://www.help.contoso.com +PartnerCommerceUrl : +ObjectID : bbbbbbbb-1111-2222-3333-cccccccccccc +PartnerSupportUrl : +``` + +This command retrieves partner-specific information. + +### Example 2: Retrieve partner information with specific TenantId + ```powershell -PS C:\> Get-EntraPartnerInformation +Connect-Entra -Scopes 'Organization.ReadWrite.All' +Get-EntraPartnerInformation -TenantId "bbbbbbbb-1111-2222-3333-cccccccccccc" ``` -```output +```Output PartnerCompanyName : Contoso companyType : PartnerSupportTelephones : {12123, +1911} PartnerSupportEmails : {} PartnerHelpUrl : http://www.help.contoso.com PartnerCommerceUrl : -ObjectID : d5aec55f-2d12-4442-8d2f-ccca95d4390e +ObjectID : bbbbbbbb-1111-2222-3333-cccccccccccc PartnerSupportUrl : ``` This command retrieves partner-specific information. +`-TenantId` Parameter specifies unique ID of the tenant to perform the operation on. + ## Parameters ### -TenantId + The unique ID of the tenant to perform the operation on. If this isn't provided, then the value defaults to the tenant of the current user. This parameter is only applicable to partner users. ```yaml -Type: Guid +Type: System.String Parameter Sets: GetById Aliases: @@ -81,20 +110,31 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## Inputs ## Outputs -### The cmdlet returns the following company level information: +### The cmdlet returns the following company level information + ### - CompanyType: The type of this company (can be partner or regular tenant) + ### - PartnerCompanyName: The name of the company -### - PartnerSupportTelephones: Support Telephone numbers for the partner. -### - PartnerSupportEmails: Support E-Mail address for the partner. -### - PartnerCommerceUrl: URL for the partner's commerce web site. -### - PartnerSupportUrl: URL for the Partner's support website. -### - PartnerHelpUrl: URL for the partner's help web site. + +### - PartnerSupportTelephones: Support Telephone numbers for the partner + +### - PartnerSupportEmails: Support E-Mail address for the partner + +### - PartnerCommerceUrl: URL for the partner's commerce web site + +### - PartnerSupportUrl: URL for the Partner's support website + +### - PartnerHelpUrl: URL for the partner's help web site + ## Notes ## Related Links + +[Set-EntraPartnerInformation](Set-EntraPartnerInformation.md) From 9922f91a579bf9d58310903580a21e3dfc49872e Mon Sep 17 00:00:00 2001 From: "Snehal Kotwal (Perennial Systems Inc)" Date: Wed, 25 Sep 2024 11:33:01 +0530 Subject: [PATCH 02/11] updated --- .../Get-EntraBetaPartnerInformation.ps1 | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/module/EntraBeta/AdditionalFunctions/Get-EntraBetaPartnerInformation.ps1 b/module/EntraBeta/AdditionalFunctions/Get-EntraBetaPartnerInformation.ps1 index 34e4d9c40..f43623d5a 100644 --- a/module/EntraBeta/AdditionalFunctions/Get-EntraBetaPartnerInformation.ps1 +++ b/module/EntraBeta/AdditionalFunctions/Get-EntraBetaPartnerInformation.ps1 @@ -3,32 +3,6 @@ # ------------------------------------------------------------------------------ function Get-EntraBetaPartnerInformation { - <# - .SYNOPSIS - Retrieves company-level information for partners. - - .DESCRIPTION - The Get-EntraBetaPartnerInformation cmdlet is used to retrieve partner-specific information. This cmdlet should only be used for partner tenants. - - .PARAMETER TenantId - The unique ID of the tenant to perform the operation on. If this is not provided, then the value will default to the tenant of the current user. This parameter is only applicable to partner users. - - .PARAMETER - This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216). - - - .OUTPUTS - The cmdlet will return the following company level information: - - CompanyType: The type of this company (can be partner or regular tenant) - - DapEnabled: Flag to determine if the partner has delegated admin privileges. - - PartnerCompanyName: The name of the company - - PartnerSupportTelephones: Support Telephone numbers for the partner. - - PartnerSupportEmails: Support E-Mail address for the partner. - - PartnerCommerceUrl: URL for the partner's commerce web site. - - PartnerSupportUrl: URL for the Partner's support website. - - PartnerHelpUrl: URL for the partner's help web site. - - #> [CmdletBinding(DefaultParameterSetName = 'GetQuery')] param ( [Parameter(ParameterSetName = "GetById", ValueFromPipelineByPropertyName = $true)][System.Guid] $TenantId From 59fb15fd94850fc096a8c07937859d6f5cebc87e Mon Sep 17 00:00:00 2001 From: Steve Mutungi <132555836+SteveMutungi254@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:28:32 +0000 Subject: [PATCH 03/11] Updating partner information reference documentation. --- .../Get-EntraBetaPartnerInformation.md | 31 +++++++---------- .../Get-EntraPartnerInformation.md | 33 ++++++++----------- 2 files changed, 26 insertions(+), 38 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md index 7523a58d1..c064f32e7 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md @@ -2,7 +2,6 @@ title: Get-EntraBetaPartnerInformation description: This article provides details on the Get-EntraBetaPartnerInformation command. - ms.topic: reference ms.date: 09/25/2024 ms.author: eunicewaweru @@ -50,7 +49,7 @@ This cmdlet should only be used for partner tenants. ### Example 1: Retrieve partner information ```powershell -Connect-Entra -Scopes 'Organization.ReadWrite.All' +Connect-Entra -Scopes 'Organization.Read.All' Get-EntraBetaPartnerInformation ``` @@ -70,8 +69,9 @@ This command retrieves partner-specific information. ### Example 2: Retrieve partner information with specific TenantId ```powershell -Connect-Entra -Scopes 'Organization.ReadWrite.All' -Get-EntraBetaPartnerInformation -TenantId "bbbbbbbb-1111-2222-3333-cccccccccccc" +Connect-Entra -Scopes 'Organization.Read.All' +$tenantId = (Get-EntraContext).TenantId +Get-EntraBetaPartnerInformation -TenantId $tenantId ``` ```Output @@ -119,21 +119,14 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ### The cmdlet will return the following company level information -### - CompanyType: The type of this company (can be partner or regular tenant) - -### - DapEnabled: Flag to determine if the partner has delegated admin privileges - -### - PartnerCompanyName: The name of the company - -### - PartnerSupportTelephones: Support Telephone numbers for the partner - -### - PartnerSupportEmails: Support E-Mail address for the partner - -### - PartnerCommerceUrl: URL for the partner's commerce web site - -### - PartnerSupportUrl: URL for the Partner's support website - -### - PartnerHelpUrl: URL for the partner's help web site +- CompanyType: The type of this company (can be partner or regular tenant) +- DapEnabled: Flag to determine if the partner has delegated admin privileges +- PartnerCompanyName: The name of the company +- PartnerSupportTelephones: Support Telephone numbers for the partner +- PartnerSupportEmails: Support E-Mail address for the partner +- PartnerCommerceUrl: URL for the partner's commerce web site +- PartnerSupportUrl: URL for the Partner's support website +- PartnerHelpUrl: URL for the partner's help web site ## Notes diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md index 4142ec12c..5d908aa93 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md @@ -2,7 +2,6 @@ title: Get-EntraPartnerInformation description: This article provides details on the Get-EntraPartnerInformation command. - ms.topic: reference ms.date: 09/25/2024 ms.author: eunicewaweru @@ -50,7 +49,7 @@ This cmdlet should only be used for partner tenants. ### Example 1: Retrieve partner information ```powershell -Connect-Entra -Scopes 'Organization.ReadWrite.All' +Connect-Entra -Scopes 'Organization.Read.All' Get-EntraPartnerInformation ``` @@ -70,8 +69,9 @@ This command retrieves partner-specific information. ### Example 2: Retrieve partner information with specific TenantId ```powershell -Connect-Entra -Scopes 'Organization.ReadWrite.All' -Get-EntraPartnerInformation -TenantId "bbbbbbbb-1111-2222-3333-cccccccccccc" +Connect-Entra -Scopes 'Organization.Read.All' +$tenantId = (Get-EntraContext).TenantId +Get-EntraPartnerInformation -TenantId $tenantId ``` ```Output @@ -94,7 +94,7 @@ This command retrieves partner-specific information. ### -TenantId The unique ID of the tenant to perform the operation on. -If this isn't provided, then the value defaults to the tenant of the current user. +If this is not provided, then the value will default to the tenant of the current user. This parameter is only applicable to partner users. ```yaml @@ -117,21 +117,16 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## Outputs -### The cmdlet returns the following company level information - -### - CompanyType: The type of this company (can be partner or regular tenant) - -### - PartnerCompanyName: The name of the company - -### - PartnerSupportTelephones: Support Telephone numbers for the partner - -### - PartnerSupportEmails: Support E-Mail address for the partner - -### - PartnerCommerceUrl: URL for the partner's commerce web site - -### - PartnerSupportUrl: URL for the Partner's support website +### The cmdlet will return the following company level information -### - PartnerHelpUrl: URL for the partner's help web site +- CompanyType: The type of this company (can be partner or regular tenant) +- DapEnabled: Flag to determine if the partner has delegated admin privileges +- PartnerCompanyName: The name of the company +- PartnerSupportTelephones: Support Telephone numbers for the partner +- PartnerSupportEmails: Support E-Mail address for the partner +- PartnerCommerceUrl: URL for the partner's commerce web site +- PartnerSupportUrl: URL for the Partner's support website +- PartnerHelpUrl: URL for the partner's help web site ## Notes From cc11ddefa7a55c246b1b52a4c3e1a8cb29fd0175 Mon Sep 17 00:00:00 2001 From: Steve Mutungi <132555836+SteveMutungi254@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:33:37 +0000 Subject: [PATCH 04/11] Formatting the outputs. --- .../Get-EntraBetaPartnerInformation.md | 2 +- .../Microsoft.Graph.Entra/Get-EntraPartnerInformation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md index c064f32e7..ceef699de 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## Outputs -### The cmdlet will return the following company level information +The cmdlet will return the following company level information - CompanyType: The type of this company (can be partner or regular tenant) - DapEnabled: Flag to determine if the partner has delegated admin privileges diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md index 5d908aa93..73225e30d 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## Outputs -### The cmdlet will return the following company level information +The cmdlet will return the following company level information - CompanyType: The type of this company (can be partner or regular tenant) - DapEnabled: Flag to determine if the partner has delegated admin privileges From 9b729f86fe4d8afa67223f11261e7159e2d0ef38 Mon Sep 17 00:00:00 2001 From: Steve Mutungi <132555836+SteveMutungi254@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:37:29 +0000 Subject: [PATCH 05/11] Formatting outputs. --- .../Get-EntraBetaPartnerInformation.md | 2 +- .../Microsoft.Graph.Entra/Get-EntraPartnerInformation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md index ceef699de..f44636a25 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## Outputs -The cmdlet will return the following company level information +Company level information outputs: - CompanyType: The type of this company (can be partner or regular tenant) - DapEnabled: Flag to determine if the partner has delegated admin privileges diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md index 73225e30d..c5ca74772 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## Outputs -The cmdlet will return the following company level information +Company level information outputs: - CompanyType: The type of this company (can be partner or regular tenant) - DapEnabled: Flag to determine if the partner has delegated admin privileges From aa1e609b76f3fc2d991859b408dd74b066c2dfe8 Mon Sep 17 00:00:00 2001 From: Steve Mutungi <132555836+SteveMutungi254@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:38:37 +0000 Subject: [PATCH 06/11] Removing white spaces. --- .../Get-EntraBetaPartnerInformation.md | 6 +++--- .../Microsoft.Graph.Entra/Get-EntraPartnerInformation.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md index f44636a25..73a731c01 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md @@ -27,15 +27,15 @@ Retrieves company-level information for partners. ### GetQuery (Default) ```powershell -Get-EntraBetaPartnerInformation +Get-EntraBetaPartnerInformation [] ``` ### GetById ```powershell -Get-EntraBetaPartnerInformation - [-TenantId ] +Get-EntraBetaPartnerInformation + [-TenantId ] [] ``` diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md index c5ca74772..e3a68dc99 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md @@ -27,15 +27,15 @@ Retrieves company-level information for partners. ### GetQuery (Default) ```powershell -Get-EntraPartnerInformation +Get-EntraPartnerInformation [] ``` ### GetById ```powershell -Get-EntraPartnerInformation - [-TenantId ] +Get-EntraPartnerInformation + [-TenantId ] [] ``` From df0aceb9e916f003376cde2cda76688cb3698bcc Mon Sep 17 00:00:00 2001 From: v-varshamane <142500640+v-varshamane@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:32:25 +0530 Subject: [PATCH 07/11] fixed spaces --- .../Get-EntraBetaPartnerInformation.md | 8 ++++---- .../Microsoft.Graph.Entra/Get-EntraPartnerInformation.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md index 73a731c01..1201c4ab6 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md @@ -27,15 +27,15 @@ Retrieves company-level information for partners. ### GetQuery (Default) ```powershell -Get-EntraBetaPartnerInformation +Get-EntraBetaPartnerInformation [] ``` ### GetById ```powershell -Get-EntraBetaPartnerInformation - [-TenantId ] +Get-EntraBetaPartnerInformation + [-TenantId ] [] ``` @@ -132,4 +132,4 @@ Company level information outputs: ## Related Links -[Set-EntraBetaPartnerInformation](Set-EntraBetaPartnerInformation.md) +[Set-EntraBetaPartnerInformation](Set-EntraBetaPartnerInformation.md) \ No newline at end of file diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md index e3a68dc99..776ae9e5e 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md @@ -132,4 +132,4 @@ Company level information outputs: ## Related Links -[Set-EntraPartnerInformation](Set-EntraPartnerInformation.md) +[Set-EntraPartnerInformation](Set-EntraPartnerInformation.md) \ No newline at end of file From e135824af4756b485916bef3d2d5884c3cf2b903 Mon Sep 17 00:00:00 2001 From: "Snehal Kotwal (Perennial Systems Inc)" Date: Thu, 26 Sep 2024 13:20:37 +0530 Subject: [PATCH 08/11] update --- .../Get-EntraBetaPartnerInformation.md | 2 +- .../Microsoft.Graph.Entra/Get-EntraPartnerInformation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md index 1201c4ab6..f44636a25 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md @@ -132,4 +132,4 @@ Company level information outputs: ## Related Links -[Set-EntraBetaPartnerInformation](Set-EntraBetaPartnerInformation.md) \ No newline at end of file +[Set-EntraBetaPartnerInformation](Set-EntraBetaPartnerInformation.md) diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md index 776ae9e5e..e3a68dc99 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md @@ -132,4 +132,4 @@ Company level information outputs: ## Related Links -[Set-EntraPartnerInformation](Set-EntraPartnerInformation.md) \ No newline at end of file +[Set-EntraPartnerInformation](Set-EntraPartnerInformation.md) From 80b3a6813b16c28a376a2097a25cebac25f3e24f Mon Sep 17 00:00:00 2001 From: "Snehal Kotwal (Perennial Systems Inc)" Date: Thu, 26 Sep 2024 18:00:54 +0530 Subject: [PATCH 09/11] updated --- .../Get-EntraBetaPartnerInformation.md | 2 +- .../Microsoft.Graph.Entra/Get-EntraPartnerInformation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md index f44636a25..fadf8ae26 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaPartnerInformation.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## Outputs -Company level information outputs: +### Company level information outputs - CompanyType: The type of this company (can be partner or regular tenant) - DapEnabled: Flag to determine if the partner has delegated admin privileges diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md index e3a68dc99..c2338d2a4 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraPartnerInformation.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## Outputs -Company level information outputs: +### Company level information outputs - CompanyType: The type of this company (can be partner or regular tenant) - DapEnabled: Flag to determine if the partner has delegated admin privileges From e66c11d460a95b1505614100b6be6573fe705526 Mon Sep 17 00:00:00 2001 From: "Snehal Kotwal (Perennial Systems Inc)" Date: Fri, 27 Sep 2024 16:33:59 +0530 Subject: [PATCH 10/11] Upadted entra and beta doc of Get-EntraUserThumbnailPhoto --- .../Get-EntraBetaUserThumbnailPhoto.md | 51 ------------------- .../Get-EntraUserThumbnailPhoto.md | 51 ------------------- 2 files changed, 102 deletions(-) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md index 02ab32d6d..16031e352 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md @@ -27,9 +27,6 @@ Retrieve the thumbnail photo of a user. ```powershell Get-EntraBetaUserThumbnailPhoto -ObjectId - [-FileName ] - [-FilePath ] - [-View ] [] ``` @@ -58,38 +55,6 @@ This example shows how to retrieve the thumbnail photo of a user that is specifi ## Parameters -### -FileName - -If specified, a copy of the thumbnail photo is written to the specified file name. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - -### -FilePath - -If specified, a copy of the thumbnail photo is written to the specified file path with a random name. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - ### -ObjectId The object ID of the user for which the thumbnail photo is retrieved. @@ -106,22 +71,6 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` -### -View - -If true, view the photo on the screen in a new window. - -```yaml -Type: System.Boolean -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - ### -Property Specifies properties to be returned diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraUserThumbnailPhoto.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraUserThumbnailPhoto.md index 2802055e5..469d969f7 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraUserThumbnailPhoto.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraUserThumbnailPhoto.md @@ -27,9 +27,6 @@ Retrieve the thumbnail photo of a user. ```powershell Get-EntraUserThumbnailPhoto -ObjectId - [-FileName ] - [-View ] - [-FilePath ] [-Property ] [] ``` @@ -59,38 +56,6 @@ This example shows how to retrieve the thumbnail photo of a user that is specifi ## Parameters -### -FileName - -If specified, a copy of the thumbnail photo is written to the specified file name. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - -### -FilePath - -If specified, a copy of the thumbnail photo is written to the specified file path with a random name. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - ### -ObjectId The object ID of the user for which the thumbnail photo is retrieved. @@ -107,22 +72,6 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` -### -View - -If true, view the photo on the screen in a new window. - -```yaml -Type: System.Boolean -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - ### -Property Specifies properties to be returned From 71f92fd63f5e5644a9c6e0640368dc1539b7713a Mon Sep 17 00:00:00 2001 From: "Snehal Kotwal (Perennial Systems Inc)" Date: Fri, 27 Sep 2024 16:35:55 +0530 Subject: [PATCH 11/11] conflict --- .../Get-EntraBetaUserThumbnailPhoto.md | 51 +++++++++++++++++++ .../Get-EntraUserThumbnailPhoto.md | 51 +++++++++++++++++++ 2 files changed, 102 insertions(+) diff --git a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md index 16031e352..02ab32d6d 100644 --- a/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md +++ b/module/docs/entra-powershell-beta/Microsoft.Graph.Entra.Beta/Get-EntraBetaUserThumbnailPhoto.md @@ -27,6 +27,9 @@ Retrieve the thumbnail photo of a user. ```powershell Get-EntraBetaUserThumbnailPhoto -ObjectId + [-FileName ] + [-FilePath ] + [-View ] [] ``` @@ -55,6 +58,38 @@ This example shows how to retrieve the thumbnail photo of a user that is specifi ## Parameters +### -FileName + +If specified, a copy of the thumbnail photo is written to the specified file name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + +### -FilePath + +If specified, a copy of the thumbnail photo is written to the specified file path with a random name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + ### -ObjectId The object ID of the user for which the thumbnail photo is retrieved. @@ -71,6 +106,22 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` +### -View + +If true, view the photo on the screen in a new window. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + ### -Property Specifies properties to be returned diff --git a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraUserThumbnailPhoto.md b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraUserThumbnailPhoto.md index 469d969f7..2802055e5 100644 --- a/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraUserThumbnailPhoto.md +++ b/module/docs/entra-powershell-v1.0/Microsoft.Graph.Entra/Get-EntraUserThumbnailPhoto.md @@ -27,6 +27,9 @@ Retrieve the thumbnail photo of a user. ```powershell Get-EntraUserThumbnailPhoto -ObjectId + [-FileName ] + [-View ] + [-FilePath ] [-Property ] [] ``` @@ -56,6 +59,38 @@ This example shows how to retrieve the thumbnail photo of a user that is specifi ## Parameters +### -FileName + +If specified, a copy of the thumbnail photo is written to the specified file name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + +### -FilePath + +If specified, a copy of the thumbnail photo is written to the specified file path with a random name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + ### -ObjectId The object ID of the user for which the thumbnail photo is retrieved. @@ -72,6 +107,22 @@ Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` +### -View + +If true, view the photo on the screen in a new window. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + ### -Property Specifies properties to be returned