oconnell-sean
oconnell-sean
# Group : Domain_One\GroupA # Members: # 1. Domain_One\GroupB # 2. Domain_Two\GroupC $GroupA = Get-ADGroup GroupA Get-ADGroup -ldapfilter “(memberOf=$(GroupA.DistinguishedName))” # I think this would only return group objects that are...
For Get-MsrcCvrfAffectedSoftware Why does the below return two KB's for remediation for ProductID 11923 $aaa = Get-MsrcCvrfDocument -ID 2023-Sep $bbb.Remediations | where-object {$_.productID -contains "11923"} **Description : @{Value=5030216} URL :...
is there any endpoints or api calls to pass in a kb number and get back list of CVEs it addresses?