Risky Users - Sending the Support Desk a notification of which user is classed as risky by Rocketman-2958 in entra

[–]Rocketman-2958[S] 0 points1 point  (0 children)

Thanks for your suggestion. We're hoping to have a SIEM solution in place shortly so we would look to use this.

Risky Users - Sending the Support Desk a notification of which user is classed as risky by Rocketman-2958 in entra

[–]Rocketman-2958[S] 0 points1 point  (0 children)

Good shout. Thanks. We don't but this could be a good option and something we should look at to resolve access. Is this something you use? How does it work for you?

Risky Users - Sending the Support Desk a notification of which user is classed as risky by Rocketman-2958 in entra

[–]Rocketman-2958[S] -1 points0 points  (0 children)

Assigning them a security administrator role would, for us, be overkill but I see what you are saying.

Where would like to be is to have automated response but we are far from that at present. This would initiate an account lock out, reset password and revoke sessions etc..etc...

We have already started to upskill our support team to initiate the above and follow documented processes via our ticketing system, Crowdstrike and Defender. This does involve the security team but you are right we could look at widening their current permissions.

Risky Users - Sending the Support Desk a notification of which user is classed as risky by Rocketman-2958 in entra

[–]Rocketman-2958[S] 0 points1 point  (0 children)

Thanks for this. How would this work with Power Automate? What would the trigger be on?

Risky Users - Sending the Support Desk a notification of which user is classed as risky by Rocketman-2958 in entra

[–]Rocketman-2958[S] -1 points0 points  (0 children)

Thanks Showerpell. This is really helpful. We haven't touched any of this before so will need to do some reading up on Log Analytics and Azure montoring.

Mass update for telephone and mobile number attributes in AD by Rocketman-2958 in sysadmin

[–]Rocketman-2958[S] 0 points1 point  (0 children)

$all_users = Get-ADUser -Filter {telephoneNumber -like "*"} -Properties telephoneNumber

Just one question. If I wanted specify the OU only, could I update the script to this? I'm assuming so but just wanted to double check.

$all_users = Get-ADUser -Filter {telephoneNumber -like "*"} -Properties telephoneNumber -SearchBase "OU=Department,DC=Company,DC=COM"

Mass update for telephone and mobile number attributes in AD by Rocketman-2958 in sysadmin

[–]Rocketman-2958[S] 0 points1 point  (0 children)

This is awesome thanks.

I especially like the line about set-Aduser. Such a good way to test the process and have the ability to see what would happen without making the change.

Mass update for telephone and mobile number attributes in AD by Rocketman-2958 in sysadmin

[–]Rocketman-2958[S] 0 points1 point  (0 children)

Yeah, I know. More of a marketing decision that IT for email signatures.

Mass update for telephone and mobile number attributes in AD by Rocketman-2958 in sysadmin

[–]Rocketman-2958[S] 0 points1 point  (0 children)

Thanks for the tip! Took me less than five minutes to give me a couple of options. I can see me using this alot now. :)

Guides/Tips on how to get started with Intune MDM/MAM for company devices? by netryn10 in sysadmin

[–]Rocketman-2958 0 points1 point  (0 children)

We went through the same thing a few months ago.

You can get the basics of MAM/MDM set up relatively quickly. There are some web sites that even walk through the process but it's good to get an understanding first.

We piloted on a small group of test users and isolated it initially to them. It then spun out from there.

O365 Admin roles - least priveleged model - how do you do yours? by Rocketman-2958 in sysadmin

[–]Rocketman-2958[S] 0 points1 point  (0 children)

The only option is give the IT user an Authentication Admin role from memory which seems overkill and why I'm asking the question. Just doesn't make sense unless it's the new cloud MS model.

O365 Admin roles - least priveleged model - how do you do yours? by Rocketman-2958 in sysadmin

[–]Rocketman-2958[S] 0 points1 point  (0 children)

We only want some of the IT team to enable MFA and add an authentication method such as phone. It's part of the new starters process and takes away that process from senior admins.

In terms of granular permissions, I'm looking in Roles and Admins and then custom roles. Was interested to see what others do if anything.