In one of my previous posts I introduced Azure Resource Manager templates, aka ARM templates. These templates are great for deploying and configuring Azure Resources like virtual networks, virtual machines, Azure websites, Azure key vaults, etc. But sometimes you need a little bit more automated configuration that goes beyond ARM...
Continue reading...PowerShell
PowerShell Gem: Create a Password
Overtime you might have done a lot of PowerShell scripting. Each time you improve your skills and sometimes you’re getting amazed. At least I do. In this small post I’d like to share such a PowerShell awesome gem with you. It’s a cool PowerShell function for creating new passwords that...
Continue reading...Implementing SSL with PowerShell for existing SharePoint 2013 farm – Part 7
In this 7th part of the series I focus on the Provider Hosted Add-Ins you might have. Those add-ins files contain references to the start page of the web application. That URL has changed too. AppCatalog In the AppCatalog all your Add-ins are installed. And for each Add-In there is...
Continue reading...Implementing SSL with PowerShell for existing SharePoint 2013 farm – Part 6
We’re almost there. In this 6th part of the series I focus on re-configuring SharePoint services to use the new HTTPS addresses. Think of Search and User Profiles. User Profiles Let’s start with the User Profile service. The location of the MySite Host has changed. It’s https://spmysites.company.com now. This is...
Continue reading...Implementing SSL with PowerShell for existing SharePoint 2013 farm – Part 5
Up to part 4 of this series I have completed the web applications and IIS sites to work with SSL certificates. In this 5th part I will provide you the script to change the Host Named Site Collections (HNSC) to use HTTPS. In part 1 I have described that I...
Continue reading...