Uploading from a passed file stream to Azure blob works locally, but not in Azure
I have a Python/Flask API app I have deployed to an Azure App Service plan (Linux/Python 3.8). Everything works locally as it should, but when I deploy it to Azure it fails. Here's the relevant code: blob_client = BlobClient.from_connection_string( …
Permission to run report in Reporting Services
I am a BUILTIN\Administrator and can perform everything I need to in Reporting Services. I have developed a report for use by several users in the following folder structure on Reporting Services: http://MyServer/Reports/browse/Reports/XYZReports. …
Error removing Certificate Authority role
We had a server with Server 2008 R2 on it. It used to be a certificate authority on the domain. We removed this role from the server, restarted a few times and then did an in-place upgrade on this server to 2012 R2. When the server came back online…
Windows Hello for Business GPO
Please do not just give me instructions on how to set the GPO for this, I know how but I do not have the required Windows Hello for Business settings available in gpmc so repeating what is on Google, Bing and the Microsoft site so many times will not…
Migrating CA from 2012R2 to 2019 problem
I'm trying to migrate an Enterprise Subordinate CA from a 2012R2 DC to a new 2019 DC. The 2012R2 CA was in itself an upgrade from 2008 R2, and that migration worked without a problem. I'm using the proper documented process, but am experiencing two…
Dateiverzeichnis wird eingerichtet
Seit gestern kann ich leider nicht mehr auf die Dateien in einem Team zugreifen. Beim Reiter Dateien erscheint nur noch die Meldung Ihr Dateiverzeichnis wird eingerichtet. Aktualisieren sie die Seite nach einigen Minuten oder versuchen sie es…
Error when running third party software in Microsoft Account but running perfectly fine in Local Account: Windows 10
Hi All, I'm having an issue where a third party software is giving me a failure to register license error when logged in using Microsoft account but when I switch to the Local Administrator account it works fine. Both accounts are set to…

DNS Server service keeps crashing in Server vNext Build b20257 0x0000374
Scenario: Windows Server vNext starting with b20257 DNS Service keeps crashing (seems like it does so on every incoming DNS update request). Servername 1000 Error Application ErrorApplication12.11.2020 21:19:39 Faulting application name: dns.exe,…


Multithreading/Concurrency/Parallel – gurantees about value read by a thread?
I wonder if there is a guarantee in the .NET about a value read by some thread from a field write by another thread. This question is not about syncing the threads via sync primitives. I do not care about race conditions or a thread-safety. Also I do not…
a problem with my C code
i got a problem with this code, not sure what's the problem would appreciate the help. void Ex5() { double x, ans; int n; printf("Enter a real number >>> "); scanf_s("%lf", &x); printf("Enter a…
Convert test to integer in SSRS Reporting/Microsoft Visual Studio
I'm trying to convert 88000000000.0000000000 /L to an integer with 10^9. The number is stored in the database as a text field. I tried CInt but when I run the report I get an #ERROR where the number should be displaying. Thank You for your help in…
How to check Azure Admin role membership modifcation report/logs
I have to audit Azure Admin role membership modification. Can anyone tell me how to export that report for any specific admin role(i.e. Authentication Administrator). @Anonymous Please help.

Fatest way to access and REST API for 200K times using HTTPCLinet
we are trying to access an API endpoint for 200K times. we are able to access it without an error with the following code snippet: private static HttpClient clinet = new HttpClient(); public static async Task Main() { string auth_token =…
Exchange 2016 keep hung up
Hi, We have an Exchange 2016 server on premise (on Hyper-V) that keep hung up once a week or so. Users can't send or receive emails when that happened; we can still ping the server ip address, but we can't connect via the Hyper-V Manager, RDS, or…
Regulatory Compliance
hello Expert, I'm currently looking at the Regulatory Compliance standard with Azure Security Center especially around the NIST SP 800-53 controls and I noticed a lot of the controls have "Microsoft implements this System and Communications…
Intune | Windows Hello For Business | SCEP AADJ WHFB Certificate
Hello, I try to apply Windows Hello for Business using this article: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-cert At the almost last step "Create a SCEP Certificate…
sqlcmd options on print / display
Hello i need some help with sqlcmd utility at linux I have this select statement, but it display both at start with the ----- 1> select 'grant select on ' + name + ' to READONLY' + CHAR(10) + 'go' from sysobjects where type = 'U' or type =…
Orchestrator 2019 error when using Exchange User Integration Pack
When adding a configuration to Exchange User Integration pack in Orchestrator 2019 im getting the following error: Installing and Deploying the IP was no Problem. .NET Framework 3.5 is allready installed. Any idea what i can do?
How to get the last day of the quarter
Hi All, I have a CALENDAR_DATE , based on this date i want to create the LAST_DAY_OF_THE_QUARTER_IND ,please advice, Thanks
How many device can connect to IoT Hub at the same time
Hi, i want to ask how many azure iot device can connect to iot hub to send and receive msg at the same time. Thank for your support