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
The following command uses a hash table that improves the performance:
26
28
@@ -44,7 +46,8 @@ For more information, see the
44
46
45
47
To build efficient queries, use the `Get-WinEvent` cmdlet with the **FilterHashtable** parameter.
46
48
**FilterHashtable** accepts a hash table as a filter to get specific information from Windows event
47
-
logs. A hash table uses **key/value** pairs. For more information about hash tables, see [about_Hash_Tables](/powershell/module/microsoft.powershell.core/about/about_hash_tables).
49
+
logs. A hash table uses **key/value** pairs. For more information about hash tables, see
0 commit comments