InterpretedUserType | Possible Description |
---|---|
AADConnectDisabledOnlineActiveDirectoryDisabledUser | |
AADConnectDisabledOnlineActiveDirectoryDisabledUserPendingDeletionFromAD | |
AADConnectDisabledOnlineSfBUserWithTeamsLicensePendingDeletionFromAD | |
AADConnectDisabledOnlineTeamsUserPendingDeletionFromAD | |
AADConnectDisabledOnlineTeamsUser | |
AADConnectDisabledOnlineUserNotLicensedForServicePendingDeletionFromAD |
# THIS FILE IS NO LONGER BEING MAINTAINED. FOR A MAINTAINED VERSION, PLEASE USE THE VERSION IN THE NEW REPOSITORY. | |
# Repository: https://github.com/hkamran80/blocklists | |
# New link for this file: https://raw.githubusercontent.com/hkamran80/blocklists/main/smart-tv | |
# ------ | |
# This is a blocklist to block Smart TVs sending data home. | |
# Please help to collect domains! | |
# It could be that the TV does not receive any more updates or other services no longer work. Please report such an incident. |
This file is intended to explain the details of how a specific regular expression works. This particular regular expression is used to match a HEX value. The description below will detail each component of the regular expression and how it works.
We will be evaluating the following regular expressions used to match HEX values:
/^#?([a-f0-9]{6}|[a-f0-9]{3})$/
Updated 2023-12-11: Hosts calculation updated to support CIDR or 31 and 32.
Prerequisites:
- A1 contains an IP address, such as 10.0.0.2
- B1 contains the number of bits in the netmask (CIDR) such as 24
The below formulas then go into C1, D1 etc. to perform the various calculations. Some calculations depends on other calculations.
function Select-CapturedString { | |
<# | |
.Synopsis | |
Collect named capture groups from regular expression matches | |
.Description | |
Takes string data and a regular expression containing named captures, | |
and outputs all of the resulting captures in one (or more) hashtable(s) | |
.Example | |
netstat | Select-CapturedString "(?<Protocol>\w{3})\s+(?<LocalIP>(\d{1,3}\.){3}\d{1,3}):(?<LocalPort>\d+)\s+(?<ForeignIP>.*):(?<ForeignPort>\d+)\s+(?<State>\w+)?" |
Windows 2012 R2 Essentials: http://download.microsoft.com/download/8/F/7/8F7024D2-AB2A-4BE2-8406-1E3AC49C5C1F/9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US_DV5.ISO
Windows 2016: https://software-download.microsoft.com/download/pr/Windows_Server_2016_Datacenter_EVAL_en-us_14393_refresh.ISO
Windows 2019 Essentials: https://software-download.microsoft.com/download/pr/17763.737.190906-2324.rs5_release_svc_refresh_SERVERESSENTIALS_OEM_x64FRE_en-us_1.iso