Windows PrintNightmare: Status, issues and workarounds (Sept. 22, 2021)

Windows PrintNightmare: Status, issues and workarounds (Sept. 22, 2021) https://ift.tt/3kvkwZX [German]Since the patchday of September 14, 2021, when further security updates to close the PrintNightmare vulnerabilities are delivered, there are massive problems with network printers in some environments. The background is that Microsoft implemented certain security measures in August and September 2021. This post reflects […]

Ever need some details on all vnets across all #azure subscriptions using the CLI? #devops # Create TXT files of the VNET names and CIDR ranges array=(sub1 sub2 sub3) for subs in “${array[@]}” do az account set -s “$subs” az network vnet list -o table >$subs.txt done

Ever need some details on all vnets across all #azure subscriptions using the CLI? #devops # Create TXT files of the VNET names and CIDR ranges array=(sub1 sub2 sub3) for subs in “${array[@]}” do az account set -s “$subs” az network vnet list -o table >$subs.txt done from deltadan twit http://twitter.com/deltadan/status/1440415128466300941