Recently I was asked to pull the software inventory report from multiple severs hosted in Azure, but unfortunately pulling data from WMI not allowed, only PS Remoting was enabled, so I made some changes on my previous script and used Invoke-command to pull the date for all the servers. It was easy and the most effective way to extract that report
Category: PowerShell
PowerShell Basics, PowerShell Scripts, PowerShell Modules, PowerShell Remoting, PowerShell Functions, PowerShell Active Directory, PowerShell Security, PowerShell Error Handling, PowerShell Variables, PowerShell Objects, PowerShell Package Management, PowerShell, PSCustomObject, cmdlet, PowerShell pipeline, PowerShell ISE, PowerShell 7, pwsh, Get-Command, Get-Help, Invoke-RestMethod, Import-Module
Multi-Threading Super-Fast Disk Utilization Report using Background Jobs in PowerShell
Automate task using script is always helpful, it reduced human error and efforts, but sometimes it still takes a lots of time to execute same command on multiple remote servers one by one. For example, my disk utilization script, it works perfectly fine, but taking lots of time to generate report for thousands of servers. To get the result faster
Task Scheduler Error “A specified logon session does not exist” – Fix via Command Line and PowerShell for Scripting
This is very know issue, if you search internet, you will get multiple blog post with same solution for this issue, and if you follow the steps, it actually resolve this issue. In simple word, solution of this problem is Logon to the faulty system. Open SECPOL.MSC from Run Go to Security Settings | Local Policies | Security Options Open
Playing with String in PowerShell
As being a Windows Administrator I use PowerShell every day and the best part of it is, I learn something new every day. In simple word PowerShell can make your life easier, and I think you all agreed with it. I often requested to pull various reports from various sources and it was not always possible to get the exact report
How to boot Windows Server 2016 Technical Preview with GUI (Server with Desktop Experience) from VHD
Setup your own Monitoring – Disk Space Utilization Monitoring tool for free
It is always recommended to keep tracking of the disk space utilization for you servers. This will help us to get the idea of our future requirement. There are multiple tools available for track this but you have to pay for most of them. Recently I also had similar kind of requirement and I was asked to provide the free





