EWS does not work granular permissions like “Mail.Read” and “Mail.Send”. Needs “full_Access_as_app” as permission
I am creating an azure app that needs to read and send email using the Exchange Web Services API (EWS). Under the link API permissions , I select "Add Permission" and select "Exchange" as the api. There I select "App…
What is the best way to migrate one company's AAD tenant to another company's AAD tenant?
I need to migrate Company A's on-prem AD and Azure AD hybrid environment to Company B's Azure AD environment. Luckily, both companies live under the same umbrella and are managed by the same IT team. Setup for both is almost identical. Current State:…
Joining Machine to Azure AD
I have several machines that were deployed with ONLY local credentials. Now that we have moved to Microsoft 365, I would like to have them Joined to Azure AD. Questions: 1) What is the most efficient way to do so with a remote workforce? 2) Will\Can…

Apply Computer Configuration GPOs to an Azure AD Domain Service.
I am trying to put restrictions on users through the computer configurations but when I join the computer to the Azure AD, it is not showing in the AADDC Computers so Computer Configurations are not applying. How do I get the computers joined to the…

Credential Management
Hi, I'm writing a PowerShell script that simply copies a specific file to a SharePoint folder. The plan is to have this script run on schedule unattended each day. SharePoint requires credentials to store the file and I'm stuck on how to handle the…

DMA checking : Order by specifies integer ordinal
Anyone can give any example of this situation ? Actually I don't think it's a big problem . as I have seen so many codes are written like this And also it said " A sort column can include an expression , but when the database is in…

Implement transformation in Azure Data Factory using Copy data component in Move and Transform section
I have implemented a pipeline using Copy data component from Move and Transform section. The source is Azure Blob Storage and the Sink is Azure SQL Database. The delimited file (csv) in Azure Blob Storage consists of a column by the name 'Gender'…
Sharepoint user does not have permission
User has got contribute access but still he is getting below message when he access documents library and list, where as user is able to access the site with no error messages I have deleted the user and added again granted full control and…

Allow only gitlab URL inside the Devtest Lab VM
HI , I have the following use case requirement for DevTest Lab 1.create an Windows 10 VM - Completed 2.Block the internet and allow only GitLab URL - Internet is blocked but I am not able to allow only gitlab URL How can we achieve this , what…

How to select data based dynamically based on start and end of AffectedProduct ?
I work on SQL server 2012 I need to get data from #partsdata table where part number matches Affected Product both start and End as Example where I have Affected Product as APAMS-***G then I will get Parts That have start APAMS- and End by G start must…
NO PUEDO CANJEAR MI DESCUENTO PARA CERTIFICACIÓN AZ-900
Al intentar realizar la programación de mi certificación AZ-900 y luego de participar en la formación , no puedo acceder a mi descuento ya que me genera el siguiente mensaje "We can’t access your Microsoft profile to schedule your exam. To…
Well Known Text Not Preserving Input Data
I have a set of points that I use to create an instance of WKT: wkt = New StringBuilder("POLYGON((", 512) wkt.Append(MapLocations.Item(0).Longitude).Append(" ").Append(MapLocations.Item(0).Latitude).Append("…
MS Public Live event privacy
We want to have a company wide townhall by using Teams live event, due to the firewall issue across countries and regions, we can't use the private or Org wide options, if we use the Public live event option, any security concerns? Thanks!
Windows 10 Samba sharing slow/lagging problem
I've an application named daemon the launch some other applications using a network share folder as source for its self and the other applications, Typically I've 1 PC running Win10 and other 2 still running win7, the daemon application and the other…

Export users list from OU in a csv file
Hi team, I`m currently working on a Powershell script in order to get the following information from all users in a specific OU and export them into a csv file: givenname surname samaccountname E-mail address Departament Title …
Windows Store -owned apps not listed
WIndows10Pro build 2004 I am rebuilding a computer and have OS loaded and my MS account as login. I have several apps that I placed on all my systems, Ookla speedtest etc. When I open my account on the store and select My Library-> All Owned, it…
Error handling SAP script
In the Display PO transaction in SAP the account assignment tab changes format. The first section of code captures the data in one format, the second will capture it in the alternate format. As the program is running when the frist section thros an error…
Quickest / easiest way to move data between 2 columnstore tables.
I have current and archive fact tables. Both are columnstore with the latter having archive compression. I want to keep 4 full calendar years in the current fact so at each new year, I will move all the data from the oldest year to the archive. Both…
Azure automation - Jobs Remain Queued
Hello, I have 2 scheduled runbook stuck at "Queued" status for more than 5 hours. Any idea why this is happening? Thanks, Ran
SqlAzureDacpacDeployment task login failing
(This question is probably not tagged correctly - I can't find a tag for Azure Pipelines). I'm trying to use the SqlAzureDacpacDeployment@1 task to execute a SQL script file against an Azure SQL database, like this: - task:…