Konrad Brunner

Results 4 issues of Konrad Brunner

In TrustFrameworkLocalization.xml we have the list of supported languages: ``` en ``` Please add there also the "Add more languages here" comment: ``` en ```

### Description Trying to login with: $AlyaAzureEnvironment = "AzureCloud" $AlyaTenantId = "YourTenantId" $SubscriptionName = "YourSubscriptionName" Connect-AzAccount -Environment $AlyaAzureEnvironment -Tenant $AlyaTenantId -Subscription $SubscriptionName I get a window with known windows accounts:...

bug
customer-reported
Accounts
WAM

### Describe the bug Trying to create a new Password Rule Directory Settings : ``` # Configuring settings template Write-Host "Configuring settings template" -ForegroundColor $CommandInfo $SettingTemplate = Get-MgBetaDirectorySettingTemplate | Where-Object...

Status: Needs Investigation
type:bug

### Describe the bug Trying to upload the company bradning backgound image with: ``` Set-MgBetaOrganizationBrandingBackgroundImage -OrganizationId $AlyaTenantId -InFile $uplFile ``` Getting following error: ``` Set-MgBetaOrganizationBrandingBackgroundImage_Set: D:\WindowsPowerShell\Modules\Microsoft.Graph.Beta.Identity.DirectoryManagement\2.26.1\exports\ProxyCmdletDefinitions.ps1:128845:23 Line | 128845 |...

Status: Needs Investigation
type:bug