TECHDIIP

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

Powershell Pipeline

4 November 2020 admin Leave a Comment

PowerShell Pipeline Concept, the powershell one of the main feature and the most powerful element is a pipeline that enables administrators to write the code easily. When you club two commands, powershell has to find out how to get the output of the first command to the input of … [Read more...]

Scripts

PowerShell Operators

1 November 2020 admin Leave a Comment

 PowerShell Operators Basically PowerShell comparison operators are declared using the symbol dash (-) followed by a name (eq for equal, gt for greater than, -lt as less than and more. Comparison operators: 4 -eq  4  # Equal to (=) 3 -ne  5 # Not equal to (!=) 6 -gt  5 # … [Read more...]

Scripts

How to get Windows version

27 October 2020 admin Leave a Comment

How to Find Windows Version on any computer machine and it is required to upgrade when your computer has an old version update, here are the simple steps on how to find windows version. When you are supporting a large scale environment that has a mixed set of computers like … [Read more...]

Scripts

Files Version Check Using Powershell | Ping-Test | HTML report

27 October 2020 admin Leave a Comment

Files Scan Using Powershell | HTML Report, When there is a requirement to check a file or folder status on a single machine it is easy as you simply log into that machine and you can check it, imagine when there are many servers and desktops that you need to search a file or … [Read more...]

Scripts

Powershell Get-Uptime Single and Multiple Computers

27 October 2020 admin Leave a Comment

This article explains how one can check the uptime of window computer or multiple computers and one can also use the same script to uptime report. The below script helps you find the uptime or last boot time of a computer or multiple remote computers, generally, system … [Read more...]

Scripts

  • 1
  • 2
  • 3
  • …
  • 8
  • Next Page »

Techdiip © 2012 - 2020 | Please Read Our

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