top of page
Designbots.in


Time To Upgrade: Optimizing Azure VM Performance - Create an Effective PowerShell Script for Memory Usage Monitoring
In today's cloud-driven world, managing costs effectively is crucial. For Azure users, understanding and optimizing virtual machine (VM)...
Rattandeep singh
Jun 3, 20244 min read
Â
Â
Â


Time To Upgrade: Optimizing Azure VM Performance - Create an Effective PowerShell Script for CPU Usage Monitoring
In this blog post, we will explore a PowerShell script that can be used to monitor the CPU usage of Azure VMs over a specific time...
Rattandeep singh
Jun 3, 20242 min read
Â
Â
Â


Azure VM Licenses: Find Out Fast
Pay-As-You-Go (PAYG): Licenses are automatically included in the VM pricing.
Azure Hybrid Benefit (AHB): You leverage existing on-premises
Rattandeep singh
May 20, 20242 min read
Â
Â
Â


PowerShell Desired State Configuration: The Basics: Part 1
PowerShell Desired State Configuration (DSC) plays a vital role in configuring, managing, and sustaining Windows servers. It empowers...
Rattandeep singh
Sep 21, 20234 min read
Â
Â
Â


Logging Like a Pro in PowerShell: Harnessing the Magic of $?
PowerShell is a versatile scripting language that allows you to automate various tasks and system administration processes. One of the...
Rattandeep singh
Sep 11, 20232 min read
Â
Â
Â


PowerShell Conditional Branching: Switch vs. If-Else.
Today I am here to show an alternative to If-Else in PowerShell as Switch. Before I go to any code let's understand the difference....
Rattandeep singh
Sep 10, 20232 min read
Â
Â
Â


Lazy Administrator: Split the list.
Hello All, I am back with a new trick I generally use when I am not in the mood to use .csv files for testing to work with some data....
Rattandeep singh
Aug 15, 20233 min read
Â
Â
Â


Split and Conquer: How to Effectively Use Split() and -split in PowerShell
Hi all, I am back with my new blogpost on how to get the Organizational Unit path from an objects Distinguished Name. Earlier we did that...
Rattandeep singh
Aug 7, 20232 min read
Â
Â
Â


PwerShell! Split-Path
Have you ever split paths with anyting in your life. Once, I did with ice-creams. That was very painful till the time I did not start...
Rattandeep singh
Jul 31, 20232 min read
Â
Â
Â


Managers May Not Like It: Keep-Active! Teams!
Have you ever wondered, how to keep your laptop session active? And, why? I will answer the "why" first. While running a script, one...
Rattandeep singh
Jul 23, 20232 min read
Â
Â
Â


#Powershell, #Azure, and #ResourceGroups.
Hey there, I'm back again with a new post to use PowerShell. However, this time I will use it in Azure. In this post, I will demonstrate:...
Rattandeep singh
Jul 19, 20232 min read
Â
Â
Â


Make It Readable: TimeStamps in Activedirectory!
Hi I'm back with the timestamps again. Today, I want to share a simple tricks that can help to get attributes available #timestamp...
Rattandeep singh
Jul 18, 20232 min read
Â
Â
Â


Mastering PowerShell: Effortlessly Transforming Date Formats!
133336113332972411 == 12 July 2023 10:25:33 AM In today's blog I want to share my expirience with you all regarding handelling date and...
Rattandeep singh
Jul 12, 20232 min read
Â
Â
Â


A Guide to Retrieving a List of All Machines in Active Directory
Active Directory (AD) is a powerful and widely used directory service provided by Microsoft. It plays a crucial role in managing network...
Rattandeep singh
Jun 4, 20232 min read
Â
Â
Â
bottom of page