Microsoft Outlook Classic - Error reading rules from server.
Troubleshoot and resolve the error from Microsoft Outlook “There was an error reading the rules from the server. The format of the server rules was not recog...
Troubleshoot and resolve the error from Microsoft Outlook “There was an error reading the rules from the server. The format of the server rules was not recog...
Upgrading Pester from version 4 to 5 is not easy. Many things are broken and this post is about discussing what to expect and what to do.
Tips and tricks for PlantUML
PowerShell tracing capabilities are very much lacking. XWrite offers the means to enrich the output of each line with tokens such as the invoker’s type, invo...
The SemVerPS PowerShell module offers the ability to work with Semantic Version in PowerShell
If you need a bot for your personal home automation, then this post describes how to achieve what is perceived as a private bot on Facebook’s messenger platf...
If you need a bot for your personal home automation, then this post describes how to achieve what is perceived as a private bot on Telegram.
I’ve always had reservations for such tools and decided to take a look into this world of low (no) code tools. If you are looking for a light weight look int...
First impressions with using the Visual Studio Online preview environments.
Configure Ruby and Jekyll on a Visual Studio Online environment to access from your browser or local Visual Studio Code.
Background option in the lock screen setting in Windows seems to break the power settings for turning the screens off
When in logs analytics of application insights, you might notice under the sources one “fx functions” without any UI options. So what is it?
JSONPath is like XPath for XML. It is a great way to navigate and query complex data types. JSONPath is a powershell module that enables JSONPath resolutions...
SOAPProxy, currently part of 1ASAOP, is a PowerShell module to help manage proxies created by New-WebServiceProxy.
In a world of NOSQL databases, relational databases are often pointed out as the problem but when digging a bit deeper, there are other factors at fault like...
This is an introduction to upcoming posts on how to use JSONPath syntax with PowerShell, consume Amadeus SOAP API and in general
Track changes of consistency between servers, especially when Remote Desktop is allowed
This post explains how office.com is organized in terms of configuration and how to change the language
After reading a book about DevOps, it became clear to me that DevOps has been the new hype word and very often misunderstood and misused.
When a team member announces his or her resignation, then everyone is focusing on the loss of capacity and knowledge. Lost of quality in the team is the most...
New release versions for PowerShell automation modules ISHServer (v1.5) and ISHBootstrap (v1.0). Support for Amazon Machine Image (AMI), Docker containers, V...
Automation as part of a continuous integration and delivery pipeline is rarely discussed from the perspective of the gained trust and confidence. This post i...
Visual Studio Code for PowerShell looks like the replacement IDE of PowerShell ISE.
While investigating an out of memory exception when building a microsoft/windowsservercore based container for SDL’s Knowledge Center Content Manager, I came...
New release versions for PowerShell automation modules ISHServer (v1.2) and ISHBootstrap (v0.8).
I love the concept of containers and I’m very excited with the support for windows containers. As there are so many cheers with very little useful informatio...
When moving to container technology one would think that the CI builds the software, adds it in docker file and and triggers it’s build. What if we didn’t ne...
Containers are such an innovative technology for many reasons but the one I like the most is how it has the potential to redefine the application life cycle ...
Recently this blog moved from Hugo to Jekyll. This post explains my reasons and provides some additional insight.
As a novice to Jekyll follow this guide to quickly solve the certain issues you will face and get some insight on how it works.
New release versions for PowerShell automation modules ISHServer (v1.1) and ISHBootstrap (v0.7).
Blog is moving from Hugo to Jekyll
Disable the Visual Studio hosting process (vshost.exe) in Visual Studio.
PowerShell modules ISHDeploy and automation repository ISHBootstrap for SDL’s Knowledge Center Content Manager are moving forward with new versions.
Import-Module is supposed to load the highest version of a module. But when there are different versions installed in local and global profile it seems to al...
Latest developments for Visual Studio Team Services and PowerShell. Troubleshooting and feedback to the development teams.
A PowerShell script available in the gallery to help quickly download and use source from public GitHub repositories
Go over the ISHBootstrap repository changes with the v0.3 pre-release and discuss how to run a simple demo.
ISHRemote is a PowerShell business automation module on top of SDL Knowledge Center Content Manager (LiveContent Architect, Trisoft InfoShare)
With the introduction of PowerShell 5 we got a future proof modular environment. What happens when the system modules become outdated?
Enhancements for ISHBoostrap and release of version 0.1
On most professional environments, there is an active directory certificate authority. Use it to bootstrap a VM with certificates issued by this free service.
Automate Hyper-V with PowerShell
Modify the windows network hosts entries with Powershell.
Announcing stable version 1.1 for SDL Knowledge Center 2016 Content Manager
Announcing pre release version 0.9 for SDL Knowledge Center 2016 Content Manager
When you ask someone for their secret/password/pin please consider that you are also asking him/her to reveal part of their private life to you.
Announcing pre release version 0.2 for SDL Knowledge Center 2016 Content Manager
Toggle $DebugPreference, $VerbosePreference and $InformationPreference in PowerShell between Continue and Silently Continue with a short-cut.
A SDL Knowledge Center Content Manager automation repository. What led to its development and how you can benefit.
Powershell v5.0 behavior difference to v4.0 for [System.AppDomain]::CurrentDomain.SetData("APP_CONFIG_FILE",$configPath)
Design a highly unbalanced queue with focus on stability, fairness and efficiency.
A laptop with Windows 10 often ends up with a disrupted font when changing external monitors/devices. A quick fix
I’ve mentioned a couple of times that the remoting functionality of PowerShell is just amazing. If I would summarize in one sentence then
What is PowerShell module ISHDeploy? Code as configuration and automation for SDL Knowledge Center Content Manager deployments.
Consume a module installed on a remote server. Develop clean Code as configuration scripts that target remote servers.
A simple solution to view each cmdlet’s help from your browser.
This the storyline, artefacts and pitfalls of creating a RyanAir parser, data renderer and hosting tp github pages.
Look easily for weekend excursions with Ryan Air.
ISHDeploy.12.0.0 is a PowerShell module that enables the code as configuration concept for SDL’s Knowledge Center 2016 Content Manager 12.0.0.
To use Invoke-Command for local and remote targets we need conditions around in the script and some additional overhead in each script block. In this post I’...
Find logged on users on remote computers. Create a script to disconnect your user from each computer.
Hide username/password from scripts. Safely do demos without worrying about revealing credentials. Automate scripts that require credentials.
PowerShell module to work with SOAP endpoints
Use NodeJS MarkServ module and NSSM - the Non-Sucking Service Manager to create a simple markdown enabled web server for windows.
Invoke-Command has not transparent mechanism to invoke a script block locally or remotely. Invoke-CommandWrap wraps the Invoke-Command to bridge the gap.
Code as configuration: A discipline to describe intention and not technical implementation.
Windows 10 wakes up unexpectly. What is the reason and how can you stop it?
Small PowerShell module to enhance certificate management
Automating Hugo build and publish to github pages in Visual Studio Services
PowerShell differences in Visual Studio Services and how to do old school debugging/experimantation
Render a computer badge with name and state in markdown.
Execute git from a powershell script with Visual Studio Services compatibility to automate pull and push.
Render badges with PowerShell MarkdownPS and shields.io
PowerShell module to render markdown
Troubleshooting the I/O operation has been aborted
Why I chose Hugo as this sites engine?