TECHDIIP

  • Tech
  • Windows
  • Powershell
  • Scripts
  • News
  • Games

Powershell script to uninstall applications

27 June 2020 admin Leave a Comment

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...]

Scripts

PowerShell Delete Files Older than 15 days or more

27 June 2020 admin Leave a Comment

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...]

Scripts

Powershell C drive Space | Multiple Computer

27 June 2020 admin Leave a Comment

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...]

Scripts

How to unzip a file in Powershell

27 June 2020 admin Leave a Comment

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...]

Scripts

How to List All Local User Accounts on System

27 June 2020 admin Leave a Comment

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...]

Scripts

  • « Previous Page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next Page »

Techdiip © 2012 - 2020 | Please Read Our

  • Privacy Policy
  • Disclaimer – User Agreement
  • About Us
  • Contact Us