Powershell is showing different letters, or language are mixed.
Hi all, Anyone of you have experienced trouble with Powershell and showing up with different languages or just different letters in the command or overall ? I am getting different languages or letters in the same Powershell i use all the time,…
Why Can't I Edit my Profile?
I have made several attempts to update my profile without success. I did upload my avatar/picture, and it shows up. But I cannot add my email preference and country/region. When I click Save, nothing happens. Does the lighter blue "Save"…
Azure Portal Windows App (Preview) issue - Admin Grant
In the Azure Portal App (Preview), I am not able to grant admin consent to an Azure AD app. The button typically opens a new browser window. This seems to not work with the Azure Portal app. Anyone else had the same issue? Greetings, MrAzureAd
AIP Toolbar and Office Business edition
After about a month of work I have gotten AIP running for a test group of users. I made a teaching sheet beforehand on how to use the labeling system a long time ago, but noticed that the label toolbar is now missing. When I made the sheet I was running…
Upgrading Office 365 Business Premium with Azure Information Protection
Hi Guys! A customer would like to be able to use the IRM mail encryption/security feature in Outlook 2016. It is my understanding that since the customer and all of their user have Office 365 Business Premium licenses, they will need to purchase…
Question about the Positioning of the UI in User section , is there a web Attack going on ?
Hi all, I was wondering if it was only me who got this problem about the UI not showing up perfectly in the Q&A user page : https://learn.microsoft.com/answers/users/index.html Looks like all User name are now aligning perfectly . Some…
CanvasRenderTarget poor rendering quality when drawing ink
I have a ScrollViewer which contains a CanvasVirtualControl. My app does the following: Use an InkCanvas to draw wet ink Custom dry the ink and render it offscreen on a CanvasRenderTarget Then draw the appropriate portion the target onto…
Can I get access to azure sandbox for MS learn?
on https://learn.microsoft.com/en-us/learn/modules/welcome-to-azure/4-exercise-create-website I am receiving the error "Unauthorized sandbox use detected. Your sandbox access has been removed." when trying to activate the sandbox, and cannot…
Sandbox removed
sandbox has been removed and I need it please.
Why does “signInAudience”: “AzureADMultipleOrgs” cause 'The URI scheme is invalid or unsupported'
I am getting an error when trying to switch the Supported account types to: Accounts in any organizational directory (Any Azure AD directory - Multitenant) I am using as IdentifierUris the amazon cognito urn:amazon:cognito:sp:XXXXXXXXXXX
UWP. UI tasks does not running when application is hidden.
auto workItemHandler = ref new WorkItemHandler( [this]( IAsyncAction^ action ) { while ( action->Status == AsyncStatus::Started ) { WaitForSingleObjectEx( GetCurrentThread(), 1, FALSE…
System.Threading namespace is not working/appearing
I am developing a novice level test xamarin test project since I am new to this technology. I need to add a static variable of type Timer using the System.Threading namespace as follows, private static Timer timer; But, it doesn't seem to work. I…
.Net Core 3.1.1 breaking azure web app
Moved my webapp to .NET core 3.1.101 sdk added the extension in web app but still getting issue. every thing was ok with .NET 3.1.100 sdk and working fine locally with updated sdk AggregateException: Some services are not able to be constructed…
Incorrect weekly acquisition analytics in Microsoft Partner Center
In Microsoft Partner Center portal when I view "Acquisitions" chart of my Windows app I see incorrect charts. In "30D" or "3M" tabs I can see I made 1 sale in Jan 13th, 2020 by looking at the chart. But when I view the…
Azure AD Domain Services Domain Controller's failing Replications Test
I have up Azure AD DS, have joined some Windows 10 PC's, and created some security groups and GPO's. I am getting investigating an error in the Windows 10 System Event Log (Event 4, Security-Kerberos. The Kerberos client received a KRB_AP_ERR_Modified…
Azure AD Out-of-the-box Authentication not Working!
I created an App Service & App Registration connected them both using App Service > Authentication blade > Advanced Settings. While launching the URL - even with successful authentication - it is throwing error: AADSTS50011: The reply…
Server Crash after Patch update
Hi, Anyhelp on how can we revert the patches if server gets crash, followed the below steps. Troubleshooting Steps: Boot from Windows Server 2012 ISO Click next Click repair your computer Click on tools -> cmd Within…
User Attributes and ExtensionProperties - how are they related?
I made a method that creates ExtensionProperty for User and it works - I'm able to define a property for a User and then read/write its values for the Application. But I do not see these as User Attributes in the portal. So what are User Attributes…
Using Roslyn to rename identifiers in c#
I have two c# files in a solution, one has a class, and the other consumes the class. In Visual Studio I can easily rename an identifier pressing F2 and renaming it. It is very practical. What I am trying to achieve is the same but in a large…
Azure AD Application Proxy - multiple apps, multiple MFA?
Azure AD Application Proxy is intended for remote access to on premises applications. It isn't recommended for on premises access. However, if I did use it for on premises access, and required MFA, would I need to MFA every app, every time? …