Anything About IT

Learning, Building, Sharing

PowerShell - Creating Dummy files

Here’s a function I wrote to create a large dummy file either filled with zero’s or random characters. The -Target parameter must be eitehr a file inc...