Prateek Singh
Blogs, Articles, and Posts
11 Ways to Create HashTable in PowerShell
(ridicurious.com)
PowerShell Hashtables are compact data structures, which are very popular and come handy in a lot of
By: Prateek Singh submitted:Jun 15 2022
PowerShell Hashtables are compact data structures, which are very popular and come handy in a lot of
use cases. They are capable to store one or more Key-Value pairs and today we are going to looking into various approaches and methods to create a Hashtable in PowerShell.
By: Prateek Singh submitted:Jun 15 2022
PowerShell 7 Profile Paths and Locations
(ridicurious.com)
Apart from these major feature releases there are some changes in directory paths as well if you are
By: Prateek Singh submitted:Jun 15 2022
Apart from these major feature releases there are some changes in directory paths as well if you are
coming from Windows PowerShell v5.1, like the default locations where your $Profiles are stored is changed.
By: Prateek Singh submitted:Jun 15 2022
PowerShell to C# and Back – Introduction to Classes
(ridicurious.com)
The purpose of this blog post is to bridge the learning and concept gap between PowerShell and C#
By: Prateek Singh submitted:Jun 16 2022
The purpose of this blog post is to bridge the learning and concept gap between PowerShell and C#
classses, to jump start you from scripting to development. This is not deep diving in C# concepts, we will cover this in later sessions of this series.
By: Prateek Singh submitted:Jun 16 2022
Projects, Scripts, and Modules
AzViz: PowerShell based Azure Network Topology Visualizer
(github.com)
PowerShell Module that can generate a topology diagram to Visualize Azure Network Topology and ARM
By: Prateek Singh submitted:Jun 15 2022
PowerShell Module that can generate a topology diagram to Visualize Azure Network Topology and ARM
templates (WIP). It has capabilities to insert appropriate Azure Icons depending upon the type of the Azure Resource you have in your Resource Group, like Virtual Machine, Virtual Network, Subnet etc.
By: Prateek Singh submitted:Jun 15 2022
Visualize and Document Azure Infrastructure with PowerShell
(ridicurious.com)
A PowerShell module to automatically generate Azure resource topology diagrams or rich
By: Prateek Singh submitted:Jun 16 2022
A PowerShell module to automatically generate Azure resource topology diagrams or rich
infrastructure visualizations by just typing a PowerShell cmdlet and passing the name of one or more Azure Resource Groups.
By: Prateek Singh submitted:Jun 16 2022
Fun
PowerShell Web Search and Generating Word Cloud from Results
(ridicurious.com)
This is a quick fun blog post to demonstrate how to perform a programmatical web search (A Bing
By: Prateek Singh submitted:Jun 15 2022
This is a quick fun blog post to demonstrate how to perform a programmatical web search (A Bing
search! ??) and create a word cloud using the preview snippets any search engine generates, as you can see in the following image which can give you some context on the specific topic.
By: Prateek Singh submitted:Jun 15 2022