Tag not monitored by Microsoft.
Swapping row positions
I have a matrix by region and channel, which easily allows me to get a subtotal on region and grand total. Is there a way (using a checkbox?) to allow the user to swap region/channel -> channel/region? Thank you!
Community Center | Not monitored
SCCM environment with Two Site Codes
I built a new SCCM environment with new site code(CMB) to replace the current SCCM environment with site code(CMA). However, I keep receiving the error "WSUS Synchronization failed. Message WSUS update source not found on the site CMB". After…
Microsoft Security | Intune | Configuration Manager | Other
Other Configuration Manager-related features and issues
will mdt be retired ?
Hello everyone, We are using microsoft mdt since long time for deploying ours organization's computer.. everything is fine,, But it's long time we don't see any updates on microsoft mdt. is microsoft going to retair this product? I've seen couple of…
Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Should I use my personal Microsoft account or work account to login to certain Microsoft Sites -
I am trying to determine which MS account to use when logging in to certain MS sites/sub-domains. I understand when to use my work account for certain MS/Azure services and when to use my personal account for others. Specifically, what account type…
Community Center | Not monitored
Tag not monitored by Microsoft.
Unable to push repository to Azure (Error 413)
I'm trying to push a git repository to MS Azure, but it keeps giving the following error. error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end…
Community Center | Not monitored
Tag not monitored by Microsoft.
.net core : take data from Json child nodes
hello there im using .net core to get data from api as a json. the json is not staright forward rather it has many parent node and each parent has many child nodes, each child node has multiple child nodes. now, is there any good example to get…
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.
Calculate duration based on a condition
Hi I am still new in using sql server and would like some assistance. I have a table with 3 columns SerialNumber, EventDate and LaunchExitEventKey ![204340-source.png][1] I want to check if the LaunchExitEventKey from previous row is not equal to the…
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
System Center Endpoint Protection questions
Hello, Is possible to have Sophos Anti-Virus ands System Center Endpoint Protection on the same machine? (This is during testing process only) Any known issue? Comments? Or Is it mandatory to uninstall Sophos before deploying System Center…
Microsoft Security | Intune | Configuration Manager | Other
Other Configuration Manager-related features and issues
Unable to Validate Domain ownership
Hello, I purchased a domain through Azure. I followed the instructions at https://learn.microsoft.com/en-us/azure/app-service/manage-custom-dns-buy-domain However, when I navigated to the App Service, and click Add Custom Domain, it fails to…
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Security Intelligence Updates
Hello, What does "Security Intelligence updates" referred to? System Center Endpoint Protection Windows Defender Microsoft Defender Endpoint Thanks, Dom
Microsoft Security | Intune | Configuration Manager | Other
Other Configuration Manager-related features and issues
New function apps require restart when an azure function is deployed the second after via zip push deployment
Hello, I'm working on a script that deploys a new function app and right after that an azure function in that same function app, using REST APIs. The problem is that when the function app gets deployed and the second after I deploy the azure…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Windows licensing Server 2019? not sure what to use
Hello, I am going to install Windows Server 2019 on 5 servers. Three of these have 24 cores each and two have 12 cores. I am totally confused with the licensing. Can I just license for the cores? Do I need CALs as well? What is Software…
Windows for business | Windows Server | User experience | Other
how to get back an old app publication?
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
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.
My server hardware crashed. I restored the hardware. My files when playing media, stop and start. The files are mirrored.
My server hardware failed. I repaired the hardware. I copied my files to a usb hard drive. My files stop and start randomly. The files are mirrored. All my files appear to be intact. Yet they still stop and start as if there are gaps. How do I repair…
Windows for business | Windows Server | User experience | Other
SQL Server Enterprise upgrade from 2017-->2019 on a Failover Cluster with SSRS on same instance
Hi All, We are preparing to upgrade SQL Server Enterprise 2017 to SQL Server Enterprise 2019 on a 2-host Failover Cluster. We also have SQL Server Reporting Services installed on the same instance. I am trying to make sure I understand all the steps…
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.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Duration between min and max date
Hi Expert, I wanted to calculate max date for prodstatus =5 - min date for prodstatus=4 and max date for prodstatus =6 - min date for prodstatus=5 Create table CREATE TABLE [dbo].[testdata] ON [PRIMARY] GO Insert insert into …
Azure SQL Database
An Azure relational database service.
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
PATCH of contact in beta API bug with "otherLabel" field
when using the beta api calling PATCH https://graph.microsoft.com/beta/me/contacts/{id} and using the typedEmailAddress type with otherLabel field for custom labels results in the custom label being applied to the wrong email address: 1) Create a contact…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
MIEE certificate
Can I transfer my MIEE certificate from Credly the Microsoft Learn?
Community Center | Not monitored
Tag not monitored by Microsoft.
How to get the userid of a user in Signalr hub
I have a SignalR hub in a Blazor wasm application on .NET6, using .NET core Identity and IdnetityServer4. In the hub, in order to send messages to particular user, I want to maintain a group for each user. So in my hub, I have this code: [Authorize] …
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Can a PowerShell profile be used to limit commands similar to JEA?
Let's say I have the AD tools installed on a workstation. I know that JEA can limit the PSSRemoting session to a domain controller to Get-, I do not think that limits the PowerShell local session from running Set- or Remove-* or anything but Get-*…