Simple PNP script to connect to SPO site with Azure
Simple PNP script that connects to SharePoint Online via Azure Active Directory Enterprise Application [crayon-673d8c9c92c9b944573649/]
Simple PNP script that connects to SharePoint Online via Azure Active Directory Enterprise Application [crayon-673d8c9c92c9b944573649/]
"lotus.com" Notes Domino Wikis and Forums Please find below the links to the IBM Notes Domino forums which are now offline at IBM, because of the sell of the software…
Lotus Domino script snippet Editable Column (Inviewedit) Use the Inviewedit code to update document field values directly from the Lotus Notes view, without opening the document itself. To accomplish…
Notes Database Backup ZIP Agent Use this code in a (scheduled) agent to zip a selected set of Notes databases to a backup location Replicate (or copy) databases to a…
Lotus Domino script snippet: Drive free space notification Send email notification when the available free space of a specified drive falls below a certain percentage Create profile document with following…
Lotus Domino script snippet: Simple Quicksort algorithm Algorithm can sort in both ascending and descending order. Main function that can be called with an array any type that has a…
Lotus Domino script snippet: Pinging a server to check if it is online. Simple LotusScript using the Notes API to check if a server is online, without having to open…
Delete SharePoint Online site batch way - PNP PS We use below method to clean up our SPO testing site. Our software tests creates many sites and once in a…
Connect to SharePoint Online site list site content Simple script to connect to a SharePoint Online site and retrieve some the content. [crayon-673d8c9c93936264642209/]
Lotus Domino script snippet: Better NotesDocumentCollection loops This code is an example of a LotusScript design pattern. It uses a reusable function to loop over the documents in a NotesDocumentCollection.…