I am, with surprising regularity, faced with the need to access UNC paths from the command line, as that is perhaps pretty much the quickest way to browse to network shares with a different user than the one currently logged in. There’s just one issue: the Windows command line does not support UNC paths from the cd/chdir command. There is, however, a way to work around this issue; by creating a temporary virtual drive.
Blog
-
Easy service monitoring
One of the things that is stressed in the DevOps Handbook, is the need for telemetry, or monitoring of services. For services you run on your own infrastructure, there are several tools that can be used for this, such as SCOM, Zabbix, and Splunk. When you don’t have an infrastructure that supports these tools, however, you need to find a different approach.
-
Review: Peak Design Travel Line
In July of 2018, Peak Design launched their eighth (!) kickstarter campaign, launching a whole line of products designed with travel in mind. At the end of the campaign, the line-up included:
-
Reviewed: Tesla Model S part 10: Features the model S really should have
As should be clear to anyone who has read any of the other instalments of this long series of reviews of the Model S, I am a very happy Model S owner and driver. The car is comfortable and fun to drive, while getting me from a to b with a minimum of fuss. I have not, however, claimed that it is the perfect car.
(more…) -
Applying Kanban to IT support work
Ask anyone who has a glancing familiarity with Kanban what they know of it, and one of the (if not the) first things they will mention, is the use of a kanban board. This is true; the kanban board, whether physical or digital, is one of the most visible parts of the Kanban method. It is an eminently visual way to represent WIP. So, how do you implement a kanban board in IT support?
-
2018 roundup
In keeping with my tradition, I am inviting you to take a look at the year which is about to end with me, as it pertains to me, my life, and the blog.
(more…) -
Favorite things in 2018
For the third year running, I am writing a favorite things post. 2018 has been an exciting and interesting year in terms of discoveries, and I have found a number of new toys and tools that help me in my pursuits. This year they fall neatly into two categories; those related to my video and photo pursuits, and those that improve my day to day.
(more…) -
The Hacker attitude
For many years, the following has been part of my LinkedIn profile:
(more…) -
Reviewed: Tesla Model S part 9: Safety and post-crash follow-up
This is one part of the review I was not expecting to write, yet events would have it another way. Back in April, while on our way to kindergarten and work, a pedestrian suddenly stepped into the street (just ahead of an SUV on my left). With one bad option, and the other significantly worse, I opted for the bad one, and veered right, ending with the front end planted into a lamp-post. My quick reaction resulted in no serious damage to anyone, though the front end did suffer more than a little:
(more…) -
Find out what user has a file open
One of the questions that pop up every now and again, yet not often enough for me to consistently remember how to do it, is some variant on “What user is blocking my file access?” A user will typically call in, complaining that they are unable to open/edit/delete a given file on a file share, and ask the support tech they reach to solve the issue.
(more…) -
Exporting AD group members’ display name
Five years ago, I showed you how to export a list of members of an Active Directory group, using a command line query. One issue I’ve run into using this query, is that I get their user name, not their actual name, which tends to make the resulting list hard to parse. As I had a need to export a relatively large number of group members names as part of a recent ticket, I needed a solution that gave me what I wanted straight out of the box.
(more…)