Certz 0.4: A Certificate Management Utility
Certz is a cross-platform CLI for creating, inspecting, linting, and monitoring X.509 certificates — here's what shipped in 0.4.
Search
Filter by tag
Certz is a cross-platform CLI for creating, inspecting, linting, and monitoring X.509 certificates — here's what shipped in 0.4.
Real-world use surfaced six issues in PrecisionScheduler — some cosmetic, some quietly catastrophic — here's what changed in v1.1.0 and why.
Over 60% of a Sitecore database consumed by orphaned blob records — here's what we found and how we fixed it.
Invalid query strings hitting SXA search endpoints generate thousands of log exceptions. Here's how to stop the noise.
Intermittent SSL errors on outbound service calls traced back to blocked LetsEncrypt revocation check domains.
Running Unicorn and Sitecore CLI side-by-side during a staged migration surfaces some subtle compatibility problems worth knowing about.
A Sitecore 10.2.1 cumulative hotfix changed how federated authentication handles roles at sign-in — and took our users' permissions with it.
Sitecore's built-in task scheduler has some well-known limitations. Here's how we replaced it with Hangfire for more reliable background job scheduling.
Today I'm pleased to announce the release of Windows Hosts Writer 2.0 !
In a previous article I shared how I configure Sitecore projects with Unicorn when developing sites for SXA.
In this article Michael shares how to configure Sitecore running on Docker locally with HTTPS.
Amazing how fast 2019 has come and gone.
In this article Michael shares how to make your custom components, built for SXA, support the donut caching feature.
Every new website requires some level of security configuration before launch.
Another year to be thankful.
In this very short post I demonstrate how to override the EnvironmentSiteResolver included with SXA to remove the use of fast queries.
My friend Neil Shack released an excellent series of books that every Sitecore enthusiast should have entitled The Little Book of Sitecore Tips .
The Sitecore Developer Trial Program was made available to .Net developers and students who do not have access to a customer or partner license with complimenta
I heard from a little birdie that there may or may not be a repository of the git kind on the internet.
Still working out the details.
In this article I demonstrate how to create an NVelocity tool to access properties from a Sitecore ReferenceField .
If you have worked on any website navigation, you may have encountered a scenario where you need to represent a link in the menu, such as to the Home page.
The following post was typed with one hand while my new born baby sleeps.
In some recent conversations on Sitecore Slack Chat I needed to determine why a component script in SXA was not working as desired (broke).
Michael West Wins Sitecore "Most Valuable Professional" Award Elite distinction awarded for exceptional contributions to the Sitecore ecosystem Dallas, TX, USA
Recently I saw a nice article by Barend Emmerzaal proposing a way to improve the Experience Editor when using SXA .
In the season of Thanksgiving, it felt appropriate to share some appreciation for members of the community.
Have you ever wondered how to notify a user about workflow changes to an item in Sitecore, but not through email?
Sitecore Experience Accelerator ( SXA ) provides a great way to alter how components render using a feature called Rendering Variant .
Sitecore Experience Accelerator ( SXA ) is organized in a way that aligns with Sitecore's Helix design principles and conventions.
Recently I've been playing around with the new Sitecore Experience Accelerator (SXA) and wanted to share something that is possible without any coding.
Let me start off by saying that the work done by Himadri here is a great example at the flexibility of SPE .
Here recently I was thinking about how I could perform some of the system maintenance tasks that you would have to manually run from the Sitecore Control Panel.
Today I needed a quick report to find out the number of "pages" on our site.
Question came up at work today on how to move a workstation in Active Directory from one OU to another.
Developing on the Sitecore platform has been some of the most enjoyable time in my career.
Recently I challenged myself to find integrations with Sitecore PowerShell Extensions that have not yet been published.
As of late I've spent more time using Sitecore PowerShell Extensions .Today I decided to change the wallpaper with a random image from the media library.
Sitecore PowerShell Extensions Delete unused media items older than 30 days.
Every once in a while I have what I think is a cool idea.
Recently I needed to help a colleague run a scheduled task on-demand.
Recently I've spent some time on the Sitecore Code Editor Module to add Markdown support.
It sure has been a while since I last posted anything interesting...or anything at all!
Running PowerShell Commands The command Get-Verb is an example of a cmdlet (pronounced "command-let").
This document is a work in progress.
The other day I was talking to Mike Reynolds (@mike_i_reynolds) about his idea of a FileWatcher for the Sitecore CMS log files.
I was trolling through the Sitecore Marketplace the other day and found this cool module for reporting about media library items called Unused Media Manager .
It's raining today here in Dallas which probably explains why I sound like I'm falling asleep in the video.
Today I was doing some reporting on file sizes and saw that I had columns with data in bytes.
Here is something that I've been trying to setup as part of our deployment process.
Note: The employeeID is formatted to 7 characters so that if you had numbers with leading 0s they would still be matched.
I wanted to create TDS packages using the version from the project assembly version.
Decided to try out using gists.
Here's the link to get the latest version of Windows PowerShell.
Check out my latest video showing you how to configure the EditHtml dialog with the Ace Code Editor!
I really enjoyed reading Sitecore Junkie's post about using Shortcodes in Sitecore.
$code = @" using System; namespace AwesomeNamespace { public enum AwesomeActivityType { Nothing, Sleeping, Eating, UsingSPE } public class AwesomeClass { public
Below is an example of how to unlock all items under the Content tree.
Here's a quick way to kick users :) # Use the static class to get the list of sessions then for each session kick the user using the session id.
I'm at it again. Had fun today creating packages and serializing items with SPE.
Creating a function. Code below.
Sounds like I have a lisp :) Need to work on my annunciation.
So so so so so so.. Lord help me.
Today I needed to create a report of all Active Directory users with duplicate EmployeeId.
Basic run through on using the Console and ISE from within Sitecore.
Finally put together an introduction to the Sitecore PowerShell Extensions module.
While getting access transferred from one user to another, you may need to know how the group memberships are different between two users.
I've been meaning to put this together for a while and just now got around to doing it.
Today at work we had a need to add users to specific Active Directory groups based on the first letter of the first name.
I put together a PowerShell Script Module some time ago and thought I would make it available for others.
I have a problem at work in which I need to convert a comma separated string into a SQL temp table.
If you have not already, I highly recommend you work on the events for the Scripting Games .
I wanted to use a "using block" found in C# to dispose of objects in PowerShell such as Streams or other object types that require the calling of Dispose.
I found it a little difficult to bring in functions into a session so I thought this would help others with what helps me get the job done.
Today I was working on our automated build process at work, and found myself running a batch file in a console window that I wanted to remain open.
I've been working on a few projects in PowerShell.
Here are a few quick steps to "undo" the default changes performed by Enable-PSRemoting.
I've been playing around with PowerShell remoting quite a bit lately and I thought making a tutorial on the basics would help solidify my understanding.
Introduction on using the splatting feature in Windows PowerShell 3.
Ed Wilson "The Scripting Guy" posted a great article a while back on how to determine if a command exists here .
I saw an article about Adobe's release of a new font called Source Code Pro which was designed in part to help reduce the confusion between certain characters.
Edit: I renamed the function because I didn't really like the name.
I started a training series on using Windows PowerShell 3.
I found that making these videos at home is far more relaxing than trying to sit in my cube at work.
Final post of the training series tonight.
PowerShell : Downloading with BITS (Background Intelligent Transfer Service) The background: Recently I have been learning PowerShell.
I found this delicious recipe for coffee cake.
It's a new year, and in my attempt to further my understanding in a plethora of areas, I've decided to start a blog.