Blog

Attempting to install NuGet provider in PowerShell fails with: “PackageManagementInstall-PackageProvider : No match was found for the specified search criteria for the provider.”

You’re attempting to install a PowerShell module such as SharePointPnPPowerShellOnline to use Connect-PNPONline (https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/connect-pnponline?view=sharepoint-ps) to establish a connection to SharePoint online, which prompts you to install the NuGet provider. Proceeding to answer yes to the prerequisite install quickly fails with the following message: PS C:>

Read More...

MOSS 2007 TCP/IP and Named Pipes Requirements

Yes, I know SharePoint 2010 is out but in case anyone is interested in knowing what I found out 3 years back: As per the documentation in the MOSS installation guide, it’s been noted that both TCP/IP and Named Pipes are supposed to be turned

Read More...