To understand the external interface communication with the SharePoint Online environment. Recommendations for any request that might come across where .Net or any other applications are to be used to communicate with the SharePoint Online Content. What’s happening now Dedicated […]
SharePoint Online : Exporting Lists using Remote PowerShell
Exporting list schema’s in to SharePoint across the environments is always tricky. With the deprecation of Sandbox solutions and no go for farm solutions, provisioning lists through PowerShell will always be a savior. You can get the List Schema from […]
Export List Schema to XML
The other day I learned of a cool function in SharePoint which can come in handy if you want to export a list to XML. And best of all, no code, script or SharePoint Destroyer… *cough* … Designer needed. What […]
SharePoint : Broken user picture – SP or PH Add-ins
In any hosted add-ins if you want to get & display user picture, the image Url would be something like this from the user properties. “https://{mydrivedomain}/User%20Photos/Profile%20Pictures/ridhvi_MThumb.jpg” Referencing the same Url to an image element will results in as broken image due […]