-
Recent Posts
- How to fix Azure Function App Deployment Error with Flex Plan and Storage Key Restrictions? October 30, 2025
- How to Authenticate and Query Azure Digital Twins using PowerShell? September 10, 2025
- How to Authenticate and Query Azure Digital Twins Using REST Client? September 10, 2025
- How to find the SharePoint Site is shared with “Everyone except external users”? May 29, 2025
- How to build Custom engagement hub channel for Copilot Studio? May 15, 2025
Recent Comments
Niro on How does the MS Graph “S… PC M on How does the MS Graph “S… Nikos Skatz on How to hide welcome message fo… VirEl on How to export Data Loss Preven… Arik on How to find all associated Pow… Archives
- October 2025
- September 2025
- May 2025
- October 2024
- June 2024
- May 2024
- April 2024
- January 2024
- October 2023
- August 2023
- July 2023
- June 2023
- May 2023
- February 2023
- January 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- February 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- October 2018
- April 2015
- February 2015
- January 2015
- December 2014
- November 2014
- June 2014
- March 2014
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2011
- December 2010
Categories
- Azure
- Build 2022
- Build 2023
- Build2020
- Cricket
- DLP
- Docker
- EntraID
- Exchange Online
- Facebook Developers Info
- FHIR
- Ignite2020
- MOSS 2007
- MS Graph
- PnP.PowerShell
- Power Apps
- Power Apps
- Power Automate
- powershell
- SharePoint
- SharePoint 2010
- SharePoint 2013
- Technical Stuff
- Uncategorized
- Windows 8.1
- Windows 8.1
Meta
Category Archives: Uncategorized
Forbidden sp.utilitites.utility.SendEmail
Problem: I got in one the workflow to send an email to the SharePoint Group. Solution: I found that the approval email was sent using the SharePoint Group. The issue with that is the group has to be set to … Continue reading
Posted in Uncategorized
Leave a comment
Problem: I got in one the workflow to send an email to the SharePoint Group. Solution: I found that the approval email was sent using the SharePoint Group. The issue with that is the group has to be set to … Continue reading
Posted in Uncategorized
Leave a comment
SharePoint Online WorkFlow Forbidden error for a list with no edit user permission
Problem: I have a list with permission for users to Add or View an Item. Once item added the users are not allowed to edit. In this list there is an ItemAdded SPD workflow which runs under App Step with … Continue reading
Posted in Uncategorized
Leave a comment
How to add “Active Directory Schema” Tool?
Step #1: register the SCHMMmgmt.dll using following command “RegSVR32 schmmgmt.dll” Step # 2: Launch MMC and add “Active Directory Schema” snap in
Posted in Uncategorized
Leave a comment
Yammer App development useful information
API list http://developer.yammer.com/restapi/ Yammer.SimpleAPI (http://yammersimpleapi.codeplex.com) Contract Meow sample (http://yammercontractmeow.codeplex.com) JSON C# Class Generator (http://jsonclassgenerator.codeplex.com) https://www.sched.do https://github.com/yammer/sched.do https://yammercontractmeow.codeplex.com/ http://channel9.msdn.com/Events/Build/2013/3-605 Yammer Developer Site https://developer.yammer.com/ Yammer Developers Network http://yammer.com/yammerdevelopersnetwork Mobile SDKs https://developer.yammer.com/mobile/ Dev Certification (soon!) https://about.yammer.com/certifications/ Getting Started https://developer.yammer.com/introduction/ REST API documentation https://developer.yammer.com/restapi/ Embed … Continue reading
Posted in Uncategorized
Leave a comment
Channel 9 download tool
If you are like I don’t like the video streaming and waiting for the real content to listen by the presenter so I get the video to view offline. So I can fast forward. Please use the following cool tool to … Continue reading
Posted in Uncategorized
Leave a comment
SPRemoteAPIExplorer cool tool for the developers
The SP Remote API Explorer is pretty cool utility for developers. https://visualstudiogallery.msdn.microsoft.com/26a16717-0c9a-4367-8dfd-bb09e7e2deb5?SRC=Home The utility can be installed on the developer VM with SharePoint and Visual Studio. The utility pre requisite is you will need local SP farm with Visual Studio. … Continue reading
Posted in Uncategorized
Leave a comment
Why SPAppWebUrl is empty string for the SharePoint 2013 provided hosted App?
I created a new SharePoint Provided Hosted App. In the app added a single App part using the add item template. I used the {StandardTokens} in the query string of the start page. I got all other values but the … Continue reading
Posted in Uncategorized
Leave a comment
How to list the all web parts on a page?
The webparts are on the page. There is a simple way to list all web parts on the page. Simply add “?contents=1” after the page. This will list all the webparts present on the page. You can select and delete … Continue reading
Posted in Uncategorized
Leave a comment
SideWaffle template for AngularJS on Visual Studio
The Side Waffle is very useful for the Angular JS development. http://sidewaffle.com/ VsCommands for Visual Studio 2013 is useful add ins.
Posted in Uncategorized
Leave a comment