If you are looking for a script to uninstall applications remote on windows 10 desktop computer or windows server 2016 computer then you are at the right place, here in this article we explain how a Powershell Script can uninstall applications on multiple remote computers. We … [Read more...]
PowerShell Delete Files Older than 15 days or more
PowerShell Delete Files Older than 15 days or more, when there is a need to delete file older than 7 days or 15 days on the multiple remote computers here are the scripts that do the same thing. In my example, I want to delete files under C:\apps\logs $oldfiles = Get-childitem … [Read more...]
Powershell C drive Space | Multiple Computer
Checking C drive space is really important for windows computers, this article explains to you how to Check C Drive Space on multiple remote computers, here is the simple code that one can use find the C drive space. When you want to check the C drive system drive utilization … [Read more...]
How to unzip a file in Powershell
This article explains how to unzip a file in Powershell, we need to compress the script output or one just wants to unzip file using Powershell script. When there are large files zipped or you want to unzip any reports that are archived then we can do with Powershell, here are … [Read more...]
How to List All Local User Accounts on System
Powershell Script List All Local User Accounts on windows operating system and get the report in an excel CSV file to work further. Every system administrator must keep track of all local user accounts on the windows machines, or windows servers to manage the infrastructure. … [Read more...]
- « Previous Page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- 8
- Next Page »