<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>script on bramstoop.com</title>
    <link>https://www.bramstoop.com/tags/script/</link>
    <description>Recent content in script on bramstoop.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 16 Sep 2019 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.bramstoop.com/tags/script/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Monitor Sitecore certificates and RunAsAccount(s) using Azure Automation</title>
      <link>https://www.bramstoop.com/posts/2019/09/2019-09-16-monitor-sitecore-certificates-and-runasaccount-azure-automation/</link>
      <pubDate>Mon, 16 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2019/09/2019-09-16-monitor-sitecore-certificates-and-runasaccount-azure-automation/</guid>
      <description>BACK TO BLOG OVERVIEW
 Using the instructions underneath you will be able to import an Azure Automation runbook that will alert you using Sendgrid before certificates will expire.
The urge of creating this script was to find a way to inform us whenever the private certificate for Sitecore X-connect would expire. The script will, however, help you to monitor all your certificates within your Azure subscription. Next to that it will assure you will renew the certificates for your RunAsAccounts, causing it not to expire, so that your runbooks will be operational.</description>
    </item>
    
    <item>
      <title>Monitor your Azure SSL certificate expiration</title>
      <link>https://www.bramstoop.com/posts/2018/08/2018-08-03-monitor-your-azure-ssl-certificates-expiration/</link>
      <pubDate>Fri, 03 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2018/08/2018-08-03-monitor-your-azure-ssl-certificates-expiration/</guid>
      <description>BACK TO BLOG OVERVIEW
 Using the instructions underneath you will be able to import an Azure Automation runbook that will alert you using Sendgrid whenever certificates will expire.
The urge of creating this script was to find a way to inform us whenever the private certificate for Sitecore X-connect would expire. The script will, however, help you to monitor all your certificates within your Azure subscription.
Prerequisites: - Azure Automation account - Azure Automation module - AzureRM.</description>
    </item>
    
    <item>
      <title>Replacing the Sitecore client certificate on Azure in 5 steps</title>
      <link>https://www.bramstoop.com/posts/2018/06/2018-06-13-replacing-the-sitecore-client-certificate-on-azure-in-5-steps/</link>
      <pubDate>Wed, 13 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2018/06/2018-06-13-replacing-the-sitecore-client-certificate-on-azure-in-5-steps/</guid>
      <description>BACK TO BLOG OVERVIEW
 These instructions are for a Sitecore 9.0.1. XP1 Topology - on Azure.
For using X-connect there is a need of using client certificates. In Azure these certificates are named private certificates. Since these certificates expire there is a need to replace them.
To make life easier I will describe this process in the 5 steps underneath:
Step 1 Upload the new certificate (pfx) to Azure using ARM template or portal.</description>
    </item>
    
    <item>
      <title>Download Sitecore media items to local disk</title>
      <link>https://www.bramstoop.com/posts/2018/06/2018-06-08-download-sitecore-media-items-to-local-disk/</link>
      <pubDate>Fri, 08 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.bramstoop.com/posts/2018/06/2018-06-08-download-sitecore-media-items-to-local-disk/</guid>
      <description>BACK TO BLOG OVERVIEW
 For one of our customers we were in need of downloading all media files from Sitecore to our local hard disk. Since we are using the Sitecore SPE extension, the following script gave us all the urls we needed to download them using our local Powershell.
 [code language=&amp;quot;powershell&amp;rdquo;] $url = &amp;ldquo;https://URLOFTHESITECOREWEBSITE/&amp;rdquo; $mediaLibraryRootPath = &amp;ldquo;master:/sitecore/media library/Images/&amp;rdquo; $listAllItems = Get-ChildItem -Recurse $mediaLibraryRootPath
foreach($item in $listAllItems){</description>
    </item>
    
  </channel>
</rss>