API access and integration with Microsoft Partner Center for managing partner data
How to write a REST API that will get or put onto a SQL server database
Hi All. I am looking to create an api such that a record can be written into a SQL server database. It will simply call a stored procedure with some data received. The api will return a status code to confirm if the insert has been successful or not. …
Microsoft Partner Center API
Windows for business | Windows Server | User experience | PowerShell
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
ASP.NET Sitemap Menu not displaying properly after creating virtual directory in IIS
I have developed Web Application. Everything working find in local machine. I am not getting the sitemap menu properly when i moved the same code in windows server 2012 and create application followed by add an virtual directory. why it is coming…
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.
Cedentials being blocked from use on RDP connection
We have a production network that is managed by a corporate IT group external to our facility. We have a test network that is operated as a firewalled network segment. The firewall is managed by the corporate IT group. RDP connections are allowed…
Windows for business | Windows Client for IT Pros | User experience | Other
Moving shared folders on server from an iMac or other network computer
So if I move a folder directly on a server, the files don't physically move on the disk, it just updates the file headers to say that they exist in a different directory now But if I'm connected to the server over the network, in this case from a Mac…
Windows for business | Windows Server | User experience | Other
How to call datetime column on your controller in asp.net mvc?
Hi Team I have the code, but my logic needs some improvements meaning i want to find a way to call datetime column from my database not hardcode cz it makes it difficult to do changes. Let me share my logic below; // Controller.cs public JsonResult…
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.
Get caller assembly details from License Compiler
I'm working on a licensing prototype where a piece of information needs to be embedded into the dll during the build time. Below is the approach I have taken to solve this problem I have two projects, one is a custom project (Project A), where the…
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Multiple RDS License Servers
Hi All, Got few questions regarding RDS Cals migration and also moving RDS License server to another domain. Lets start with License servers. I got three license server, two of those will be decommissioned. I would like to move the licenses to…
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
SSRS RDLC editing - disable popup window "Connect to Report Server"?
Hi All, Can you please tell me how to disable popup window "Conntect to Report Server" that pops up each time I open the report in the Report Builder 3.0 to edit the report. I have a report where I added a reference to the DLL -…
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Audit Policy Changes
The Audit Policy Changes subcategory has a table with 12 entries, such as: %%8448 Success removed %%8449 Success added %%8450 Failure removed %%8451 Failure added . . . . Can anyone point me to documentation on exactly what these…
Windows for business | Windows Client for IT Pros | User experience | Other
Class constructor Pipeline cannot be invoked without 'new'
Hi, I'm following the documentation from @azure/storage-file-datalake, specially the List the file systems example to write an Azure Function that will take an excel file from my storage account and perform some operations with it. My code is as…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Powershell - MakeWinPEMedia : The term 'MakeWinPEMedia' is not recognized as the name of a cmdlet
I am in the process of creating a WinPE w/ PowerShell using the following link; I have mounted the wim but when I go to make the media I get the following error, PS C:\WinPE_amd64_PS> MakeWinPEMedia /UFD C:\WinPE_amd64_PS D: MakeWinPEMedia…
Windows for business | Windows Server | User experience | PowerShell
ASP.NET_SessionId
i want to secure 'ASP.NET_SessionId' cookie, so i added <httpCookies httpOnlyCookies="true" requireSSL="true"/> to web.config and Response.Cookies[ASP.NET_SessionId].Secure = true; to master page. However when i add code…
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.
ps4 controller driver error
I have always used my ps4 wireless controller on my laptop until today. I tried connecting the controller on the bluetooth but after that it says: "driver error" and it doesn't connect. I tried updating then both the bluetooth driver and the…
Community Center | Not monitored
Tag not monitored by Microsoft.
Http Header in IIS
Hi, Any ideas how to set http header in IIS for below Referrer-Policy Permissions-Policy
Windows development | Internet Information Services
DNS Scavenging issue
Hello, We are facing some issue related to DNS scavenging, When scavenging process runs, it deletes the specific 2 servers HOST A resource record from the zone, This things is happening with only 2 servers, apart from this, other servers Host A record…
Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Azure Percept DK: Temperature Issue
I will ask you after referring to the other person's question, "Azure Percept DK Temperature". After running for about 3 days, the device will be unrecognized on Azure's IoT Hub and streaming will stop. It recognizes cars, and for some…
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
Time-to-live in Synapse IR
I see that the TTL is now officially available in Synapse. Few questions: https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime-performance#time-to-live 1) The documentation says that "it is not available when using the…
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.
Understanding multiple joins with And
I've come across an old database and was looking at some of the tables and sprocs. I noticed a couple of things and wondered if I see syntax as below what does it mean? Select tbl.id, tbl2.Name From tbl Left join tbl.id on tbl2.id AND …
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Azure Files, Mac users not honouring security permissions
Set up Azure Files share for testing. Windows users work fine, and cannot access folders I've set with the appropriate permissions, as expected. But my Apple Mac user who I got to test it is not honouring the security permissions and can access the…
Azure Files
An Azure service that offers file shares in the cloud.
Current Location Using window Application WPF
I am working on Wpf application and want to get latitude and longitude(EXACT) of desktop when mark attendance and save them to database.Can anyone help for the same Thanks in Advance
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.