The technical and personal ramblings of Greg Coffman
-
Ever spun up an Azure virtual machine just to realize it doesn’t have the right ports open? Then, after 30 minutes of rolling your face on the keyboard, updating, restarting, and punching your monitor, it still doesn’t work? Just do…
-
Get a list of Azure Resources and their Sizes
You are probably here because you have painstakingly clicked on every single Azure resource in the portal to view it’s size. Using Azure PowerShell, your pain is finally over! To pull a list of all the VM’s and their respective…
-
A Week in Peru
Scratch one off the bucket list! I’ve always been entranced by those majestic photos of Machu Picchu, so I decided to plan a trip and take my own. Read on to learn about the adventure as well as some tips…
-
Quick Self-Signed Certs Sitecore 9.x
When you download and install Sitecore XP1, you need to install all of the certificates first. If you need to do this often like I do, this can be quite tedious. Stealing some code from the Single-Developer.ps1, this simple foreach…
-
Querying Sitecore
Often times we run into situations where we need to pull information from Sitecore. Two of my favorite tools to do this are Sitecore Rocks and Sitecore PowerShell Extensions (SPE). For those of you who are unfamiliar with these tools, Sitecore…
-
Sitecore Workflow – Multiple Users Approving an Item
Today we are going to create a workflow that allows multiple users to approve an item. What we won’t cover in this post is how to setup security on fields and workflow commands. For that, I recommend John’s post on Security…
-
Sitecore Workflow – Suppressing Comments
When creating your own workflows, you may not always want to require your users to comment. Sitecore provides an option to Suppress Comment on the actions you create, however checking this box didn’t seem to have any effect .
-
Using the LinkedIn JavaScript API
I was recently charged with a project where I needed to get user information from LinkedIn and I decided to use their JavaScript API. Unfortunately, most of their examples were not very useful for what I was trying to do.…