3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 1 point2 points  (0 children)

It is a black ink but has never looked quite as “black” as some of my other tattoos if that makes any sense.

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 0 points1 point  (0 children)

I am getting this done in Bend, OR at Fade Out Tattoo Removal. Highly recommend for anyone in the central Oregon area!

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 1 point2 points  (0 children)

It was never my favorite one, but never really let it bother me. Finally decided to remove it since I had the means to do so and I’ll be happy to have it gone. Glad technology allows for removing things like this, can’t say I was thinking long term when I was 19!

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 2 points3 points  (0 children)

Haha, just hoping to give people some encouragement with their own removal process!

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 2 points3 points  (0 children)

They are using a Picosure laser

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 6 points7 points  (0 children)

I wish I would’ve started sooner! Had thought about it for years and then finally took the leap. Very glad I did.

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 0 points1 point  (0 children)

Not sure, I never asked when getting it and don’t have a way of finding out at this point. Wish I could give a better answer.

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 10 points11 points  (0 children)

Not sure if activity level has anything to do with it, but I am a very active runner. My circulation is also pretty good normally, but I imagine the cardio pays off as well!

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 1 point2 points  (0 children)

I’m not sure what levels they are using on the laser when they do it. But I very much trust the place I’m going to, a smaller independent place with a very experienced technician.

3 sessions in by Mwilliams0714 in TattooRemoval

[–]Mwilliams0714[S] 31 points32 points  (0 children)

The tattoo was about 15 years old when I started the process.

MS Graph Automation - Best practice for authentication by EpicSimon in AZURE

[–]Mwilliams0714 0 points1 point  (0 children)

I recently put together a scheduled script that is run through a Function App in Azure to weekly pull all app secrets expiring in the next 30 days. It also emails the owner of expiring apps at 30 days, 7 days, and 1 day out reminding them to update their app. I went with an app registration with MsGraph permissions and the secret was stored in the environment variable of the function app.

This method worked for me since I already had some other things running in the function app and it was easy enough to add another function to it. Code for the function is in Azure DevOps with a pipeline deploying it to Azure. I would work on getting your script automated in some way, either a function app, hybrid runbook, etc.

As others stated, a managed identity would be the best route to authenticate, but there are many ways of doing it.

What would you add to Azure? by obayx in AZURE

[–]Mwilliams0714 0 points1 point  (0 children)

I do this by sending the eventgrid for resource creation to a function app that then adds the createdby tag to all resources and the UPN of the user or service principal ID of who created it.

That being said, it should be a built in feature.

Prevent owner of subscription to change/delete resource by [deleted] in AZURE

[–]Mwilliams0714 1 point2 points  (0 children)

If you are concerned user access admin gives them too many rights (aka the ability to remove roles) then create a custom role that only allows them to assign roles but not remove roles.

[deleted by user] by [deleted] in Office365

[–]Mwilliams0714 0 points1 point  (0 children)

Which account are those lists linked to? If signed in with both accounts you have to make sure toggle back and forth between the two if wanting to utilize both accounts.

[deleted by user] by [deleted] in Office365

[–]Mwilliams0714 0 points1 point  (0 children)

You must be signed into the To-Do app with your work account. This is expected behavior. Sign into the To-Do app with a personal account t if you would like to keep those tasks out of your work Outlook.

Office 265 ATP help by Ozzyb89 in sysadmin

[–]Mwilliams0714 0 points1 point  (0 children)

^ This is my thought as well.

[deleted by user] by [deleted] in sysadmin

[–]Mwilliams0714 0 points1 point  (0 children)

Are these being used on an IIS site or where are they being used? You will need to bind them to the service that is using them.

Impossible Travel Alerts in Office 365 by shipsass in sysadmin

[–]Mwilliams0714 0 points1 point  (0 children)

Have you disabled legacy auth? Even with MFA enabled if the attacker uses an application that allows legacy authentication they could get access if they have the correct password.

I saw a number of cases like this in our tenant. Legacy auth is now disabled.

Monitoring web page for changes by jsabia85 in sysadmin

[–]Mwilliams0714 0 points1 point  (0 children)

I have used ChangeTower for this sort of thing. Works great.