About 2,740 results
Open links in new tab
  1. How to Create a File in PowerShell - LazyAdmin

    Sep 21, 2023 · Learn how to create a file in PowerShell with the New-Item cmdlet. Including multiple files, testing if a file exists and …

  2. New-Item (Microsoft.PowerShell.Management) - PowerShell

    The Force parameter lets you create a file in the profile path, even when the directories in the path do not exist. After you create a …

  3. Creating new file through Windows Powershell - Stack Overflow

    Aug 1, 2017 · As many have already pointed out, you can create files with the New-File command. This command has a default alias …

  4. Create a File in the Current Directory Using PowerShell

    Mar 18, 2025 · Learn how to create a file in the current directory using PowerShell with simple commands. Streamline file …

  5. PowerShell Create Files and Folders with New-Item

    Feb 28, 2026 · Learn how to create files and folders in PowerShell using New-Item. Covers file type options, -Force, nested folder …

  6. How to Create a New File in Windows PowerShell: Simple Command …

    Jan 16, 2026 · This guide will walk you through step-by-step methods to create new files in PowerShell, from basic commands to …

  7. Working with files and folders - PowerShell | Microsoft Learn

    Oct 1, 2005 · This article discusses how to deal with specific file and folder manipulation tasks using PowerShell.

  8. Powershell - Create File - Online Tutorials Library

    Cmdlet New-Item cmdlet is used to create a file by passing the path using -Path as path of the file and -ItemType as File.

  9. How to Create Files with Content Using PowerShell?

    Mar 27, 2025 · Learn how to create files with content using PowerShell. Explore multiple methods like Out-File, Set-Content, and …

  10. How to Create a File in PowerShell: A Complete Guide

    Jun 1, 2026 · Learn how to create a file in PowerShell using New-Item, Out-File, and redirection operators. Master file creation with …