Pass parameter to Identity Provider
Hello, I am using Azure AD B2C as an authentication portal. I am trying to guarantee that the Google+ always goes to select account page. But I am having an hard time reaching this behavior. From documentation,…
[UWP] Serialize app local settings
I want to be able to take the settings for my app and copy them so that they can be shared by different users on different machines. Is there a way to serialize or some how copy the app settings to a different location?
[Discuss] DotNet Core API Template with useful features
Hello, I need to create several .net core Rest API applications as there is a need to rewrite our enterprise legacy apps which are in classic asp. I found the clean/onion architecture suitable to my needs but I don’t want to duplicate my efforts in…
Azure AD B2C with AAD SignIn user journey is expecting wrong issuer
I have setup the AAD Sign In within B2C following the instructions in this documentation article: https://learn.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-aad-custom?tabs=applications The process fails when AAD…
How can I activate my Xbox in dev mode?
I have tried everything, but when I go to this page: https://partner.microsoft.com/en-us/dashboard/registration/Agreement to accept the App developer agreement, it takes me to error page. It is code 500 server error, I have tried accessing this from…
Filter objects to synchronize by group
Is there any way to change this setting to enabled? Or do you have to completely re-install Azure AD Connect? Will that even work? We want to change it so we only synchronise objects that belongs to a certain security group, as only a 10th of our…
My restore points have disapperaed on my network, D:, E:, and Image. My file history has been turned off and I have lost my Windows 10 backup and it is now running a shadow copy...
My bitlocker will not activate on C: I have lost administration rights after I switched users in to the Admin profile. What do I do now? It's a brand new PC and Laurier just reinstalled Windows 10. My office 365 and Chrome has also…
Windows Node Web App Suddenly Doesn't Know What Stack It Is Running!?!?!
Stood up a Windows Node 10.14 web app a while back, deployed PWA code to it, and everything was fine. Suddenly, attempting to browse to the application results in a "You do not have permission to view this directory or page" error message.…
New Tags: SQL Tag
Hi, how do we create tags? I'd need one for SQL, please. best regards G
Using File Share Across Subscriptions in SLES VMs
Hello, Can Azure File Share be mounted across subscriptions? Say I have a storage account in one subscription and I want to mount file share in that to a Linux VM created in a new subscription. Both subscriptions are part of same tenant and resources…
Trying to sign in with Yubikey on Win10 v1903, but the key does not appear under "sign-in options."
I went through the proper process to get this set up via Azure AD, without any problems. This worked just fine on the previous laptop (this is a replacement). The new laptop is in the correct OU and groups, too. Still, the only sign-in options I get are…
MVC Web Service in Docker Container or Azure App Service?
Hi all, I would like to know what will be on a long run the most cost efficient to deploy an MVC Web Service using Docker Container or Azure App Service. Having in consideration that the Azure App Service have the auto-scaling as a feature by…
Upgraded to Windows 10, Now Microsoft Programs Have Garbled Images
I just upgraded to Windows 10 from Windows 7, and now all my Microsoft programs have distorted images, or I can't even see the images that are on the documents. This goes for Outlook, Word, PowerPoint and Excel. My IT company uninstalled Office 365,…
When can the Windows command line tool directly copy/paste using Command/Ctrl + C/V?
The Windows command line can also be copied/pasted directly using Command / Ctrl + C / V. At present, some terminal tools such as PowerShell Core are not very good for Ctrl + C / V support, but in some scenarios it is very tasteless. Windows Terminal is…
Data binding in UWP
What is the diffrence between binding and x:bind. My xaml code works fine when I change to binding. But I can not share my code, I also try to upload image, it fail as well. How can I share my code?
Push notification in UWP after covert
I want to let my console app to use the push notification in UWP, so my team decide to covert our Console app to UWP. The question is how to implement the push notification after convert. Thanks.
Covert my app to UWP
I have a console app and I have made some changes to the registry. If I convert to UWP how it can be done and what happen with the registry.
problem with richedittext
private void ComboChanged(object sender, SelectionChangedEventArgs e) { richEbitBox.Document.GetText(TextGetOptions.AdjustCrlf, out string value); var id = sender as ComboBox; switch (id.Tag) { case…
Can users get presistent desktop using pooled desktop type in WVD?
We want to for users with presistent desktops for the user with wvd with Pooled desktop type deployment. Is it possible to get this presistent desktops for the end users? Donot want to use Personal desktop type in WVD?
Modificación de CodeName con código VB excel
CodeName modification with excel VB code Good evening. I have the following code: 'I create a sheet with the following code Worksheets.Add(After:=ActiveSheet).Name = "Nombre de la pestaña de la hoja" 'Change the CodeName …