powershell

Forum discussion tagged with powershell.
  1. N

    Rage against metadata

    Vulnerbilities in all OS and software are put there in purpose by developers. If you think about what a developer offers you (most times for "free") goes straight into your computer and starts interacting with your OS (no matter if is Mac, Windows, Linux, Android or other) that is designed to...
  2. Y

    PowerShell Quetion.

    I am trying to copy all .pdf files from all folders and sub folder (dirs. and subdirs). First I used $source = "c:\Folder1\" $desti = "D:\foderA\" PS> Get-ChildItem -recurse $source -Filter "*.pdf" It displays all the files for dir and sub dir but when I try to use copy-Item I get error. PS>...
  3. M

    Help me write a batch script for HandBrake/IFME

    Here's the thing. My system is an age-old i3-530 overclocked to 3.5GHz coupled with GTX 1050 2GB. I have around 1.5TB of tutorial videos that I have to encode due to dearth in HDD space. I want to encode the videos while keeping the folder and subfolder structure intact. Here's the problem...