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

Just presented the session “Understanding all security aspects of Azure Virtual Desktop” for the Cloud Summit 2021! Thank you all for attending, slide deck is available on GitHub. https://t.co/qGYmiHRcfi @CloudSummitLive #CloudSummit2021 #AVD

Just presented the session “Understanding all security aspects of Azure Virtual Desktop” for the Cloud Summit 2021! Thank you all for attending, slide deck is available on GitHub. https://t.co/qGYmiHRcfi @CloudSummitLive #CloudSummit2021 #AVD from fberson twit http://twitter.com/fberson/status/1440327936377192450

Who in your organization is ready for MFA and passwordless authentication? See how activity reports can simplify your Zero Trust journey. Watch our Essentials Series at this link. https://t.co/GzcGvTdLhZ #IDMGMT #security #cybersecurity https://t.co/N0VOyDpHrE

Who in your organization is ready for MFA and passwordless authentication? See how activity reports can simplify your Zero Trust journey. Watch our Essentials Series at this link. https://t.co/GzcGvTdLhZ #IDMGMT #security #cybersecurity https://t.co/N0VOyDpHrE from MSFTMechanics twit http://twitter.com/MSFTMechanics/status/1440305135029133319

Windows September 2021 Update: Workaround for some printing issues

Windows September 2021 Update: Workaround for some printing issues https://ift.tt/3hPNqSL [German]Zum Patchday am 14. September 2021 hat Microsoft für die unterstützten Windows-Systeme Sicherheitsupdates freigegeben, die auch weitere PrintNightmare-Schwachstellen beseitigen sollen. Diese Updates verursachen aber Probleme, so dass Netzwerkdrucker nicht mehr angesteuert werden können. In einigen Fällen könnte ein einfacher Workaround helfen, ohne dass das Sicherheitsupdate […]

Step-by-Step Guide: How to sync Custom Active Directory Attributes to Azure AD?

Step-by-Step Guide: How to sync Custom Active Directory Attributes to Azure AD? https://ift.tt/3tYhh0f Last Updated on September 21, 2021 by Dishan M. Francis Active Directory schema accepts custom attributes. Based on business requirements some time organizations will have to introduce custom attributes to object classes. On most occasions, it is related to application integration requirements […]