Sending an email with attachments using Outlook and PowerShell
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 &...
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...
A minute’s silence in memory of Paint!
Hi Everyone!!!
Today i will talk about one of the funniest tool that contributed for my passion about Microsoft products when i had 8 years old!! PAINT!! Yes, Paint as...
VSTS – How to link a GIT commit with backlog task or bug
It's very easy and recommended to link all GIT commits with VSTS scrum backlog tasks or bugs.
Just put the task or bug "id" in the commit description with the...
SharePoint – Get all alerts from a specific SP List/Library using Powershell
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
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
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
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...
nettiers – GetBy Index problem with StoredProcedure long name
Today I've discovered a problem with CodeSmith nettiers templates because it was possible to generate two SPs with the same name, for different entities.
This happens when there are two indexes for...
Querying SharePoint Search from PowerShell
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...