Recent Discussions
Access Denied Error in SharePoint List Board View During Drag-and-Drop for some users
I am experiencing a strange issue in the modern board view of a SharePoint list. When some users drag items between columns (e.g., to change task status), they see an “Access Denied” screen. However, the change still successfully applies. But for some users it works perfectly fine. All the users have same level of access (Contribute) So far, we've ruled out common causes: - Users have Contribute permissions. - No item-level permission breaks exist. - Board view uses basic fields (e.g., Title, Status) without JSON or advanced formatting. - No restricted lookup columns or calculated fields. - Browser cache cleared; issue persists across different browsers and users. - Other views (like grid or list) do not produce the error. This appears to be a rendering or UI behavior specific to the board view, perhaps related to a recent update/change made on SharePoint.90Views0likes4CommentsThis 'new' MTC platform has serious problems
We have had this 'new' platform for a while now and it still has serious usability issues: a) the auto-logout is infuriating. I can be active on the site and in the middle of reply and get logged out. what the heck. b) auto-logout part 2. when I get logged out initially my user name and icon will stay in upper right corner but the alert buttong shows new message but in reality it is that I was logged out c) login is buggy. sometimes when I login I get dumped into the main section and not even logged in so I repeat the exact same log in process again to get logged in and then have to re-navigate back to the forum/group I was in. d) the auto-moderator is a problem. for no apparent reason posts will be 'held' in limbo for days. there is no indicator to the user that their post is pending it just looks like it disappeared. e) it is extremely hard to navigate posts with many replies. On some threads there are numerous "see more" and literally spend minutes trying to find the most recent post in the thread (I literally have to first search for "show more" and click each and then search for "min" or "hour" to find recent post(s) there are sooo many more issues but at least this a start of my top 5 will there be any updates to this forum?109Views1like4CommentsAccess to Learning Download Center
How do I go about gaining access to the Learning Download Center? Once I select the Courseware Download link at Home | Microsoft Community Hub I'm being redirected to the page displaying the following text: Learning Download Center Request Access It seems you do not have access to the Learning Download Center. If you believe you should have access, please check the self help link below to troubleshoot the issue. Once I select the self-help link, I'm redirected to the following page: Have any questions? For Microsoft Certified Trainers Courseware Feedback and Questions: If you would like to provide courseware feedback or have questions about courseware content, please reach out to the Microsoft Certified Trainer community in the MCT Lounge: MCT Community Cafe | Microsoft Community Hub Technical Issues: If you are experiencing technical issues or require account support with the Learning Download Center, please reach out to the MCT Support team: Results in Microsoft Certified Trainer - Training, Certification, and Program Support Selecting the link Results in Microsoft Certified Trainer - Training, Certification, and Program Support, brings me to the page from which the only option I have is to submit a support request to Microsoft, which I cannot do since I don't have a support plan (and there is no category matching this particular issue). Pls advise116Views0likes1CommentStorage Accounts - Networking
Hi All, Seems like a basic issue, however, I cannot seem to resolve the issue. In a nutshell, a number of storage accounts (and other resources) were created with the Public Network Access set as below: I would like to change them all to them all to Enabled from selected virtual networks and IP addresses or even Disabled. However, when I change to Enabled from selected virtual networks and IP addresses, connectivity from, for example, Power Bi to the Storage Account fails. I have added the VPN IP's my local IP etc. But all continue to fail connection or authentication. Once it is changed back to Enabled for All networks everything works, i.e. Power Bi can access the Azure Blob Storage and refresh successfully. When any of the two restrictive options are selected, do they also block various Microsoft services. Any help would be gratefully appreciated.100Views1like6Commentsi use Copilot and i it came out to me that who RX6600 have one problem.
4 Gb marked in info Vram and my Rx have 8 gb total Vram. from what dependency this problem? i test Warp Ai on my Computer and question to warp Why problem tested in Graphic card Info Vram he Ask is "your graphic card is 4 Gb you want fix now?" What should i try?58Views0likes1CommentCommunity email digests and notifications stopped?
I noticed I stopped getting weekly/daily email digests from all the communities I'm subscribed to. In fact it seems like I have stopped getting emails entirely from Notifications at CommunityHub.Microsoft.com. I had IT check to see if they were getting caught in any filters and they said the last ones were sent in April. Does anyone know if there's an issue going on?122Views1like6CommentsHTTP Error 500.30 - ASP.NET Core app failed to start which is hosted in Azure Web App
I have deployed ASP.NET 8 ABP backend application into Azure Web APP using Azure DevOps pipeline as following yaml. The pipeline executed successfully and the application build & deploy was successful as we verify the build files/folders went into the site/wwwroot directory into Azure Web App. But when we trying to browse the application, it;s throwing error: HTTP Error 500.30 - ASP.NET Core app failed to start(attached screenshot). Note: When we build, release & deploy the application using Visual Studio 2022, it's working as expected. trigger: branches: include: - master variables: - name: solution value: '**/*.sln' - name: buildPlatform value: 'Any CPU' - name: buildConfiguration value: 'Release' stages: - stage: __default jobs: - job: Job pool: vmImage: 'windows-latest' steps: - task: UseDotNet@2 displayName: 'Use latest .NET8' inputs: version: 8.0.x includePreviewVersions: true - task: NuGetToolInstaller@1 displayName: Install Nuget Tool - task: NuGetCommand@2 displayName: Restore nuget packages inputs: restoreSolution: '$(solution)' - task: NuGetToolInstaller@1 displayName: Install Nuget Tool - task: NuGetCommand@2 displayName: Restore nuget packages inputs: restoreSolution: '$(solution)' - task: DotNetCoreCLI@2 displayName: 'Dotnet build projects' inputs: command: build projects: '**/src/*/*.HttpApi.Host.csproj' arguments: '--configuration $(buildConfiguration)' - task: DotNetCoreCLI@2 displayName: Dotnet publish inputs: command: publish publishWebProjects: True arguments: '--configuration $(BuildConfiguration) --output $(build.artifactstagingdirectory)' zipAfterPublish: True - task: PublishBuildArtifacts@1 displayName: Publish artifact inputs: PathtoPublish: '$(build.artifactstagingdirectory)' condition: succeededOrFailed() - task: AzureRmWebAppDeployment@5 displayName: "Deploy to Azure Web App" inputs: ConnectionType: 'AzureRM' azureSubscription: 'Visual Studio Enterprise Subscription (fd7a0e48-ef92-4ae6-b1a7-6a62c6dd318d)' appType: 'webApp' WebAppName: 'backend-pipeline' package: '$(Build.ArtifactStagingDirectory)' RuntimeStack: 'DOTNETCORE|8.0' I have debugged this error using the steps below: Navigate to the root directory of the application using CMD Run the application using the command dotnet run (yourApplicationName).dll but noting error found. Then checked Diagnose and solve problems > Diagnostic Tools > Application Event Logs and found below two error logs, What is causing this error? Azure IIS Support Blog Microsoft IIS Web Development52Views0likes0CommentsPlease remove Community Share Buttons at the left
Some time ago, Community Share Buttons started to appear on the left on the Tech Community Discussion Hubs. With normal zoom (100%), they overlap the text and are very annoying. Please get rid of these or give instructions on how to remove them. I found this article from 2018: Community Share Buttons | Microsoft Community Hub But I did not notice these buttons before, or they were not annoying. It seems they were meant to be on the right side, not the left side.129Views1like6Comments- 54Views1like2Comments
Assistance with Power Platform Exam
Hello, I'm reaching out in hopes that you can help me with an issue or direct me to the appropriate person. I recently completed the Power Up course and received a voucher to take the Power Platform exam. However, when I scheduled the exam through Pearson VUE, I mistakenly selected the French version instead of the English one. During the exam session, I asked the proctor if it could be changed, but was informed that only Microsoft has the authority to make such changes. Is there any way I can reschedule the exam or switch it to the English version using the same voucher? Thank you in advance for your help. Best regards, Alex Tesfaye56Views0likes1CommentInbox / Private messages broken on my profile
Hi, I'm trying to get informations regarding a case I opened 2 months ago and they are sent through private messages I can't open. I see that I have 97 unread messages but when I click on the icon, it just open the Inbox, try to load something for a while then just give up, leaving me there. Before someone tries to tell me that this is a cookie or cache issue, it is happening on several browsers, using normal or InPrivate session and on multiple computers so the problem is not there. After searching, it seems that I'm not the only one having this issue. Could someone have a look at it so I can reply to the people from Microsoft asking me informations in PM and not forcing me to ping them on LinkedIn? Kr, Gérald558Views6likes15CommentsConfiguring an audit for file share access
My goal is to have access to certain file shares by certain groups or users be logged. I have created a group policy that enables "Audit File System" in Advanced Audit Configuration. I then configure a SACL for the desired file share targeting my username as the principal (for testing purposes). It works. I can see in the Security log whenever I access the file share. The issue I am having is that I am also recording events by the System user and I'm not sure why that is happening or how to prevent it. The events are for other files not related to the SACL I configured. My understanding is that only users/groups in the relevant SACL will be recorded in the logs.69Views0likes1CommentMastering Automation with Microsoft Power Automate: Real-World Use Cases for 2025
In 2025, business automation is no longer a luxury — it's a necessity. Microsoft Power Automate (formerly Microsoft Flow) empowers users to build powerful workflows across apps and services without writing a single line of code. In this article, we’ll explore real-world use cases, step-by-step setup tips, and smart tricks that every IT admin, business analyst, or power user should know. Why Power Automate? Seamless integration with Microsoft 365, SharePoint, Teams, Outlook, and OneDrive Over 900+ connectors including Salesforce, SQL, Google Sheets, and more Strong RPA capabilities with desktop flows Real-World Use Cases Auto-Reply to Important Emails in Outlook Trigger: New email in Inbox with high importance Action: Send custom auto-reply and save email to SharePoint SharePoint Document Approval Flow Trigger: New file uploaded in SharePoint Action: Send approval request via Teams and move to “Approved” folder Teams Chat Notification for Excel Updates Trigger: Excel row updated via OneDrive or SharePoint Action: Send a custom Teams message with key changes Automated Birthday Emails for Team Members Trigger: Date match from Excel contact list Action: Personalized birthday message sent via Outlook or Teams Tips for Efficient Automation Use conditions and parallel branches to avoid multiple flows Schedule flows to reduce load (e.g., once a day at midnight) Always test with sample data before deploying live Secure sensitive flows using Data Loss Prevention (DLP) policies Becoming a Power Automate Expert Learn the difference between cloud flows, instant flows, and desktop flows Stay updated with new templates at learn.microsoft.com Engage with the Microsoft Tech Community — help others and share flows293Views1like0CommentsUnable to check my account details
So whenever i log in and click on my profile to check my account settings it get stuck in loading loop where it keeps switching between account.live.com to Live.com after that i throws me to the Sign in page and no matter how many times i click sign in it never lets me ( connected Microsoft multiple times and even after spending more than 4 hours talking to one of the support their answers weren't any help I have tried different browsers and clearing the cache on everyone of them I have tried resetting the password twice yet the same result I have tried different internet and devices I have tried using the ( Sign in Helper ) after diagnosing it says ( nothing was found ) I have tried changing the Email Allies109Views1like2Comments
Events
Recent Blogs
- We appreciate your continued engagement and invaluable feedback. Your insights and suggestions are instrumental in shaping our updates and enhancing your experience. Continue to report any issues on...Dec 09, 2024935Views8likes6Comments
- We appreciate your continued engagement and invaluable feedback. Your insights and suggestions are instrumental in shaping our updates and enhancing your experience. Continue to report any problems v...Nov 15, 20241.1KViews9likes28Comments