PowerShell – Setting User name Get-Credentials to log into Office 365
The PowerShell command Get-Credential is used to collect user credentials. When I try to connect to Office 365 I’m suing this dialog to collect the login details of a user.…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
All posts about SharePoint Online
The PowerShell command Get-Credential is used to collect user credentials. When I try to connect to Office 365 I’m suing this dialog to collect the login details of a user.…
In recent months I’ve really started to like the OfficeDev\PnP initiative on Github. The following 4 projects give a great start for provisioning sites: https://github.com/OfficeDev/PnP-Provisioning-Schema https://github.com/OfficeDev/PnP-Sites-Core https://github.com/OfficeDev/PnP-PowerShell https://github.com/OfficeDev/PnP It is now possible…
Add search web part to page layout Today I tried to add a search result web part to a page layout. Initially I thought to do this the same way…
Your problem For a long time I’ve been trying to restrict a query within my SharePoint Search Result web parts to items in a list within my current site. Including Path:{Site.Url}/MyList doesn’t seem…
Recently I’ve been looking into building SharePoint apps both for Office 365 and for on-premises SharePoint 2013. It’s not to complicated but the right steps have to be followed. First…