Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
OSDDoNotLogCommand displays password in the smsts.log
Hello, I have used OSDDoNotLogCommand in the task sequence. But password is still visible in the smsts.log Please help to connect what am i doing wrong?


Erro 400 ao requisitar API Power BI Embedded
Olá pessoal! Estou tentando conectar na API do Power BI Embedded, porém esta retornando erro 400, já configurei o aplicativo no Azure AD e concedi as permissões conforme documentação, porém não resolveu


Is it possible to set a unique key restraint on an array in cosmos db
From the all the documents I’ve read it’s possible to set a unique key restrain on a single property in a document but is it possible to set it to an array.. Thanks Mike


In WPF, I want to handle the start and end of Resize like WinForms
I need an event in WPF which can tell me when does the window's border stop being dragged, because I can't run my large code every time SizeChanged event triggers.


I cant access my Synology NAS DSM from Windows 11
I have bought a new PC with Windows 11. I have a NAS (Synology DS413J) that I can connect the file share on, but I can not connect to the NAS DSM management program. I cant find the NAS by using Synology assistent either. I still have my old PC…


Qual material de estudo para certificação az900 (fundamentos do azure)?
Saber os módulos do catálogo da microsoft para estudo.


Disable Windows 10 Pro 20H2 Update Notifcation
What type of notification is this and how do you disable it with Group Policy?


AKS pod Could not resolve host during poststart
Hi there, I hope anyone can help me with my issues in AKS. So I have magento application deployed in AKS, it runs well but with some issues, one of it is that when I describe the pod it shows errors like this Warning FailedPostStartHook 5m38s kubelet…


Attempting to create a slider that monitors / changes the position of a video.
I am wondering just how I can accomplish the above. I have an event which gets called as the video plays and provides the position of the video being played. I can bind the Ticks of the postion to the slider with no problem. The problem is that when…


How to know if a platform/device will have the required dependencies to run a project?
Hi all, I am learning C# through MS Learn and it's going great so far. My mind does wander to possible issues throughout due to past issues with learning other programming languages like Java and Python. One concern I have is whether or not a project…


Why are padding and margin not showing in properties tab of VS 2022
In keeping with the poor QA of VS now the properties window when selecting an XAML element no longer shows the padding or magins. If I were to publish the full list of problems I see in VS 2022 I would not get anything done. Check out the image to see…


Generate a simple message from controller (blazor page not for razor view)
In a Blazor server application, I have implemented user authentication via cookie. In the Blazor page (not razor view) I have created a form with email and password entries as well as a button for sending the data. The method is Post and is run on the…


Injecting a user id into a service in another .dll at run time
I am using Unity to do our Dependency Injection I would like to inject the users id into the constructor Here is my setup: private readonly IImportRespository repo; private readonly IUserService userService; ///…
To eliminate duplications on some fields
Dear All, I have a table as shown below. You can see some duplications. My question is how to eliminate the duplications. The same question was asked on https://learn.microsoft.com/en-us/answers/questions/1163799/how-to-eliminate-duplication. Now the…


How to use EF Core when two properties in the Principle entity point to the same attribute in the dependent entity?
I have 2 Model classes: Department.cs cs public class Department { public string DepartmentId { get; set; } public string Name { get; set; } public string Description { get; set; } [ForeignKey("FacultyId")] public…


Why is the combo box cursor/caret moves to the beginning when down arrow is hit?
In my app I have a combo box <ComboBox ItemsSource="{Binding ComboItems}" SelectedItem="{Binding SelectedCBItem}" StaysOpenOnEdit="True" Text="{Binding SelectedCBItem,…


When will the 'new version' of Outlook 365 for Mac allow the import of email archives?
Hi! I am confronted with the following problem: when wanting to import the existing email archive in Outlook for Mac, I have to use the legacy version, because the 'new' version doesn't allow it (yet?). Unfortunately, because Yahoo have decided to block…


Migration W2016 DCs, Exchange server 2013, AAD Connector 1.4 to W2019DCs
Hello, I am plannig an upgrade of 2 DCs version windows server 2016 to windows server 2019. There are also one Exchange server 2013 and another windows server 2008 with AAD Conector 1.4. I know latest AAD Connector version 2.1.20 requieres at least …


What is the MAUI equivalent of .NET Core's `_Layout.cshtml`?
You see, there's this image which needs to show up on every page of my MAUI app, and if it were a .NET Core app, I'd simply add it in _Layout.cshtml. However, with MAUI, I don't see a way of doing that easily. How would I go about this?


Redirect an external website to main website page
I need to redirect an external domain to a page on my main website. A subsidiary’s website will disappear but we will keep the domain. So I need is to redirect the domain to a page in the main company’s website page. Is this possible?

