UWP backup on users OneDrive
Hi, I want to implement OneDrive backup for UWP store application - without asking user to enter Login/Password (user already loggedin MS account). Can you point to actual(modern) tutorial how to read and write files to "onedrive.appfolder"…
Who can be 'manager' of a Shifts group?
Can I appoint a group member as manager to create, update, and manage shift schedules for that particular group of people, in the app, Shifts?
Why Azure portal have two tabs to creates VMs with different logos
Why Azure portal have two tabs to creates VMs
Log shipping
Dear experts I have two node SQL server standard failover cluster. I need to setup single node DR using log Shipping method. Want to ask after switch over to DR how we can setup, plan so that application can connect automatically to DR database…
TpmProtected : NO
Hi I joined a Windows 10 laptop to our AAD tenant using Autopilot, Windows Hello for Business registration succeeded and everything is working fine. My question is this: why, when I query the device ds reg status, does it say TpmProtected : NO even…
foreign key in sqlite in xamarin farms using SQLite-Net-PCL
I have tried to create the foreign key in sqlite in xamarin farms cross platform using SQLite-Net-PCL. But not created please help me fining the issue. ** Users Table public class Users { [PrimaryKey] public int UserID { get;…
How can I merge two accounts on Microsoft learn?
I have 2 logins to log into Microsoft : One is my skype ID ( no email id attached when I logged in using SKYPE credentials) The second is provided by my organization. As part of learning, I have started with Azure fundamentals using Skype…
What is the maximum number of guests I can add to my Microsoft Team (free)?
What is the limit of external guests I can add to a microsoft team (free version)? I have seen conflicting answers of maximum 300 or 5 per licence holder. Let's say I am the only licence holder in this team, does that mean I can only add 5 members…
downgrade version compatibility issue while restoring a database
I have two servers. One with SQL Server 2017 and another with SQL Server 2012 and i set compatibility level to "SQL Server 2012 (110)" in SQL Server 2017.While restoring a database from SQL Server 2017 to SQL Server 2012, it shows me an error…
Warning "User in your organization will not be able to log in" while setting up AZure AD Connect
Dear community I try to setup up AD Connect here. I created a test OU and a test User. I also created a service user that is used to sync the AD Data. This service user is a normal user, these rights should be enough says Microsoft in a document…
pending status when executing sssis from the catalog
the status is pending when running sssis from the catalog, but if the sql server repair is successful, but this "repair" only works for the next reboot
unable to create new objects on AD
Windows cannot create object because the directory service was unable to allocate the relative identifier
App not availale to Beta testers
Dear Support, I submitted an app for beta testing on 27/June/2020. On the Overview page, it shows that the app is available on the Store. However, I cant seem to find it on the store. Also, neither me nor my testers have got any notification of…
Network isolation in resource groups
If it is possible to restore the same virtual machine to two different resource groups, is the network isolated in resource groups? Does this mean that virtual machines A in first resource group can have the same IP address as virtual machine B in…
why my laptop cannot connect to any wifi in windows 10 version 2004 ?
Whenever i'm trying to connect to my wifi or anyother network it's showing can't connect to this network . I've tried diagnosing it but it isn't working at all . Then no browser is opening up in windows 10 version 2004 . I'm in big trouble because im…
Azure subscription for Azure DevOps
Hi, I have created an Azure DevOps organization and did the initial setup. Now I need to set a billing since my organization will scale up. I am not managing Azure portal of my company, and I am wondering could I expect any issues with setting Azure…
How to create copy of virtual environment
Hi, I created an environment consisting of 4 virtual machines. The environment contains: Domain controller + active directory Database server Exchange server Application server Every team member needs such an environment. Is there a…
AppUriHandler not working for host starting with '*.' while using uap5
Hi Team, I am trying to enable my app for websites using app uri handlers. I am following this documentation : https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-uap5-host I have given the appurihandler details as…
WPF DataGrid column header mouse events
I have following events with subscriptions in the class, derived from DataGrid: private void SubscribeHeaders(DependencyObject sender = null) { sender = sender ?? this; for (int childIndex = 0; childIndex <…
Features and packages in Windows server 2019
With the help of the dism command and the /Get-Features switch I got a list of features and packages that are enabled or disabled in my installation. Is there any link that explains what these features do? (e.g. feature name: Tpm-PSH-Cmdlets). I…