Lambda Expression in SharePoint CSOM PowerShell

In the CSOM we might have using the Lambda Expression => frequently to load only the required properties. But the Lambda Expression is an Operator in C# not in PowerShell. When we started coding with the PowerShell CSOM intensively I required this Lambda to be replaced with its equivalent.

 

PowerShell Script To Uninstall App From SharePoint Online

In the recent past we added some third party apps from SharePoint Store to SharePoint Online App catalog site. But they where not available for users on

 

How to get the list of external users in SharePoint Online if there are more than 1000 external users

We will all get in to situation to know the list of external users that we have in our SharePoint Online tenant. Usually Get-spoexternaluser is the command that is

 
 

SharePoint User Account and AD (Active Directory) Group Migration using PowerShell script in SharePoint 2010

In this article let us see how to migrate SharePoint User Account and AD (Active Directory) Group using PowerShell script in SharePoint 2010

 

How to Get a List of Checked out Files– SharePoint PowerShell

In this article let us have a look at a PowerShell Tip – To Get the Checked Out Files

 

How to Retrieve Basic SharePoint List Information – PowerShell

How to Retireve Basic SharePoint List Information using PowerShell

 
 

How to Retrieve Basic SharePoint Web Information – PowerShell

In this article let us see how to retrieve the basic Web Information using PowerShell in SharePoint 2013

 

Get the Alerts – SharePoint PowerShell

In this article we will see how to retrieve the Alerts from the SharePoint WebApplication using PowerShell.

 

Get the Files with Version Greater than the Given Version Number – SharePoint PowerShell

In this article let us see how to Get the Files with Version Greater than the Given Version Number – SharePoint PowerShell

 
 

Get the List of WebParts in a WebApplication – SharePoint PowerShell

Get the List of WebParts in a WebApplication – SharePoint PowerShell