Win32 API to detect Windows 11
I need a Win32-based way to detect OS version (esp. Windows 11). Things like WMI, .NET, and UWP APIs are complex to access from Win32. I tried GetProductInfo(). But it returns same value on Win10 and Win11. Any comment is appreciated.
Windows development | Windows API - Win32
Visual Studio 2019 Slow performance and load times when screen sharing e.g. with Teams
Visual Studio 2019 Slow performance and load times when screen sharing e.g. with Teams
Microsoft 365 and Office | Development | Other
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
IoT Central - User Roles Access of Device group
Hello, I use IoT Central application to manage my devices. I have created several device group wich contains devices and I woulds like to manage them with different users. Is it possible to manage the device group with specific user ? For example :…
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
How can I make a task to run once?
I want to achieve this: When my website is published by webdeploy/started/restarted, the website automatically run a task to send a post method to another site. How can I create a task only run once? It seems hangfire can't do this.
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
PowerShell & Power BI Rest API - Export-Csv
Hi Essentially what I'm after is the results of rest API Gateways - Get Datasource Users but retaining the ID (in this example $Line.id from my imported CSV file). The end result should be a CSV with the following fields - ID, emailAddress,…
Windows for business | Windows Server | User experience | PowerShell
MSBuildExtensionsPath of VS2019 is not getting overrided when tried to override its path using "set"
I tried to override the $(MSBuildExtensionsPath) property of VS2019 using "Set MSBuildExtentionsPath="C:\ProgramFiles(x86)\MyCustomTargetsPath" ". But when projects are built with msbuild.exe from VS2019 installation path(C:\Program…
Community Center | Not monitored
Tag not monitored by Microsoft.
Question on backing up clustered instance
Hello, It's rather strange but I failed to find information about best practices on backing up clustered SQL Server instances in my MS textbooks (official curriculums) as well as on the technet - would anyone please share a link to such documents…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Azure Designer: Cannot create inference because there is no model on this pipeline
I have created a pipeline in Azure Designer and trying to deploy this as a batch prediction. When I click "Create Inference Pipeline" and "Batch Inference Pipeline" I get this error message: Cannot create inference because there…
Azure Machine Learning
An Azure machine learning service for building and deploying models.
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
Database schema not showing up because of table limit on Azure
I am trying to sync 11 tables between NAV and Azure database. When I click ‘refresh schema’ (on Azure Portal) to show me available tables in member database, it says there are too many tables to display. The error I get is: Getting schema information…
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
Windows Server 2016 - PDF Printer stopped working
Hi there Main Description One of our customers Remote Desktop Session Hosts lost the ability to use "Microsoft Print to PDF", "Windows XPS Document Writer" and even "Some Proprietary PDF Printer". Why this Post was…
Windows for business | Windows Server | User experience | Other
Code Integrity Policy Errors
I am trying to implement CodeIntegrity for whitelisting on a fully stand-alone machine being used in an Industrial Control System application. It is a Windows 10 Enterprise LTSC Version1809 Build 17763.2145 with the July SSU and Cumulative Updates…
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Numeric Value Storage Precision In Memory
Hello, I’m trying to clarify my understanding of how M stores number values (i.e. how they’re represented in memory), in part so that I can clearly explain this to others. The language specification says, “A number is represented with at least…
Community Center | Not monitored
Tag not monitored by Microsoft.
How do I connect Power Automate to my hosted SQL Server VM?
Hi I hope this question is not out of context and I am posting on the right community Forums. I would like to connect my SQL Server VM (MSSQL, hosted in a Windows environment of course) to our Power Automate apps to do SQL queries, execute stored…
Community Center | Not monitored
Tag not monitored by Microsoft.
I haven't received any e-mail confirmation for Microsoft Azure Fundaments exam !
Respected Microsoft Azure Team Today(17 September) I scheduled myself for Microsoft Azure Fundamentals Exam which is going to be held on 20 September 2021, but haven't received any e-mail or any link or further procedure for exam ? Please help me in…
Community Center | Not monitored
Tag not monitored by Microsoft.
need to chnage esi email link for Microsoft certification due to Change of organisation
Hi, I have linked my past organization mail id with my personal id to claim free MS certification exam benefit. Now I have changed my organization and I need to link my new organization mail id. How do i remove the old organization mail link. I tried…
Community Center | Not monitored
Tag not monitored by Microsoft.
Use-case for large ingested data in near real-time
Hi. I have a use-case where I'm expecting more than 2GB of data to be ingested per day, where I then have to interpret, process and store the data, and connect the data store to Power BI. The data will be streamed in near real-time, and random peaks…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
hybrid configuration wizard says certificate has no smtp services
I am running the hybrid configuration wizard on a dedicated exchange 2019 for hybrid server to move the role off an existing 2013 hybrid server. Currently on-prem we still have exchange 2013, and also 2019 servers. When i get to the point of the HCW…
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Exchange | Hybrid management
The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.
Reading the settings in a config table
I would like to have a configTable which shows the name of the servers, databases, objects to read inside the databases, etc. The datafactory, at present reads this configTable (Which at present is in a database in an on.prem sql server), and loads the…
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
Executing stored procedure in power shell script
Hi, I have a stored procedure "sp_TestBackupDatabase" and executing in powershell like below: $query = "exec sp_TestBackupDatabase @dataBaseName=" + $dataBase + ", @backupType=" + $backupType + ", @backupFolder='"…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Windows Server 2016 Domain Controller Promotion
Hello, Greetings. We have an Active Directory environment with couple of Windows Server 2008 R2 Domain Controllers. We want to introduce\add Windows Server 2016 in the environment & promote it as a Domain Controller\DNS. Can anyone please…