
blind sql injection + lists.asmx risks in SharePoint 2013
Hi Guys, This is regarding SharePoint 2013 1) Do we have any SP patch which can prevent from blind SQL injection? 2) We can access list.asmx from the public-facing URL. for example, https://<site URL.>/.../lists.asmx Can this be vulnerable to…
Microsoft 365 and Office | SharePoint Server | For business

How to JOIN 2 tables in ADF to Create a 3rd Table
Hello again, Now I need to join 2 tables in my ADF Pipeline to create a 3rd Table. I have googled and can't really find much and I need this for our QA Environment. Can you please give me a direction to go in doing this with ADF? Thanks so much!!…
Azure Data Factory

Export Control Classification Number
Hi, I know this could be quite off-topic but Microsoft's MSDN "concierge chat", not having the answer, suggested to me to ask it here. I am looking for information on the "Export Control Classification Number (ECCN)" regarding…
Community Center | Not monitored
Parent Domain Controller ratio server 2019
I am trying to find out the best practices approach to the number of domain controllers a parent domain should have per number of child domains. As an example, if a parent domain has 30 child domains, 2 is sufficient, but then when you get into the…
Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Powershell script on Exchange server returns 800+ records out of 62000. Why?
Hi, I've used script below to extract all attachments from mailbox (needed to perform only once). It's a mailbox where reports was sent, so it contains only messages with specific name and attachment. And it returns only 800+ records out of 60+…
Exchange | Exchange Server | Development
Windows for business | Windows Server | User experience | PowerShell
vs c++ or c#
so i cant decide what to choose.. i know how to make basic stuff in both cpp and c#. what to focus on ? i want to mainly start programming windows apps. can you create stand alone apps in c#?
Developer technologies | C++
Developer technologies | C#
permisions on sys.dm_os_performance_counters
one of the sql accounts related to monitoring tools needs read permissions on the sys.dm_os_performance_counters does this dmv exist only in master or should the reas permisions be provided to this dmv in all of the user databases as well
SQL Server | Other
AutoAdminLogon in Windows Server 2019 not working
Hello all, for automation purposes in my home lab I try to activate the AutoAdminLogon in Server 2019 but it does not work. I also take a look into gpedit.msc to be sure that interactive logon message text and title is empty but still no auto logon.…
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Devices and deployment | Configure application groups
I want to install python package in databrikcs job clusters and how to include this utility is "ini" file
Hi Team, How to install any python package in databricks jobs cluster .. Requirement 1= and there is many 30 job clusters in my environment .. i dont want to install package individually in each job clusters is there any way to install package in…
Azure Databricks
How to connect data factory to azure sql managed instance private endpoint
Hi All, I have azure SQL managed instance private endpoint database. now i am facing challenge to connect this database using data factory. I cant able to create linked service to connect MI database. I have done research from my side and i found…
Azure Data Factory
Extract more than one (several) pattern of numbers of the a varchar(max) column
ErlandSommarskog provided an excellent response: ; WITH get_startpoint AS ( select ID, DescItem, start_point = patindex('%[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]%', DescItem) from @T ) SELECT ID, Number = CASE WHEN start_point > 0…
SQL Server | Other
Azure migrate configuration server/process server issue
While configuring Azure migrate replication appliance am gettimg the error."the configuration server and/or process server are unableto communicate to the azure site recovery service". what can be the possible reasons?
Azure Migrate
Power indicator white to no light
Hi, my new Azure Kinect DK doesn't seem to power on. The power indicator goes from white to nothing (but it's not fast enough to be "flashing"). It looks like it's being powered on for a second, then turn off, then goes back to being powered…
Azure Kinect DK
eDiscovery Holds
Hello, I'm studying how to use eDiscovery for recompile some evidences of my team. But I don't understand what are Holds for. Because as I understand they are like a "backup" of the mails. But doing some tests, I deleted some mails and they…
Community Center | Not monitored
StoreContext.GetStoreProductsAsync() error: "Exception from HRESULT: 0x80072F06"
StoreContext storeContext = StoreContext.GetDefault(); string[] productKinds = { "Durable" }; List<String> filterList = new List<string>(productKinds); StoreProductQueryResult queryResult = await…
Developer technologies | Universal Windows Platform (UWP)
Microsoft Partner Center | Other
Azure Data Catalog RegTool: Error when registering a HANA view
When trying to register an SAP HANA view as a data source for the Azure Data Catalog, we receive an error. The error message in the logs reads: "Microsoft.HANA","1.0","Microsoft.Data.Mashup.MashupValueException","Der…
Azure Data Catalog
Struct For Each
All, My, abbreviated, class definition are as follows: public class Location { public struct StaffRequirment { public Guid DBRef; public DateTime StartTime; public DateTime EndTime; public Guid Skill; …
Developer technologies | C#
Partner Center Rest API next link
I have been scrutinizing in the Partner Center API documentation, but I just cannot find anything describing, how to handle next-link situations. When I retrieve all customers, I get 499 customers via the API. There is a links on the object returned,…
Community Center | Not monitored


No artifacts to display
Hallo, since yesterday get get the Message "No artifacts to display" whenn i want to add an artifact to my VM in DevTest Lab in Europe. Can anybody help me, why there are no artifacts? Kind Regarde Thomas
Azure DevTest Labs
Detach VM from DevTest Lab
I've created a VM using a DevTest Lab, but no longer want to manage it as a DevTest Lab VM. Primarily, I need to move it to another Azure region, but the main reason is that it is a build server and probably shouldn't have been created as a DTL VM in…