Upgrading Software
Good day, We currently have VS 2013 with SSDT for SLQ BI develpment, i am lloking to upgrade in Feb to SQL19 or SQL21 Is there a VS21 SSDT to go with SQL21 on the cards i should wait for? Can i install VS19/21 Community for BI Tools &…
deploying dotnet via GPO
I would like to deploy DOTNET 4.8 to some machine via GPO. What I have done so far: On a test GPO - Computer Configuration > Policies > Windows Setting > Scripts > Startup > PowerShell Scripts: selected add and added the .ps1 that…
Find Parent Row and Change the Height
Hi, I have this XAML: <Grid Margin="15"> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto" /> <ColumnDefinition Width="*" /> </Grid.ColumnDefinitions> …
Hide Add App Menu from the Gear Icon for the members
It is related to the below link. https://learn.microsoft.com/en-us/answers/questions/158955/hide-site-page-menu-from-the-home-page-of-the-mode.html Is it possible to hide Add App ? Because we want to restrict Members only to List and Document…
Can device administrator install local software/applications on a device
Hi, We have some PCs deployed via a "Standard User" autopilot profile (Hybrid Azure AD). However we have created a policy to get a elevated prompt when a user wants to install a software and if we enter global administrator credentials, it…
[WINDOWS SERVER 2019] Start a program with the remote desktop
Goodmorning everyone, I installed Windows Server 2019 on a server, before this the last server I had installed was with Windows Server 2008. My problem is to start a program automatically in a Remote Desktop session so that the user can only use that…
SSRS reports export PDF and EXCEL in REST API
HI SSRS Exports, My SSRS Reports they download PDF and EXCEL in REST API its possible show SSRS in REST API if possible please Guide me. I am new this Concepts. Which version its support. Thanks Shanvitha
[Migrated from MSDN Exchange Dev]Reply-To address change automatically
[Note] This question was originally asked on the MSDN Exchange Development forum which focuses on development questions on Exchange. As the former Outlook forums on TechNet have been migrated to Microsoft Q&A forum, we migrated this question…
Edge address bar of edited local HTML file
This youtube channels claim that scammer is able to edit HTML file so that is shows local content while address bar displays https online page? Computer is being accessed using remote desktop software I assume RemotePC from icon. They have two…
security login user mapping issue
Hi All, We have recently migrated SQL 2012 EE to SQL 2017. We are on Microsoft SQL Server 2017 (RTM-CU22) 14.0.3356.20 (X64) EE. Using SSMS, I have logged into SQL 2017 instance as a sysadmin role member and when I go to a specific login ->…
Microsoft Support Website Redirects me to Authentication Error Page
How do I resolve this issue? I get redirected to this screen within 3 seconds of looking at a help article on https://support.microsoft.com Firefox Been an issue for a fair while now (at least a couple months). Worked around by hitting Stop…
ADMT - Security translation pre-check failed
Hi all im trying to migrate Win10 Workstation from old domain to new domain. im able to migrateusers\groups, but when i try to migrate workstation, i did the security translation its failed with error: ERR2:7144 Could not open file …
Win10 Quick Assist - Intermittent Bug - Disconnect leaves remote keyboard locked
Hi All, Apologies upfront, this is the first post in a while (perhaps ever here) and I'm unsure if I'm in the right place. I've recently been using Quick Assist built-in to Windows 10. I have now had an intermittent issue reported by more than 1…
Why am I not eligible for free Azure?
Why am I not eligible for free azure? I register in azure, specify the card and phone number, and they write to me that I do not have the right to a free account. Why?
AD CS certificates
In our Windows 2012R2 CA, I duplicate the "RAS and IAS Server" template to verify our NPS server to clients. When I publish that template, what determines the NPS server uses that certificate? I see that the server is a member of RAS and IAS…
DC01 failed test DFSREvent
Hello. After reboot, some time i got error: dcdiag /q There are warning or error events within the last 24 hours after the SYSVOL has been shared. Failing SYSVOL replication problems may cause Group Policy problems. …
PKI on 2012 servers with 2019 Domain controllers
Hi, We currently have a 2012 AD domain with PKI on 2012 servers. We are looking at upgrading the AD domain to 2019, can we leave the PKI services on the existing 2012 servers or does this need to be migrated to 2019 servers the same as the new Domain …
Functions are deployed when using windows instance, but not found for linux
Hi! I'm trying to deploy some of my functions to Azure Functions app. I use Serverless Framework for deployment with serverless-azure-functions extension. When I deploy functions to a Windows host type - it discovers functions properly and they work.…
Lost Azure VM - Can't work out which account it is associated with
Hi! I'm having trouble finding which account has a VM on it. I've logged into all of the accounts that I may have set it up under, but still can't see it. Is that something that you can help with? Ok, so I have a VM that should have an address of…
Resolve blocking with concurred writes and reads
I have two separate stored procedures using same table i.e in SQL Server 2016. One is writing to the table and the other reading from the same table. The second SP waits or gets blocked as the first SP is writing data to the table. Is there anyway I can…