While doing a PowerShell GUI project for a one of my client, they wanted to use one of the WPF control – GridSplitter, in such a way that it will switch or show different images while sliding GridSplitter. This cool effect can be easily achieved by using WPF bindings. I am using horizontal grid spli…
Blog posts : "Powershell"
Getting started with Powershell Desired State Configuration (DSC) on Linux
DSC is a (DevOps) management platform in PowerShell that enables you to manage your IT and development infrastructure with configuration as code. While writing Part 1: Configure PowerShell remoting between Windows and Linux my main motive was to configure push Desired State Configuration (DSC) on L…
Configure PowerShell remoting between Windows and Linux
After opensource PowerShell core 6 for linux was available to download, I wrote an article on it - How to Install and Use Microsoft PowerShell on Linux. This is just an addition to same guide. Few of my linux servers were installed with PowerShell core and they were installed with few PS modul…
Powershell Generate Self-signed certificate with Self-Signed Root CA Signer
While exploring options on creating self signed SSL certificate using PowerShell, I got to know one of the good New-SelfSignedCertificate parameter Signer. It can be used by developers for testing purpose or I can also use it to generate fake CA signed certificates for my lab experiments. All the …
Powershell WinRM HTTPs CA signed certificate configuration
This guide is not specific to configuration but it also shows how I troubleshooted CA signed certificate issue while configuring WinRM listener. This is a third part of PowerShell remoting over HTTPS using self-signed SSL certificate, For security best practices instead of going with Self signed ce…
Configure Powershell WinRM to use OpenSSL generated Self-Signed certificate
PowerShell remoting over HTTPS using self-signed SSL certificate
This is a step by step guide and will show you how to use HTTPS port and self signed SSL certificate while using Powershell Remoting. On the PSRemoting regards I had already written one article in the past POWERSHELL PS REMOTING BETWEEN STANDALONE WORKGROUP COMPUTERS, When you use WinRM PSRemot…
Solved Visual studio Code make sure you configure your user.name and user.email in git
Recently I formatted laptop and all the settings for my script environment where gone, I developed lots of PowerShell script using my laptop and use Version control to track changes which is very important, especially when I daily change my codes. Although I solely write my code, still if i require …
Powershell GUI encode decode images
Recently I was working on the one of my project, In the same I required to add few images to GUI, and needed to encode and decode images in the script so no external file is required to port incase if I want to share and there will be only sole ps1 script. Here in below video not a single external p…
Powershell WPF Charts dashboard demo
I was preparing for some dashboards using Powershell WPF GUI and was looking for some charts and graph to show on my GUI, I tried utilizing data visualization charts but I was looking for more cooler ways to show them and was looking for interactive ones which can complement my dashboards. To achiev…
Part 3: Powershell wpf MahApps.Metro theme step by step
Part 1: Basic Powershell WPF Themes guide step by step
Part 2: Powershell WPF Themes guide step by step
Part 3: Powershell wpf MahApps.Metro theme step by step
As shown in my previous articles using sample xaml as style and themes, here I am using community popular MahApps.Metro wpf theme, Thi…
Part 2: Powershell WPF Themes guide step by step
Part 1: Basic Powershell WPF Themes guide step by step
Part 2: Powershell WPF Themes guide step by step
Part 3: Powershell wpf MahApps.Metro theme step by step
Theme 2
I found few nice themes online for my Powershell WPF gui scripts, I was looking for simple and nice themes to implement, al…
Powershell WPF custom Image based ProgressBar
In this article I am showing some different ProgressBars for WPF GUI, This progressbar can show your chunk of silhouette image loading instead progress nicely. Below is the demo for my new progressbars, It can be used as an animated text or image. Images should be silhouette, A silhouette is the ima…
Powershell WPF Themes guide step by step
Part 1: Basic Powershell WPF Themes guide step by step
Part 2: Powershell WPF Themes guide step by step
Part 3: Powershell wpf MahApps.Metro theme step by step
I have wrote many powershell GUI scripts but never thought using any themes on WPF GUI forms, As it is not required for internal organ…
Microsoft Powershell: Download a whole folder of files/subfolders from the web directory
One of my friend was seeking my help creating a script to download bulk files and folder from internal office training web portal, just newly created. Folders and files web structure was looking like below. The first url link shows what are the different training material was available, downloading …
Powershell WPF GUI: LinkLabel hyperlink demo
I have done so much automation using winforms powershell, now I am slowly moving my scripts to WPF, unlike my earlier article Powershell WPF GUI: ToolBox control Textbox watermark placeholder demo here in this article I will show how to create LinkLabel in WPF. When I was going through Microsoft…
Powershell WPF GUI: ToolBox control Textbox watermark placeholder demo
In this demo I will be showing how to put PlaceHolder text on textbox control on Powershell WPF (Windows presentation framework) GUI. here I have 3 textboxes. When I launches GUI, all the textboxes shows some default darkgray color watermark text information. When I click on them text will autom…
Part 3: Create shorter Microsoft Powershell WPF automated clean script
Currently I am working on rewriting all my VBscript and Powershell GUI script using WPF (Windows presentation platform). When building a graphical xaml forms on Visual studio as shown earlier on Part 1: Create WPF XAML powershell GUI form with Visual studio, I had to remove many elements manually b…
Microsoft Powershell GUI: Change Internet Options connections Lan settings proxy server grayed out
One of my friend wanted a small proxy settings hack tool which I created using Powershell script, it is very small tool and helps to change proxy server settings, It can changed when Internet Options >> Connections tab is either missing or Lan settings button is disabled, and you still want to c…
Microsoft Powershell: Export remote registry information to excel
Blog Search
Page Views
8990553
Archive
- January 2023 (1)
- December 2022 (10)
- November 2022 (15)
- October 2022 (15)
- September 2022 (14)
- March 2022 (8)
- December 2021 (9)
- November 2021 (6)
- October 2021 (12)
- September 2021 (10)
Comments
-
MattFebruary 3, 2023 06:15AM
-
JonFebruary 2, 2023 12:01AM
-
January 27, 2023 04:44AM
-
Saeed AhmedJanuary 22, 2023 03:05PM
-
dvJanuary 19, 2023 01:24AM