Quantcast
Channel: Powershell – matt's debates
Browsing all 3 articles
Browse latest View live

Quick tip: SharePoint powershell – get items in a list based on custom...

This may be handy when trying to find specific items in a list based on values of various fields: $web = Get-SPWeb http://yourweb $list = $web.Lists["Your Library Name"] // this is the bit - get items...

View Article



Powershell tip – find all checked out files

I needed to quickly find all files in a particular web that were checked out. I immediately went to Powershell, and after hacking about for a few minutes did what I should have done first – Google’d...

View Article

SQL Database login for x on x failed. Login failed for x. Event ID: 3351

Below follows some notes on an issue I recently encountered and spent best part of a day troubleshooting. This was occurring in a small SharePoint environment but I suspect it could occur in any...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images