Author Archives: Pankaj

Unknown's avatar

About Pankaj

I am a Developer and my linked profile is https://www.linkedin.com/in/pankajsurti/

Microsoft Bot Framework Composer

The following links can help you further on Composer. Bot Framework Composer https://www.youtube.com/watch?v=Aiv95e2-Yn0 Bot Framework Composer – Build a Weather Bot https://www.youtube.com/watch?v=ZNcfIgO8biw The Bot Framework Composer tutorials https://github.com/microsoft/BotFramework-Composer/blob/stable/docs/tutorial/tutorial-introduction.md  

Posted in Uncategorized | Leave a comment

Microsoft Cloud App Security

Microsoft Cloud App Security (MCAS) important links: https://aka.ms/MCAS https://aka.ms/SecurityCommunity https://aka.ms/MCASRecordings https://aka.ms/MCASLicensing https://aka.ms/MCASTech

Posted in Uncategorized | Leave a comment

DOS command to find node_modules

USE the following command to list all node_modules USE the following command to Remove all node_modules directory

Posted in Uncategorized | Leave a comment

Adding debug trick in JavaScript

I liked this trick….    </div>     var aVal = location.search.split(‘debug=’)[1] ? location.search.split(‘debug=’)[1] : ‘0’;     if (aVal == “1”) {         document.getElementById(‘debug-area‘).style.display = “block”;     } else {         document.getElementById(‘debug-area’).style.display = “none”;     }

Posted in Uncategorized | Leave a comment

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