Skip to content

Commit

Permalink
Merge branch 'main' into patch-170
Browse files Browse the repository at this point in the history
  • Loading branch information
tiburd authored Nov 13, 2023
2 parents 19140d6 + 1404de2 commit 8e44d9b
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 18 deletions.
5 changes: 4 additions & 1 deletion docset/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@
"AngelaMotherofDragons",
"dstrome",
"v-dihans",
"sdwheeler"
"sdwheeler",
"Stacyrch140",
"v-stsavell",
"American-Dipper"
],
"_op_documentIdPathDepotMapping": {
"./": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
Module Name: ADFS
ms.date: 12/20/2016
ms.custom: has-azure-ad-ps-ref
ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done
online version: https://learn.microsoft.com/powershell/module/adfs/new-adfsazuremfatenantcertificate?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: New-AdfsAzureMfaTenantCertificate
Expand Down Expand Up @@ -43,7 +43,7 @@ PS C:\> Set-AdfsAzureMfaTenant -TenantId <your tenant ID> -ClientId 981f26a1-7f4
These commands create a certificate for Azure MFA, register the certificate in a tenant, and enable Azure MFA on an AD FS farm.

> [!NOTE]
> Customers are encouraged to use the newer Azure Active Directory PowerShell 2.0 module. For more information about the v2.0 module please see [AzureAD PowerShell 2.0](/powershell/module/Azuread/?view=azureadps-2.0).
> Customers are encouraged to use the newer [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) module.
### Example 2: Determine which certificate Azure MFA is using
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
Module Name: ADFS
ms.date: 12/20/2016
ms.custom: has-azure-ad-ps-ref
ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done
online version: https://learn.microsoft.com/powershell/module/adfs/new-adfsazuremfatenantcertificate?view=windowsserver2019-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: New-AdfsAzureMfaTenantCertificate
Expand Down Expand Up @@ -43,7 +43,7 @@ PS C:\> Set-AdfsAzureMfaTenant -TenantId <your tenant ID> -ClientId 981f26a1-7f4
These commands create a certificate for Azure MFA, register the certificate in a tenant, and enable Azure MFA on an AD FS farm.

> [!NOTE]
> Customers are encouraged to use the newer Azure Active Directory PowerShell 2.0 module. For more information about the v2.0 module please see [AzureAD PowerShell 2.0](/powershell/module/Azuread/?view=azureadps-2.0).
> Customers are encouraged to use the newer [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) module.
### Example 2: Determine which certificate Azure MFA is using
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ Get-AppxPackageAutoUpdateSettings -PackageFullName publisher.package1_1.0.0.0_ne
This will return the Auto Update and Repair settings for a specific Windows App that has been
installed and registered to the signed-in user.

### Example 4: Get App Package Auto Update settings for all installed Windows Apps

```powershell
Get-AppxPackageAutoUpdateSettings -ShowUpdateAvailability
```

Displays available update information for all installed Windows Apps.

## PARAMETERS

### -PackageFullName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,24 @@ You can also specify SafeSearch settings.
PS C:\> Set-WindowsSearchSetting -SearchExperienceSetting "Personalized"
```

This command allows Windows Search to use search history, but not specific location of the user, to personalize results.
This command allows Windows Search to use search history, but not the specific location of the user, to personalize results.

### Example 2: Modify Windows Search settings
```
PS C:\> Set-WindowsSearchSetting -EnableWebResultsSetting $True -SafeSearchSetting "Strict" -SearchExperienceSetting "PersonalizedAndLocation"
```

This command modifies Windows Search settings.
The command enables the use of search history and specific location of the user by specifying a value of PersonalizedAndLocation for the *SearchExperienceSetting* parameter.
The command enables the use of search history and the specific location of the user by specifying a value of PersonalizedAndLocation for the *SearchExperienceSetting* parameter.
The command enables web results and sets SafeSearch to a value of Strict.

### Example 3: Enable metered web search
```
PS C:\> Set-WindowsSearchSetting -EnableMeteredWebResultsSetting $True
```

This command enables Windows Search to display web results and suggestions while using metered connections.

## PARAMETERS

### -EnableMeteredWebResultsSetting
Expand Down
47 changes: 36 additions & 11 deletions docset/winserver2022-ps/windowsupdate/Get-WindowsUpdateLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
description: Use this article to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: WindowsUpdateLog.psm1-help.xml
Module Name: WindowsUpdate
ms.date: 12/20/2016
ms.date: 10/31/2023
online version: https://learn.microsoft.com/powershell/module/windowsupdate/get-windowsupdatelog?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-WindowsUpdateLog
Expand All @@ -16,21 +16,28 @@ Merges Windows Update `.etl` files into a single log file.

## SYNTAX

### ParameterSetDefault
```
Get-WindowsUpdateLog [[-ETLPath] <String[]>] [[-LogPath] <String>]
[-ProcessingType <String>] [-ForceFlush] [-WhatIf] [-Confirm] [<CommonParameters>]
```


### ParameterSetIncludeAllLogs
```
Get-WindowsUpdateLog [-IncludeAllLogs] [<CommonParameters>]
```

## DESCRIPTION

The `Get-WindowsUpdateLog` cmdlet merges and converts Windows Update `.etl` files into a single
readable `WindowsUpdate.log` file. Windows Update Agent uses Event Tracing for Windows (ETW) to
generate diagnostic logs. Windows Update no longer directly produces a `WindowsUpdate.log` file.
Instead, it produces `.etl` files that are not immediately readable as written.
Instead, it produces `.etl` files that aren't immediately readable as written.

For Windows 10 versions prior to 1709 (OS Build 16299), this cmdlet requires access to a Microsoft
symbol server, and log decoding must be run from a Windows 10 version earlier than 1709. Logs from
Windows 10, version 1709 onward do not require a Microsoft symbol server, and need to be decoded
Windows 10, version 1709 onward don't require a Microsoft symbol server, and need to be decoded
from Windows 10, versions 1709 or higher.

## EXAMPLES
Expand Down Expand Up @@ -90,7 +97,7 @@ Prompts you for confirmation before running the cmdlet.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Parameter Sets: Default
Aliases: cf

Required: False
Expand All @@ -112,7 +119,7 @@ The acceptable values for this parameter are:

```yaml
Type: String[]
Parameter Sets: (All)
Parameter Sets: Default
Aliases: PsPath
Required: False
Expand All @@ -131,7 +138,7 @@ PowerShell with administrative credentials by using the Run as administrator com

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Parameter Sets: Default
Aliases:
Required: False
Expand All @@ -141,14 +148,32 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeAllLogs

Decodes all update-related logs: Windows Update, Update Session Orchestrator (USO), and the update user interface (UX). This parameter is mutually exclusive of all other parameters of this cmdlet. Specifying this parameter uses defaults for all other parameters. This parameter causes a folder to be created on the desktop and readable WindowsUpdate.log, USO.log, and UX.log files are written to it.


```yaml
Type: SwitchParameter
Parameter Sets: IncludeAllLogs
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```


### -LogPath

Specifies the full path to which `Get-WindowsUpdateLog` writes `WindowsUpdate.log`.
The default value is `WindowsUpdate.log` in the Desktop folder of the current user.

```yaml
Type: String
Parameter Sets: (All)
Parameter Sets: Default
Aliases:
Required: False
Expand All @@ -171,7 +196,7 @@ The temporary files are in `$env:TEMP\WindowsUpdateLog`.

```yaml
Type: String
Parameter Sets: (All)
Parameter Sets: Default
Aliases:
Accepted values: CSV, XML
Expand All @@ -185,11 +210,11 @@ Accept wildcard characters: False
### -WhatIf

Shows what would happen if the cmdlet runs.
The cmdlet is not run.
The cmdlet isn't run.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Parameter Sets: Default
Aliases: wi
Required: False
Expand Down

0 comments on commit 8e44d9b

Please sign in to comment.