You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These commands create a certificate for Azure MFA, register the certificate in a tenant, and enable Azure MFA on an AD FS farm.
44
44
45
45
> [!NOTE]
46
-
> 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).
46
+
> Customers are encouraged to use the newer [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) module.
47
47
48
48
### Example 2: Determine which certificate Azure MFA is using
These commands create a certificate for Azure MFA, register the certificate in a tenant, and enable Azure MFA on an AD FS farm.
44
44
45
45
> [!NOTE]
46
-
> 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).
46
+
> Customers are encouraged to use the newer [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) module.
47
47
48
48
### Example 2: Determine which certificate Azure MFA is using
The command enables the use of search history and specific location of the user by specifying a value of PersonalizedAndLocation for the *SearchExperienceSetting* parameter.
44
+
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.
45
45
The command enables web results and sets SafeSearch to a value of Strict.
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.
154
+
155
+
156
+
```yaml
157
+
Type: SwitchParameter
158
+
Parameter Sets: IncludeAllLogs
159
+
Aliases:
160
+
161
+
Required: False
162
+
Position: Named
163
+
Default value: None
164
+
Accept pipeline input: False
165
+
Accept wildcard characters: False
166
+
```
167
+
168
+
144
169
### -LogPath
145
170
146
171
Specifies the full path to which `Get-WindowsUpdateLog` writes `WindowsUpdate.log`.
147
172
The default value is `WindowsUpdate.log` in the Desktop folder of the current user.
148
173
149
174
```yaml
150
175
Type: String
151
-
Parameter Sets: (All)
176
+
Parameter Sets: Default
152
177
Aliases:
153
178
154
179
Required: False
@@ -171,7 +196,7 @@ The temporary files are in `$env:TEMP\WindowsUpdateLog`.
0 commit comments