Skip to content

Commit 1fa769a

Browse files
authored
Merge pull request #11677 from MicrosoftDocs/main
1/15/2025 PM Publish
2 parents 9fe8b6e + 67ef2fe commit 1fa769a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/7.4/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Otherwise contains `$false`.
291291

292292
### `$IsMacOS`
293293

294-
Contains `$true` if the current session is running on a MacOS operating system.
294+
Contains `$true` if the current session is running on a macOS operating system.
295295
Otherwise contains `$false`.
296296

297297
### `$IsWindows`

reference/7.4/Microsoft.PowerShell.Core/Enable-PSRemoting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The `Enable-PSRemoting` cmdlet performs the following operations:
7373
- Restarts the WinRM service to make the preceding changes effective.
7474

7575
To run this cmdlet on the Windows platform, start PowerShell by using the Run as administrator
76-
option. This cmdlet is not available on Linux or MacOS versions of PowerShell.
76+
option. This cmdlet is not available on Linux or macOS versions of PowerShell.
7777

7878
> [!CAUTION]
7979
> This cmdlet does not affect remote endpoint configurations created by Windows PowerShell.

reference/7.5/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Otherwise contains `$false`.
291291

292292
### `$IsMacOS`
293293

294-
Contains `$true` if the current session is running on a MacOS operating system.
294+
Contains `$true` if the current session is running on a macOS operating system.
295295
Otherwise contains `$false`.
296296

297297
### `$IsWindows`

reference/7.5/Microsoft.PowerShell.Core/Enable-PSRemoting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The `Enable-PSRemoting` cmdlet performs the following operations:
7373
- Restarts the WinRM service to make the preceding changes effective.
7474

7575
To run this cmdlet on the Windows platform, start PowerShell by using the Run as administrator
76-
option. This cmdlet is not available on Linux or MacOS versions of PowerShell.
76+
option. This cmdlet is not available on Linux or macOS versions of PowerShell.
7777

7878
> [!CAUTION]
7979
> This cmdlet does not affect remote endpoint configurations created by Windows PowerShell.

0 commit comments

Comments
 (0)