PS C:\>

|

Unleash your script

Windows PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on the .NET Framework.

123

Sunday, 14 October 2018

Click Event on Treeview

Sometimes PowerShell and WPF can be tricky to achieve what you want. Treeview controls is not making things any easier. Just for a simple click, you need to go through a lot of trouble. Before continuing reading, let's introduce some variables: $treeviewItem is a TreeViewItem controls ([Windows.Controls.TreeViewItem]) $TreeView is the TreeView controls that holds several TreeViewItem. If you want...
Share:

Monday, 16 April 2018

PowerShell WPF - Customize TreeView Icon

       I have seen many people struggle with this so I decided to write something about TreeView in PowerShell.  The script in this post is based on the project available here (written in C#). I simply rewrote it in PowerShell and added my personal touch.  He displayed...
Share:

Thursday, 12 April 2018

Window LifeTime Events in PowerShell

       In this post I’ll explain the lifetime of your window from the moment it is initialized and the moment it's destroyed. I hope this post will help you achieve easily what you seek and could be time-saving in some case. What I’m going talk about here? «To find it you...
Share:

Monday, 9 April 2018

PowerShell_Charts - Introduction to LiveCharts

As we all know flat design is the new black with material design and etc. So basically we are following the trend here. Displaying graph does not escape this rule. Personnally, I wanted to do something about this for a while but I had no idea where to start. I wanted something compatible...
Share:

Monday, 2 April 2018

Powershell_WPF - Part V - Display Dynamic content

In this post, I will show you how to add dynamic content inside a WPF window in PowerShell. Most of the time, we display dynamic data inside a Datagrid or a Listview, but what if we want to create our own display for each item?  Recently I came across this post: “Let’s play with...
Share:

Monday, 26 March 2018

Add multiple buttons in Datagrid

If you are reading this, that means you wanted to add a button inside a Datagrid in PowerShell.  Let us suppose that you need to add one or multiple buttons inside a single column in a datagrid. Data will be loaded inside the gridview and at the same time: n-number of command buttons need...
Share:

Monday, 19 March 2018

Monday, 31 July 2017

Find missing driver or disabled device

At one point of our life, we all had an issue with a missing driver on our computer. A problem with the display not shown correctly because the driver installed is not the appropriate one. A problem with a network card or embedded WIFI card and so on … GitHub link for this project: htt...
Share:

Popular Posts

Join us on Facebook

STATS

265 Pageviews
Mar. 04th - Apr. 04th

Contact Form

Name

Email *

Message *

image
Hello,

Thank you for visiting my blog and reading this far.

I'm mainly focusing on scripting, software development and modern workpalce experiences with Microsoft Technology. I created this blog for the main purpose of sharing my knowledge. Hope you will appreciate my works and will help you in yours. You are friendly invited to leave any kind of feedback in the comment sections of my posts.

Please note that all posts on this blog are my own opinions and are provided "as is", without warranty of any kind.

undefined