About 87,600 results
Open links in new tab
  1. New-Item (Microsoft.PowerShell.Management) - PowerShell

    Using wildcards the New-Item cmdlet creates a temp.txt file in all of the directories under the current directory. The New-Item cmdlet outputs the items you created, which is piped to Select …

  2. How to Use PowerShell new-item to Create Files and Directories?

    Oct 17, 2024 · Learn how to use PowerShell New-Item to create files and directories effortlessly. Follow our step-by-step guide to know New-Item PowerShell cmdlet with examples.

  3. New-Item - PowerShell - SS64.com

    By default, the profile file does not exist, even though PowerShell has a filename for it, the file can be created using New-Item or notepad. After using the command above to create a profile, you …

  4. New-Item Cheat Sheet - New-Item Command Line Guide

    Mar 1, 2025 · PowerShell’s New-Item cmdlet is a fundamental tool that lets you create new items—such as files, directories, or registry keys—across various data stores. In this …

  5. PowerShell New-Item - ZetCode

    Feb 15, 2025 · PowerShell New-Item tutorial shows how to use PowerShell to create files and directories.

  6. How to Use the Command 'New-Item' in PowerShell (with …

    Dec 17, 2024 · By utilizing New-Item, users can automate tasks related to directory management, file creation, and registry manipulation. Here, we explore various use cases of the New-Item …

  7. New-Item – Wahmans Powershell Blog

    Jul 26, 2025 · The New-Item cmdlet allows you to create files, folders, registry keys, and even new items within a provider namespace. Whether you’re scripting up a new infrastructure …

  8. New Item PowerShell Folder: A Quick Guide

    In this comprehensive guide, we’ve explored how to leverage the `New-Item` cmdlet in PowerShell to create folders. We discussed basic syntax, advanced usage scenarios, and …

  9. A Beginners Guide To PowerShell New-Item - ATA Learning

    Nov 29, 2022 · In this tutorial, you will learn how to use the New-Item cmdlet to create items, like files and directories, by running a single command. Dive in and get started creating items in …

  10. A Beginner‘s Guide to the PowerShell New-Item Cmdlet

    Dec 27, 2023 · In this comprehensive guide, we will explore the ins and outs of using the New-Item cmdlet with plenty of examples to build mastery. The New-Item cmdlet in PowerShell …