Unable to install PowerShell modules in Windows Server 2016?

Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -ForceError: Install-PackageProvider : Unable to find repository with SourceLocation ''. Use Get-PSRepository to see all available repositories. PS C:\Windows\system32> Get-PSRepository PackageManagement\Get-PackageSource : Unable to find…

Continue ReadingUnable to install PowerShell modules in Windows Server 2016?

Find date and time when dns records were created and modified in Windows Server 2016 and Windows Server 2012 R2

Following one liner will display the dns records with date created and modified: Windows Server 2012 R2:Get-ChildItem "AD:DC=DomainDNSZones,DC=contoso,DC=com" -Recurse | Get-ADObject -Properties Created,Modified | Select-Object Name,Created,Modified | Sort-Object -Property Created…

Continue ReadingFind date and time when dns records were created and modified in Windows Server 2016 and Windows Server 2012 R2

SharePoint 2016 – Disable Newsfeed,OneDrive,Sites from the ribbon

Make sure to enable : Site Collection Administration->Site Collection Features->SharePoint Server Publishing Feature Site Actions->Manage Site Features->SharePoint Server Publishing Upload custom CSS file to Alternate CSS URL . Upload your…

Continue ReadingSharePoint 2016 – Disable Newsfeed,OneDrive,Sites from the ribbon

SharePoint 2016: the item and all items under it will not be crawled.

Error: https://portal.contoso.com/Style Library/Forms/AllItems.aspx. This item and all items under it will not be crawled because the owner has set the NoCrawl flag to prevent it from being searchable ( SearchID…

Continue ReadingSharePoint 2016: the item and all items under it will not be crawled.

SharePoint 2016: The start address sps3://my.contoso.com cannot be crawled.

After installing SSL on the SharePoint MySite, following error registered in event log. Errors: Log Name: Application Source: Microsoft-SharePoint Products-SharePoint Server Search Event ID: 1314 Task Category: Crawler:Gatherer Plugin Level:…

Continue ReadingSharePoint 2016: The start address sps3://my.contoso.com cannot be crawled.