From df7c4db86531430e8ac3aaba17ca09a5634dc7b8 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Wed, 15 Jan 2025 14:22:20 +0900 Subject: [PATCH] Fix typo MacOS -> macOS --- reference/7.4/Microsoft.PowerShell.Core/Enable-PSRemoting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.4/Microsoft.PowerShell.Core/Enable-PSRemoting.md b/reference/7.4/Microsoft.PowerShell.Core/Enable-PSRemoting.md index 4ca1a427e44..13960058518 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/Enable-PSRemoting.md +++ b/reference/7.4/Microsoft.PowerShell.Core/Enable-PSRemoting.md @@ -73,7 +73,7 @@ The `Enable-PSRemoting` cmdlet performs the following operations: - Restarts the WinRM service to make the preceding changes effective. To run this cmdlet on the Windows platform, start PowerShell by using the Run as administrator -option. This cmdlet is not available on Linux or MacOS versions of PowerShell. +option. This cmdlet is not available on Linux or macOS versions of PowerShell. > [!CAUTION] > This cmdlet does not affect remote endpoint configurations created by Windows PowerShell.