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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Security.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Security
ms.date: 10/18/2023
ms.date: 07/01/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.security/unprotect-cmsmessage?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Unprotect-CmsMessage
Expand Down Expand Up @@ -145,6 +145,9 @@ Accept wildcard characters: False

### -IncludeContext

Determines whether to include the decrypted content in its original context, rather than output the
decrypted content only.

```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Security.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Security
ms.date: 10/18/2023
ms.date: 07/01/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.security/unprotect-cmsmessage?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Unprotect-CmsMessage
Expand Down Expand Up @@ -145,6 +145,9 @@ Accept wildcard characters: False

### -IncludeContext

Determines whether to include the decrypted content in its original context, rather than output the
decrypted content only.

```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Accept wildcard characters: False
### -ChildPath

Specifies the elements to append to the value of the `Path` parameter. Wildcards are permitted.

```yaml
Type: System.String
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Security.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Security
ms.date: 10/18/2023
ms.date: 07/01/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.security/unprotect-cmsmessage?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Unprotect-CmsMessage
Expand Down Expand Up @@ -145,6 +145,9 @@ Accept wildcard characters: False

### -IncludeContext

Determines whether to include the decrypted content in its original context, rather than output the
decrypted content only.

```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Security.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Security
ms.date: 10/18/2023
ms.date: 07/01/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.security/unprotect-cmsmessage?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Unprotect-CmsMessage
Expand Down Expand Up @@ -145,6 +145,9 @@ Accept wildcard characters: False

### -IncludeContext

Determines whether to include the decrypted content in its original context, rather than output the
decrypted content only.

```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Expand Down
2 changes: 1 addition & 1 deletion reference/module/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.manager: sewhee
ms.product: powershell
ms.topic: landing-page
quickFilterColumn1: powershell-7.4,windowsserver2025-ps
quickFilterColumn2: azps-14.1.0,sqlserver-ps
quickFilterColumn2: azps-14.2.0,sqlserver-ps
quickFilterColumn3: graph-powershell-1.0,systemcenter-ps-2022
title: PowerShell Module Browser
---
Expand Down
Loading