Making clear about creating additional directories
Hello guys! The documentation does not clearly describe the creation of additional directories. May i ask your for some advice? So for example, I have a license for educational institutions on my account. And it include azure for office365 license.…
![](https://techprofile.blob.core.windows.net/images/2294993f80544e3287fd412662d4f70b.png)
![](https://techprofile.blob.core.windows.net/images/2294993f80544e3287fd412662d4f70b.png)
Unavailable renewal subscription for Microsoft Action Pack after I login Partner Center
Dear Sir / Madam, I could NOT renew my company’s Microsoft Action Pack Subscription after I login in Partner Center. It is unavailable for renewal. Please help me how to do. Many thanks! Regards, Ricky Leung EL OLAM LTD. …
How to find out if SoftwareBitmap is fully black, when not on UI thread?
Hi, I have a SoftwareBitmap, and I'd like to know if it's fully black. This is due to a bug on MediaPlayer, but that's a totally different story. I don't know how to convert it to a WritableBitmap on a non UI thread -- so, long story short, is it…
"There was a problem resetting your pc"
A few months back i bought a new ssd along with a version of windows 10 pro, since then my computer has accumulated alot of trash and games i no longer play. Therefore, i attempted to Factory reset my computer and was greeted with the message 'There was…
Transfer internet from Windows 7 to mobile
How to transfer internet from Windows 7 computer to Android mobile?
![](https://techprofile.blob.core.windows.net/images/2fooggAAAwAAAAAAAAAAAA.png?8DC1D0)
Bypass MFA for Apple DEP+Intune enrollment at on-prem ADFS 2016
Hello there, Looking for an advise on how to best overcome the following limitation. We're trying to enroll Mac devices with DEP enrollment and Intune. When binding the Mac to a user during install, it tries to log on and verify membership and…
I want to use App Service on the intranet."vNet Integration+App Service+VPN Gateway"
Hi, I have integrated App Server with vNet and connected the client to vNet via VPN. From App Service, tcpping passes to VM on vNET. Also, tcpping will be passed to the clients connected to the VPN. App Service Console tcpping 10.0.0.2:3389 …
QuantumStarted gives me random blocks of zero memory
Using AudioGraph with a CreateFileInputNodeAsync and CreateFrameOutputNode. This is to allow me to open an audio file and extract the PCM data. This is for waveform display. This is kind of working. But I am getting random blocks of zero memory…
Why isn't the Hourly property being set?
I'm working on a very simple UWP app. I'm using the Template10 framework. The viewmodel for the Main window inherits from Template10's ViewModelBase. Here's the property for Hourly from the viewmodel: private float hourly; public float Hourly { …
![](https://techprofile.blob.core.windows.net/images/297e4d29da884e21968e1f4a44ac39b9.png)
Azure Domain To Godaddy
Hi, I have a question too. There are 2 domains registered in the Azure Portal. I want to transfer these 2 domains to 2 different Godaddy accounts. How can I do this ? Do you need to pay additional fees when transferring to your Godaddy account ?
How to set the Highlight brush to random color
I have this code below that sets the color to random, how to set the selected Listbox item to random?? private void button_Click(object sender, RoutedEventArgs e) { Brush brush = new SolidColorBrush(Color.FromRgb((byte)r.Next(1, 255), …
![](https://techprofile.blob.core.windows.net/images/e132fda0c00c4bb98c608a076c87a4cb.png)
The driver is always in scanning state when signing
When the partner center submits the driver signature, the card is always in the scanning state, and there is no update state for several days, and no error is prompted
WPF - Auto width for FlowDocument's content
Hello, I'm having a hard time trying to make a RichTextBox's content in my app auto-sized. Specifically, I want the content inside my RichTextBox to be of automatic width (with a MaxWidth boundary), and Wrap when the width exceeds the available space. …
![](https://techprofile.blob.core.windows.net/images/e132fda0c00c4bb98c608a076c87a4cb.png)
im using word Inetrop in a WPF C# App Which i find a word and Change its color to red and im facing issues
This is my Code it works but I have a problem at the third part when I try to change the word 'No' color to red it changes any word that includes 'No' for example 'Not Isolated' was Effected by this and its color was changed how can i specify that i…
![](https://techprofile.blob.core.windows.net/images/e132fda0c00c4bb98c608a076c87a4cb.png)
ACTIVE DIRECTORY CERTIFICATE SERVICES (AD CS)
I am new to AD CS and have a few questions about it. A little bit of a background: I have a customer who wants to set up AD CS to authenticate domain PCs as well as to encrypt network traffic. Now with the questions: It was my understanding that…
![](https://techprofile.blob.core.windows.net/images/2fooggAAAwAAAAAAAAAAAA.png?8DC1D0)
I cannot create azure virtual machine in specific region in VS subscription
Hi, I have a Visual Studio subscription. I am trying to create a virtual machine but it's not allowing me to create vm in any other region than US. Can someone help please? Thanks, Kishan
Web App Can't Access File Store
I've created a .NET 4.72 MVC web app. One of the functions is to upload a file to a file store. I have the code written, when I run it in debug mode, it works and the file is stored on the Azure file store / file share. However, when I deploy the app…
![](https://techprofile.blob.core.windows.net/images/3b270b575c094eeca63e9bc66c861c5a.png)
How do i access my old Microsoft certifications
I became certified in four different Microsoft applications when i was in school (word, powerpoint, excel, onenote) and i am unable to access these certifications because when i try to log in and download them, it says my microsoft account does not exist…
If i set an EnrollmentAgentCertificateTemplate
Hi All, If i set an EnrollmentAgentCertificateTemplate does this effect all my Relying party trust? I like todo this: windows-virtual-desktop-sso
How to build signin only policy in B2C custom policies?
There is a signup_signin policy in b2c starter pack, but for my use case signup shouldn't be there. So, is there a way to remove signup from the login UI? or is there any sample signin policy for me to refer to?