[NEW Post] 📌Using Connect-MgGraph Cmdlet to Automate Microsoft 365 via Microsoft Graph PowerShell - www.anoopcnair.com/connect-mggr...
#MicrosoftGraph #Microsoft365 #GraphPowerShell #ConnectMgGraph #PowerShell #HTMDCommunity
[NEW Post] 📌Using Connect-MgGraph Cmdlet to Automate Microsoft 365 via Microsoft Graph PowerShell - www.anoopcnair.com/connect-mggr...
#MicrosoftGraph #Microsoft365 #GraphPowerShell #ConnectMgGraph #PowerShell #HTMDCommunity
From: @merill
https://infosec.exchange/@merill/114195402205759311
From: @merill
https://infosec.exchange/@merill/114195402205759311
I was able to figure out how to limit the SMS Authentication method to a group, so the below script can now create a group, add existing SMS users to it, then limit future enrollment/use to that group only 😎
https://t.co/Lz4Q6viHWN https://t.co/nLTro6px2a
I was able to figure out how to limit the SMS Authentication method to a group, so the below script can now create a group, add existing SMS users to it, then limit future enrollment/use to that group only 😎
https://t.co/Lz4Q6viHWN https://t.co/nLTro6px2a
Get-MgApplication | Where-Object { $_.PasswordCredentials.keyId -ne $null -and $_.PasswordCredentials.EndDateTime -lt (Get-Date).AddDays(30) } | ForEach-Object { $_.DisplayName,$_.Id,$_.PasswordCredentials } | Format-List https://t.co/oKfK...
Get-MgApplication | Where-Object { $_.PasswordCredentials.keyId -ne $null -and $_.PasswordCredentials.EndDateTime -lt (Get-Date).AddDays(30) } | ForEach-Object { $_.DisplayName,$_.Id,$_.PasswordCredentials } | Format-List https://t.co/oKfK...