He was writing a Powershell script. The function of the script was to do a comparison of days pass since the file have been created.He...
PowerShell Basics : Find commands by using Get-Command cmdlet.
Sometimes, the more we do advance things, the more we keep forgetting the basics. Today while working on some script, I forget the command ...
PowerShell Tips : How to find all DSC related cmdlets
It's very easy to find the PowerShell "Desired State Configuration" cmdlets. Just run the below command , and it will show you all DSC...
Working with PowerShell Preference Variables: $OFS (Output field Separator).
When you open PowerShell console, type $ and start pressing ‘tab’, you will amaze that there are many pre-built variables exists there. One of...
PowerShell Tip : Find Default Printer Installed using Powershell.
The job of System Administrators are very adventurous, sometime you have to find a little-little settings and sometime you have to write a big-big, hundred’s...
Powershell Tips : Use Only Powershell V2 cmdlets , with PowershellV3 Installed.
I use Windows 7 (64 bit) with Powershell V3 installed on it. Most of our users are still on PowerShell v2, Sometime when I am...
Find Operating System Start time using Powershell.
Today, I have been asked to do a strange task, My manager told me to find a Operating System Start time. I was thinking about...
Getting Last Installation Success Date and Last Search Success date of Windows Updates using Powershell.
Everyday is a new day , with new problems and new issues, sometime at users side and sometime at Server side. The life in...
Powershell Techniques : Lock Your Workstation using Powershell.
In my previous post, I created test button on Login Screen changer GUI, when you clicked on them it lock your workstation. I got few...
Change windows Login Screen using Powershell.
Hi,We all love customization and personalize our laptop setting. Like we all (majority of) love to change our wallpapers. I have few scripts, which rebooted a...