Sending an email with attachments using Outlook and PowerShell

6
A few days ago, I had to find a way to automatically send an email with attachments, at a predetermined time, using Outlook and PowerShell. I decided to use...

Activating all Publishing Feature – Programmatically & Powershell – SharePoint 2010, 2013, 2016 &...

0
Hi Everyone!!! Today i will talk about Publishing Features!!! During this afternoon I was trying to activate Publishing Features but i wasn't having success because Page Library not was created...

SharePoint – Get all alerts from a specific SP List/Library using Powershell

4
Hey Everyone!!! Today i will talk about List and Library Alerts and how can you get all Active alerts for a specific list using powershell script and how can you...

SharePoint 2016 – Create Service Accounts using PowerShell script

1
Hey Everyone!!! Today i will show you how can you create SharePoint 2016 Service Accounts using PowerShell script following the Best Practices. The script not only create all the accounts but also...

SharePoint Templates – Understand the differences

4
Hey Everyone! Today i will talk about SharePoint Site Templates, and explain the main difference between each template and how it is extremely important to have in mind what each...

SharePoint – Export all solutions wsp using PowerShell script

11
Hey Everyone, Today i will post a script very helpful when you are on Migration steps and you need export all wsp solutions. $dirName = "C:WSP" if (!(Test-Path -path $dirName)) { New-Item $dirName...

Querying SharePoint Search from PowerShell

2
FAST Search for SharePoint 2010 (FS4SP) is a really powerful, flexible and scalable enterprise search engine. However, when compared with the search landscape in SharePoint 2013, it feels like...

User License Enforcement in SharePoint 2013

4
Note: this post was first published in the European SharePoint Community blog. Amongst the several new features included in SharePoint 2013, there is one that I have unfairly...

Flushing the BLOB cache in SharePoint 2010

0
If you’re developing a SharePoint-based public Internet portal, you’re probably using the BLOB (Binary Large Object) cache. This caching mechanism stores a copy of the binary files (images, documents...

Master PowerShell Ebook / SharePoint 2010 and PowerShell

0
Hi,Here is a free ebook about PowerShell, http://powershell.com/cs/blogs/ebook/ or the pdf version http://powershell.com/Mastering-PowerShell.pdf.Here is also a blog about PowerShell and SharePoint 2010 http://stsadm.blogspot.com/search/label/SharePoint%202010