Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions reference/5.1/Microsoft.PowerShell.Management/Move-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 04/01/2026
ms.date: 09/01/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -158,7 +158,7 @@ Required: False
Position: Named
Default value: Current user
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: True
Accept wildcard characters: False
```

### -Destination
Expand Down Expand Up @@ -224,8 +224,12 @@ Accept wildcard characters: True

### -Force

Forces the command to run without asking for user confirmation. Implementation varies from provider
to provider. For more information, see
Forces the command to run without asking for user confirmation. For the **FileSystem** provider, if
a file exists at the target location, you can't overwrite it without using this parameter. Using
this parameter doesn't allow you to overwrite read-only files or files that you don't have rights to
modify.

The behavior varies from provider to provider. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ helps users to set basic rules and prevents them from violating them
unintentionally.

For more information about security boundaries, see the _Security service
criteria_ section of [PowerShell security features][02].
criteria_ section of [PowerShell security features][01].

On non-Windows computers, the default execution policy is **Unrestricted** and
can't be changed. The `Set-ExecutionPolicy` cmdlet is available, but
Expand Down Expand Up @@ -141,7 +141,7 @@ policy is determined by the order of precedence as follows:
`$PSHOME/powershell.config.json` file.

For more information about the `powershell.config.json` file, see
[about_PowerShell_Config][01].
[about_PowerShell_Config][04].


## Managing the execution policy with PowerShell
Expand Down Expand Up @@ -317,7 +317,7 @@ Policy Editor in the following path:
Policies set in the Computer Configuration node take precedence over policies
set in the User Configuration node.

For more information, see [about_Group_Policy_Settings][04].
For more information, see [about_Group_Policy_Settings][03].

## Manage signed and unsigned scripts

Expand Down Expand Up @@ -374,8 +374,8 @@ Zone check which avoids the problem.

## See also

- [about_Environment_Variables][03]
- [about_Group_Policy_Settings][04]
- [about_Environment_Variables][02]
- [about_Group_Policy_Settings][03]
- [about_Pwsh][05]
- [about_Signing][06]
- [Get-ExecutionPolicy][08]
Expand All @@ -384,10 +384,10 @@ Zone check which avoids the problem.
- [Unblock-File][10]

<!-- link references -->
[01]: ../Microsoft.PowerShell.Core/About/about_PowerShell_Config.md
[02]: /powershell/scripting/security/security-features#security-servicing-criteria
[03]: about_Environment_Variables.md
[04]: about_Group_Policy_Settings.md
[01]: /powershell/scripting/security/security-features#security-servicing-criteria
[02]: about_Environment_Variables.md
[03]: about_Group_Policy_Settings.md
[04]: about_PowerShell_Config.md
[05]: about_Pwsh.md
[06]: about_Signing.md
[07]: xref:Microsoft.PowerShell.Management.Get-Item
Expand Down
10 changes: 7 additions & 3 deletions reference/7.4/Microsoft.PowerShell.Management/Move-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 04/01/2026
ms.date: 09/01/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -224,8 +224,12 @@ Accept wildcard characters: True

### -Force

Forces the command to run without asking for user confirmation. Implementation varies from provider
to provider. For more information, see
Forces the command to run without asking for user confirmation. For the **FileSystem** provider, if
a file exists at the target location, you can't overwrite it without using this parameter. Using
this parameter doesn't allow you to overwrite read-only files or files that you don't have rights to
modify.

The behavior varies from provider to provider. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ helps users to set basic rules and prevents them from violating them
unintentionally.

For more information about security boundaries, see the _Security service
criteria_ section of [PowerShell security features][02].
criteria_ section of [PowerShell security features][01].

On non-Windows computers, the default execution policy is **Unrestricted** and
can't be changed. The `Set-ExecutionPolicy` cmdlet is available, but
Expand Down Expand Up @@ -141,7 +141,7 @@ policy is determined by the order of precedence as follows:
`$PSHOME/powershell.config.json` file.

For more information about the `powershell.config.json` file, see
[about_PowerShell_Config][01].
[about_PowerShell_Config][04].


## Managing the execution policy with PowerShell
Expand Down Expand Up @@ -317,7 +317,7 @@ Policy Editor in the following path:
Policies set in the Computer Configuration node take precedence over policies
set in the User Configuration node.

For more information, see [about_Group_Policy_Settings][04].
For more information, see [about_Group_Policy_Settings][03].

## Manage signed and unsigned scripts

Expand Down Expand Up @@ -374,8 +374,8 @@ Zone check which avoids the problem.

## See also

- [about_Environment_Variables][03]
- [about_Group_Policy_Settings][04]
- [about_Environment_Variables][02]
- [about_Group_Policy_Settings][03]
- [about_Pwsh][05]
- [about_Signing][06]
- [Get-ExecutionPolicy][08]
Expand All @@ -384,10 +384,10 @@ Zone check which avoids the problem.
- [Unblock-File][10]

<!-- link references -->
[01]: ../Microsoft.PowerShell.Core/About/about_PowerShell_Config.md
[02]: /powershell/scripting/security/security-features#security-servicing-criteria
[03]: about_Environment_Variables.md
[04]: about_Group_Policy_Settings.md
[01]: /powershell/scripting/security/security-features#security-servicing-criteria
[02]: about_Environment_Variables.md
[03]: about_Group_Policy_Settings.md
[04]: about_PowerShell_Config.md
[05]: about_Pwsh.md
[06]: about_Signing.md
[07]: xref:Microsoft.PowerShell.Management.Get-Item
Expand Down
10 changes: 7 additions & 3 deletions reference/7.5/Microsoft.PowerShell.Management/Move-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 04/01/2026
ms.date: 09/01/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -224,8 +224,12 @@ Accept wildcard characters: True

### -Force

Forces the command to run without asking for user confirmation. Implementation varies from provider
to provider. For more information, see
Forces the command to run without asking for user confirmation. For the **FileSystem** provider, if
a file exists at the target location, you can't overwrite it without using this parameter. Using
this parameter doesn't allow you to overwrite read-only files or files that you don't have rights to
modify.

The behavior varies from provider to provider. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ helps users to set basic rules and prevents them from violating them
unintentionally.

For more information about security boundaries, see the _Security service
criteria_ section of [PowerShell security features][02].
criteria_ section of [PowerShell security features][01].

On non-Windows computers, the default execution policy is **Unrestricted** and
can't be changed. The `Set-ExecutionPolicy` cmdlet is available, but
Expand Down Expand Up @@ -141,7 +141,7 @@ policy is determined by the order of precedence as follows:
`$PSHOME/powershell.config.json` file.

For more information about the `powershell.config.json` file, see
[about_PowerShell_Config][01].
[about_PowerShell_Config][04].


## Managing the execution policy with PowerShell
Expand Down Expand Up @@ -317,7 +317,7 @@ Policy Editor in the following path:
Policies set in the Computer Configuration node take precedence over policies
set in the User Configuration node.

For more information, see [about_Group_Policy_Settings][04].
For more information, see [about_Group_Policy_Settings][03].

## Manage signed and unsigned scripts

Expand Down Expand Up @@ -374,8 +374,8 @@ Zone check which avoids the problem.

## See also

- [about_Environment_Variables][03]
- [about_Group_Policy_Settings][04]
- [about_Environment_Variables][02]
- [about_Group_Policy_Settings][03]
- [about_Pwsh][05]
- [about_Signing][06]
- [Get-ExecutionPolicy][08]
Expand All @@ -384,10 +384,10 @@ Zone check which avoids the problem.
- [Unblock-File][10]

<!-- link references -->
[01]: ../Microsoft.PowerShell.Core/About/about_PowerShell_Config.md
[02]: /powershell/scripting/security/security-features#security-servicing-criteria
[03]: about_Environment_Variables.md
[04]: about_Group_Policy_Settings.md
[01]: /powershell/scripting/security/security-features#security-servicing-criteria
[02]: about_Environment_Variables.md
[03]: about_Group_Policy_Settings.md
[04]: about_PowerShell_Config.md
[05]: about_Pwsh.md
[06]: about_Signing.md
[07]: xref:Microsoft.PowerShell.Management.Get-Item
Expand Down
10 changes: 7 additions & 3 deletions reference/7.6/Microsoft.PowerShell.Management/Move-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 04/01/2026
ms.date: 09/01/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -224,8 +224,12 @@ Accept wildcard characters: True

### -Force

Forces the command to run without asking for user confirmation. Implementation varies from provider
to provider. For more information, see
Forces the command to run without asking for user confirmation. For the **FileSystem** provider, if
a file exists at the target location, you can't overwrite it without using this parameter. Using
this parameter doesn't allow you to overwrite read-only files or files that you don't have rights to
modify.

The behavior varies from provider to provider. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ helps users to set basic rules and prevents them from violating them
unintentionally.

For more information about security boundaries, see the _Security service
criteria_ section of [PowerShell security features][02].
criteria_ section of [PowerShell security features][01].

On non-Windows computers, the default execution policy is **Unrestricted** and
can't be changed. The `Set-ExecutionPolicy` cmdlet is available, but
Expand Down Expand Up @@ -141,7 +141,7 @@ policy is determined by the order of precedence as follows:
`$PSHOME/powershell.config.json` file.

For more information about the `powershell.config.json` file, see
[about_PowerShell_Config][01].
[about_PowerShell_Config][04].


## Managing the execution policy with PowerShell
Expand Down Expand Up @@ -317,7 +317,7 @@ Policy Editor in the following path:
Policies set in the Computer Configuration node take precedence over policies
set in the User Configuration node.

For more information, see [about_Group_Policy_Settings][04].
For more information, see [about_Group_Policy_Settings][03].

## Manage signed and unsigned scripts

Expand Down Expand Up @@ -374,8 +374,8 @@ Zone check which avoids the problem.

## See also

- [about_Environment_Variables][03]
- [about_Group_Policy_Settings][04]
- [about_Environment_Variables][02]
- [about_Group_Policy_Settings][03]
- [about_Pwsh][05]
- [about_Signing][06]
- [Get-ExecutionPolicy][08]
Expand All @@ -384,10 +384,10 @@ Zone check which avoids the problem.
- [Unblock-File][10]

<!-- link references -->
[01]: ../Microsoft.PowerShell.Core/About/about_PowerShell_Config.md
[02]: /powershell/scripting/security/security-features#security-servicing-criteria
[03]: about_Environment_Variables.md
[04]: about_Group_Policy_Settings.md
[01]: /powershell/scripting/security/security-features#security-servicing-criteria
[02]: about_Environment_Variables.md
[03]: about_Group_Policy_Settings.md
[04]: about_PowerShell_Config.md
[05]: about_Pwsh.md
[06]: about_Signing.md
[07]: xref:Microsoft.PowerShell.Management.Get-Item
Expand Down
10 changes: 7 additions & 3 deletions reference/7.7/Microsoft.PowerShell.Management/Move-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 04/01/2026
ms.date: 09/01/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item?view=powershell-7.7&WT.mc_id=ps-gethelp
schema: 2.0.0
aliases:
Expand Down Expand Up @@ -224,8 +224,12 @@ Accept wildcard characters: True

### -Force

Forces the command to run without asking for user confirmation. Implementation varies from provider
to provider. For more information, see
Forces the command to run without asking for user confirmation. For the **FileSystem** provider, if
a file exists at the target location, you can't overwrite it without using this parameter. Using
this parameter doesn't allow you to overwrite read-only files or files that you don't have rights to
modify.

The behavior varies from provider to provider. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Help Version: 7.7.0.0
Locale: en-US
Module Guid: 1da87e53-152b-403e-98dc-74d7b4d63d59
Module Name: Microsoft.PowerShell.Utility
ms.date: 01/18/2026
ms.date: 09/01/2026
schema: 2.0.0
title: Microsoft.PowerShell.Utility
---
Expand Down Expand Up @@ -302,6 +302,10 @@ Creates a GUID.

Creates an instance of a Microsoft .NET Framework or COM object.

### [New-TemporaryDirectory](New-TemporaryDirectory.md)

Creates a new temporary directory.

### [New-TemporaryFile](New-TemporaryFile.md)

Creates a temporary file.
Expand Down
Loading