
SharePoint Online left navigation - Configure for specific user or group
Hello everyone. I couldn't find anything on this in my searches. Please let me know if a solution exists somewhere or if this even possible. On the left navigation bar, is it possible to set up the a link that is specific for a user or group? I've…
Microsoft 365 and Office | SharePoint | For business | Windows

How to append a string value in the column value in Copy Activity in ADF
In below copy activity screen shot , i am trying to create a new column(PartitionKey) whose value is same as DocType column. I would also like to insert one string value along with Doctype value. something like concat("recoding",$.Doctype) as…
Azure Data Factory
Is it possible to create Data Models in Synapse using Views which are in a database(Dedicated or Serverless) ?
By Data Model , I mean linking n number of tables/views based on their common columns. And also , if the data model is created , implement Row Level Security and Column Level Security on it.
Azure Synapse Analytics
Graph API - POST importedDeviceIdentities error "No method match route template"
Using BETA APIs to test creating device corporate identifiers for our company. Using POST with https://graph.microsoft.com/beta/deviceManagement/importedDeviceIdentities and am receiving error { "error": { "code": "No…
Community Center | Not monitored
Azure Sandbox Suspended
I recently started the course "Exam DP-200: Implementing an Azure Data Solution" , In the second module when I click on Activate sandbox this showed up. Sandbox access suspended I appealed to them but I didn't get any response …
Community Center | Not monitored
Task Sequnece keep installing
Team, We have split our task sequence like T1 , T2 and T3 etc … and when ever the task sequence gets completed a txt file will be written on desktop saying the respective task sequence is completed. on few machines, T1 task sequence shows installing…
System Center Operations Manager
Microsoft Security | Intune | Configuration Manager | Deployment
Microsoft Security | Intune | Configuration Manager | Application

Date filtering Web API (aspnetcore hosted Blazor Wasm) - what is the required datetime format to make Get request?
Making the request: **DateTime startDt = new DateTime(2021, 7, 18); DateTime endDt = new DateTime(2021, 7, 27);** try { timeRecord = await…
Developer technologies | ASP.NET | ASP.NET Core

Is there are any out of the box solutions for logging user access to uploaded files?
Hello all, we are using Azure Blob as a storage solution in our project. I wanted to know whether there is any out of the box solutions for logging user access to uploaded files in Azure Portal side? I came across Azure monitor, Is it for logging…
Azure Monitor
Azure Storage
Azure Blob Storage

How to get friend classes and functions using DIA SDK?
I added check for SymTagFriend inside loop for UDT children but it's never executed. Can someone tell me how I can get friend classes and functions? bool PDB::readFromFile(const QString& filePath) { HRESULT hr = CoInitialize(nullptr); hr =…
Developer technologies | Visual Studio | Debugging
Developer technologies | C++
Using special characters in BCP command
Hi. I have the below query which I am trying to execute from a c# code using the process function. BCP "SELECT ('"' + replace(ColName, '""', '""""') + '"') as commens FROM TableName " queryout…
SQL Server | Other

Restore Azure SQL Database to Alternate Location with PowerShell
Hello, I have been tasked with creating a powershell script that refreshes data from our production database to our beta database. Currently to refresh the data we'll use a point in time backup from production and restore to our beta database…
SQL Server on Azure Virtual Machines
Azure SQL Database

calendar view of bookings on mobile device
Hello, When I look at the calendar view of my bookings page on a mobile device, the dates don’t line up correctly. Is this an issue with my mobile device or with Bookings?
Microsoft Security | Microsoft Graph
Set access to local folder based on outlook.com
I had a client ask me this question and I couldn't answer it (or find out how to do it on google). Here's the scenario: Client has his own local domain (*.local) that is NOT exposed to the internet Users bring their own laptops. They can log…
Community Center | Not monitored
Is there a way to send an email when a Service Principle Secret is about to expire?
I manage two of many subscriptions for my company and need a way to know when Service Principle Secrets expire. Since I have many Service Principles going through the portal every time is unacceptable. Email is preferred and possibly a notification…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Sharepoint REST api get page contents and all likedbyinformation
I'd like to have one call that gets all page content AND details for the page's likes (count and the users who liked). This call returns LikedByInformation but shows no likes (when there are likes for the page) and doesn't include any details. Seems like…
Microsoft 365 and Office | SharePoint | Development

Microsoft 365 and Office | SharePoint | For business | Windows

Apply an offline conversion after being retracted
Say I use ApplyOfflineConversion API to upload a conversion for click A, conversion time T and conversion value V, and later use ApplyOfflineConversionAdjustment API to RETRACT it. If I try to upload the conversion using ApplyOfflineConversion API…
Microsoft Advertising API
Identifying what the literal input of".\" means for windows Service
We had a typo where someone entered ".\" as a account for a service logon. We are trying to determine what this resolves as. I know "." means "this", but there is no user name included as evident in picture attached. It did…
Windows for business | Windows Server | User experience | Other

Requirements and active account lifecycle for External Azure Active Directory
Hello, Just took AZ-104 Microsoft training and going back through all the notes and labs. The section on User Accounts states: Typically, Azure AD defines users in three ways: Cloud identities, Directory-synchronized identities and Guest users. …
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Converting Azure Active Directory User.AcountExpires Field from Decimal to Time/Date in Power BI
Hi, I am trying to convert the User.AccountExpires field in Azure Active Directory to a time/date data type using Power BI, but I keep getting an error that says "COuldn't convert to DateTime". Any suggestions on how to bypass this?
Community Center | Not monitored

Powershell switch default doesn't work with wildcard
I've been fiddling around with the thing below all day, but can't find out why the switch wouldn't work. Idea is simple, if the username starts with an A we write that it's a match, if it's doesn't we run default and tell that it's not a match. …