Powershell remove empty spaces from a text file to make it more clear, it avoids unwanted results with Powershell execution, here are the simple steps this article explains. Windows administrators as part of their routine daily tasks they deal with many servers and also perform the import and export operations with text files, when we are using a … [Read more...] about Powershell remove empty spaces from a text file
Powershell remove empty lines from text file
Powershell removes empty lines from a text file if there are empty lines in a file that can cause unwanted results when you execute a script, here is the simple Powershell code to clear the empty lines in PowerShell. Windows administrators deal with many servers every day and also perform the import and export operations with text files, when you … [Read more...] about Powershell remove empty lines from text file
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 -path "C:\apps\logs" -directory | where-object {$_.LastwriteTime -lt … [Read more...] about PowerShell Delete Files Older than 15 days or 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 on the local computer then one can simply open my computer and can find … [Read more...] about Powershell C drive Space | Multiple Computer
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 simple code performs the unzip function. Expand-Archive This … [Read more...] about How to unzip a file in Powershell
Top 5 shortcut keys can speed up your work
Top 5 Shortcut keys Can Speed up your work at the workstation, these shortcut key functions we do many times in a day, for simple example a shortcut key to lock a computer, we lock our system every day as we go out likewise 5 shortcut keys in this article helpful and speed up our work. In the computer world, everyone wants to work fast and finish … [Read more...] about Top 5 shortcut keys can speed up your work