About 27,600 results
Open links in new tab
  1. about_Split - PowerShell | Microsoft Learn

    Jan 9, 2025 · Explains how to use the Split operator to split one or more strings into substrings.

  2. Split-Path (Microsoft.PowerShell.Management) - PowerShell

    The Split-Path cmdlet returns only the specified part of a path, such as the parent folder, a subfolder, or a filename. It can also get items that are referenced by the split path and tell …

  3. about_Operators - PowerShell | Microsoft Learn

    Dec 2, 2019 · Split and join operators The -split and -join operators divide and combine substrings. The -split operator splits a string into substrings. The -join operator concatenates …

  4. Split-WindowsImage (Dism) | Microsoft Learn

    The Split-WindowsImage cmdlet creates the .swm files in the specified directory, naming each file the same as the specified path_to_swm, but with an appended number.

  5. PowerShell Documentation - PowerShell | Microsoft Learn

    PowerShell Editions + Tools Available editions, tools, and technology that supports PowerShell

  6. about_Split - PowerShell | Microsoft Learn

    Explique comment utiliser l’opérateur Split pour fractionner une ou plusieurs chaînes en sous-chaînes.

  7. about_Join - PowerShell | Microsoft Learn

    Sep 29, 2025 · Because a here-string is one string, the lines in the here-string must be split before they can be joined. You can use this method to rejoin the strings in an XML file that has been …

  8. ForEach-Object (Microsoft.PowerShell.Core) - PowerShell

    Starting in Windows PowerShell 3.0, there are two different ways to construct a ForEach-Object command. Script block syntax. You can use a script block to specify the operation. Within the …

  9. Set-VpnConnection (VpnClient) | Microsoft Learn

    When you enable split tunneling, traffic to destinations outside the intranet does not flow through the VPN tunnel. Specify a value of $True to enable split tunneling.

  10. about_Path_Syntax - PowerShell | Microsoft Learn

    Sep 29, 2025 · PowerShell allows you to use backslash or forward slash for compatibility with PowerShell on other platforms. This works for PowerShell commands, but may not work when …