Lars Lohndorf-Larsen articles

Lars Lohndorf-Larsen
Published 
4 min read

Coffee Break – Windows PowerShell Remoting 

In this previous blog post we looked briefly at Windows PowerShell and remoting. Back then, we used a PSSession object to connect to a Microsoft Dynamics NAV virtual machine in Microsoft Azure. This time we will look a little closer at just the PSSession object.
Published 
3 min read

Coffee Break | More piping with Dynamics NAV 

 Did you see our first coffee break about piping at Windows PowerShell and Piping? Let’s dig a bit further. Coffee Break 6 – Return to piping This time we will use more piping and other ways to look at a PowerShell object and format it in different ways.
Published 
2 min read

Coffee Break | Windows PowerShell and Piping 

The | (pipe) functionality in Windows PowerShell offers endless opportunities for formatting and manipulating results from one cmdlet to the next. Coffee Break 4: Piping in Windows PowerShell  Each time we run a Windows PowerShell cmdlet, the resulting output is not text but an Object providing structured information of the result.