User Profile
bhartisemwal1990
Copper Contributor
Joined 9 years ago
User Widgets
Recent Discussions
Best Approach to generate Users Permission Matrix report for specific all Site Collection in tenant
Hi , I am looking for the best approach we can opt for to fetch permission of a specific user for all site collection in a tenant. -The permission matrix should include permission given to a user through m365 group , security group and SharePoint groups. Note: My client Tenant is already huge and still increasing Any suggestions are most welcome.1.9KViews0likes0CommentsRe: Revoke all Graph write permission for an Enterprise Application in Azure AD
No , This command only get's the enterprise application service principal object. Please find below Result: ObjectId AppId DisplayName -------- ----- ----------- 29002c3b-0337-466e-8ab5-c00c5219474f 0f78653b-2b30-47f2-9d09-3c17709f118a ShareGate migration tool 2.02.3KViews0likes2CommentsRe: Revoke all Graph write permission for an Enterprise Application in Azure AD
Hello mikhailf , Thanks for the help! I tried executing the command ,following the article it doesn't seems to work for enterprise application. I am trying to remove scope from Enterprise application for ShareGate Migration tool. I have ever tried it for Enterprise application? Pls find below snippet i tried to run $ShareGateTool= Get-AzureADServicePrincipal | Where-Object {$_.DisplayName -eq "ShareGate migration tool 2.0"} $ShareGateToolONotes= Get-AzureADOAuth2PermissionGrant | Where-Object {$_.ResourceId -eq $ShareGateTool.ObjectId} | Where-Object {$_.Scope -eq "Notes.ReadWrite.All"} Remove-AzureADOAuth2PermissionGrant -ObjectId $ShareGateToolONotes.ObjectId2.3KViews0likes4CommentsRevoke all Graph write permission for an Enterprise Application in Azure AD
Hello, I have a enterprise application registered in my tenant which is having delegated permission consented by Global Admin(Me). I have below permission for enterprise App Graph: User.Read.All Graph: User.ReadWrite.All I want to remove/ revoke Graph: User.ReadWrite.All and keep all other graph permissions. Do anybody have any idea how we can do it using Powershell or Azure Portal. Thanks in advance2.4KViews0likes6CommentsAssign a LUIS azure accounts to an application
Hi All, I want to assign a authoring resource to my LUIS application .I am using below API:- https://westeurope.api.cognitive.microsoft.com/luis/api/v2.0/apps/ad574762-ae3d-4f14-a70b-91efea26610e/azureaccounts For which I need to have Authorization token .I know it works with user token . Is it possible to assign a authoring resource using App only token??1.6KViews0likes0CommentsRe: Problem in Deleting Remote Event Receiver in Sharepoint
john john Hi john may I know if you are using sharepoint online version or on premise version?? As RER can be removed by the app that registered it. In our scenario farm realm id got changed because of which even the same app was not able to delete the remote event receiver. In order to get rid of the remote event receiver we used brute force . Instead of client side code we wrote server side PowerShell script to delete the remote event receiver which worked for us.5.4KViews0likes2CommentsRe: SSO for Microsoft Teams Bot without any user interaction
Gousia_Begum : Thanks for the update. Is it possible for you to share the deadlines by when it will be available . As this is the most critical functionality for us .can you please suggest any alternative solution for this. I can create a tab with web chat and implement SSO but then my app will not be available in chat in app bar in teams.2.4KViews0likes4CommentsSSO for Microsoft Teams Bot without any user interaction
Hi friends, I have built a bot using Microsoft bot framework which i have integrated in Teams App. As the user is already logged into teams portal i don't want user to login again. I wanted to take advantage of SSO as SSO is enabled in our organization. I am aware that we can implement SSO in custom tab .But i don't want to opt for tab approach. Can anyone help me here with best possible approach to achieve this.2.5KViews0likes6CommentsRe: Microsoft teams web unable to render images from sharepoint .
subhasish-MSFT: I have tried using herocard and adaptive card both doesn't seems to work. If I load the sharepoint site in browser instance then it comes up. Teams and sharepoint should ideally work seamlessly.1.9KViews0likes1CommentMicrosoft teams web unable to render images from sharepoint .
Hi , I am having a bot that send image card. The image src is pointing to SharePoint site even though I have access to the SharePoint I am unable to see the image in teams. can anyone help me here. Thanks in advance2KViews0likes3CommentsError when calling 3rd party executable from Powershell
Currently I am facing issue executing third party .exe in PowerShell. Everything works as expected along with below error node.exe : Exporting services for dispatch... At + & "node$exe" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Exporting services for dispatch...:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError I can use 2>$null to stop the output but in this case actual errors will also stop from logging. I want to capture the actual error can somebody help me with this??1.1KViews0likes0CommentsAzure bot service : Authentication single sign on
I am developing a bot that will be embedded in my application where the user is already signed in using single sign on.I want my bot also to automatically sign in without user interaction. I am trying below article but in this case also interaction Is required. https://github.com/microsoft/BotFramework-WebChat/tree/master/samples/19.a.single-sign-on-for-enterprise-apps. first of all whether it is possible" seamless sign on" ....if yes then any pointers on how it can be achieved. #azurebotservice1.4KViews0likes0CommentsWhat are the some of the limitation Send Email:- "microsoft sharepoint client utilities "
Can someone help me with let me know what are the limitation on Send Email:- "microsoft sharepoint client utilities " SHAREPOINT ONLINE Are there any limitation on number of mails sent per day or per month from sharepoint site context.1.2KViews0likes2CommentsRe: Problem in Deleting Remote Event Receiver in Sharepoint
yeah i think now powershell is the only option . Because the issue was not with the appid change but the farm id change because of which the entire AppId was not matching and hence giving access denied error. Thanks for replies :)7.4KViews0likes0CommentsProblem in Deleting Remote Event Receiver in Sharepoint
Hi , I have attached Remote event Receiver to a document library using Provider hosted app.Now i am trying to delete (Provider hosted app) the same remote event Receiver but i am getting "Microsoft.SharePoint.Client.ServerUnauthorizedAccessException: Access denied. You do not have permission to perform this action or access this resource." error. Is there any other way apart from running powershell script to delete the attached remote event Receiver7.5KViews0likes8Comments
Recent Blog Articles
No content to show