Execure R scripting and R Desktop output varies
Hi, Executing a model with Execute R Script in Azure ML produces a different result compared to R desktop (R 4.1.0) Here are step I followed a. With Azure ML studio ,Imported the 2 data sets Testb.csv and Testc,csv and using the 2 datasets ,…
Azure Machine Learning
ContentPage level equivalent of TemplateSelector ???
I have several classes derived from a base class. VideoAsset, ImageAsset, etc. Lets say each has a different sort of header xaml. I have two screens, one with a collectionview (that displays different xaml based on asset type) and one that shows…
Developer technologies .NET Xamarin
How to disable download files and data from exchange online when user is logged in on personal devices? Is there any solution or what can be feasible option to do it?
How to disable download files and data from exchange online when user is logged in on personal devices? Is there any solution or what can be feasible option to do it?
Exchange Online
SQL Case when calculation question
Morning all! I wondered if someone could give me a hint where I am going wrong with a case statement. I have done case statements before but not by incorporating calculations (it might not be possible but I am giving it a go). Basically I want the…
SQL Server Reporting Services
Developer technologies Transact-SQL
SQL Server Other
How to query multiple field with a single criteria?
How to use 1 criteria to query multiple field? Like i have a table with columns Part No, supplier 1, supplier 2, supplier 3. I want to use query that if any one of those columns match the criteria, i want access to show the record for that item. I use…
Microsoft 365 and Office Access Development
Virtual certificate
A couple of years ago I did an school certification of Microsoft Word and Excel, my college gave me the physical certificate, I wanted to know how can I get a virtual certificate or a constancy of it
Community Center Not monitored
Restore only one site collection out of many in new farm
Hi, We are looking to make parts of a web application accessible to the internet. To do this we are setting up an entirely new farm in our DMZ. This should only be read-only so there is no problem that external and internal users don't see/edit the…
Microsoft 365 and Office SharePoint Server For business
API Permissions For A user
I am looking to use the Microsoft Graph QL API to post messages to users about documents that need approval. I am having trouble setting the permissions for a single user. I want to have a single user that no one would have access to programmatically…
Microsoft Security Microsoft Graph

Administrateur
Please help me I can't access my computer normally anymore I want to use it as usual
Microsoft Security Microsoft Authenticator
Unable to get the user details while using Microsoft Graph API.
Initially I was using Http Client and Azure Graph API.But when i migrated to Microsoft Graph API ,I am able to generate only the access Token using Microsoft Graph API and Http Client successfully.I am unable to retrieve the user details using Http…
Microsoft Security Microsoft Graph

Renewal for Microsoft Certified: Azure Administrator Associate
I have completed my assessment but the screen kept showing compiling your assessment for hours. I have taking screenshot and video evidence. Kindly assist and let me know the outcome of my assessment. Thanks
Community Center Not monitored

OneDrive API: How to identify if a file/folder is updated or newly created in delta API?
I'm trying to use this onedrive delta API GET /_api/v2.0/drive/root/view.delta?token={token} How can I identify if the folder event is a created/updated event? i.e if the folder is newly created OR has been updated?
Microsoft Security Microsoft Graph

azure AD SSPR
dears, i implemented azure ad connect on my on premises and synced users to office365. i already have on my DC a password policy. and i want to enable SSPR from azure ad. if i also created a password policy in azure ad that doesnt match with my…
Microsoft Security Microsoft Entra Microsoft Entra ID
BluetoothLEDevice is not disconnecting in windows 10 enterprise LTSC edition
var serviceCollection = _gattDeviceServiceResult?.Services?.ToList(); if (serviceCollection != null && serviceCollection.Any()) { foreach (var serv in serviceCollection) { serv?.Dispose(); } } _bluetoothLEDevice?.Dispose(); …
Windows development Windows API - Win32
Domain restructure/ consolidation, one forest having multiple sub-domains and one tree domain.
Scenario: Domain restructure/ consolidation, one forest having multiple sub-domains and one tree domain. Requirement: Customers want to migrate all users/resources to the tree domain. Question: when we migrate users, groups from subdomain to tree…
Windows for business Windows Client for IT Pros Directory services Active Directory


Billing for On-Premise Virtual Machines backup to Azure Recovery Service Vault
Hello, I'm a little concerned about how will I be billed by Microsoft when I'll protect my On-Premise Virtual Machine running on Windows Server in the following scenario: I use Microsoft Azure Backup Server. Let's say that I have one of Domain…
Azure Backup
Visual Studio Build Tools 2019 licensing
Good day, we have license for Visual Studio 2017 Professional. Can we use Visual Studio Build Tools 2019 with it (license for Visual Studio build tools 2019)? The question is about licensing.
Developer technologies Visual Studio Setup
Developer technologies Visual Studio Other
Community Center Not monitored
Visual Studio 2019 Version 16.11.0 Winforms Issue with Microsoft.EntityFrameworkCore.SqlServer Version 5.0.9
Hello: Today, in the morning, I found Visual Studio 2019 has a new version, so I installed the new version: 16.11.0, and I also found there were quite a number of Windows updates, I also installed all the updates, and did a reboot, then I shutdown my…
Developer technologies C#
How to start a user service after creation?
I've been trying to create an app that installs a user service and starts it without having to log out and then log in. I do not understand how to achieve this. I create a service by calling CreateServiceW the following arguments set (some args…
Windows development Windows API - Win32
Developer technologies C++
Powershell and Microsoft Teams - Grant-CsTeamsComplianceRecordingPolicy
Hi, I'm new to Powershell and having trouble using the command - Grant-CsTeamsComplianceRecordingPolicy I'm using the line - Grant-CsTeamsComplianceRecordingPolicy -Identity <nameofuser> -PolicyName <nameofpolicy> after connecting to Teams…