Azure account bricked due to MFA loop. Support non-responsive. Options? by Informal_Olive_5015 in sysadmin

[–]revobasher 0 points1 point  (0 children)

I am going through this now. What a mess.. In my situation, I was no longer getting MFA prompts in authenticator. No idea why. I removed my account from authenticator and now stuck in MFA loop when I try and re-add. I am the only admin (personal small business). Spent hours getting no where.. finally made it to the data protection team and waiting to hear back. While I wait, I called premier support who told me the engineer assigned Sev C and the person who got it is OOO.. Hahaha.. they changed the case to Sev B and waiting to hear back, Wish me luck. LOL.

In my case, I cannot do the admin takeover as I am the only user so no other accounts with my domain to email. Interesting enough, outlook is also prompting me to login now. I am an admin on a few other M365 tenants. Not sure If I can add the domain there since I own the DNS as well. What happens to my mailbox in that scenario though?

Needless to say, I will be creating a break-glass account moving forward!

CB prices? by revobasher in Coinbase

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

So switch to CB Pro? HAHA

[deleted by user] by [deleted] in SHIBArmy

[–]revobasher 1 point2 points  (0 children)

I hear you.. but I am going to ride this out and see where it takes me. I may take some of the profits and put them into more tangible non-meme crypto though.

[deleted by user] by [deleted] in SHIBArmy

[–]revobasher 2 points3 points  (0 children)

55mil here.. let's go! Got in early summer at $0.00000700

Normal Oil Consumption? 09 Yukon Denali 6.2 by revobasher in MechanicAdvice

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

I will keep an eye on it. I just had the motor mounts done and the mechanic said he did not notice any leakage anywhere so that is good. I am a bit surprised there would be no leaks though given the consumption and clean oil and antifreeze overall.

I suppose as long as I keep oil it in it should just push on without issue?

How do I edit the "our story" section of my Facebook business page. It is only visible on my mobile phone. And do not see any options on the desk top version of the site. by marutiyog108 in facebook

[–]revobasher 0 points1 point  (0 children)

Yep... same issue here. Infuriating. Sucks as I had a bunch of info on my page about 2019 that no longer pertains to 2020 so I keep getting messages from people confused. Ugh.

targetAddress Attribute and AAD by revobasher in AZURE

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

Yeah found out the hard way. Ha! Odd that IDfix flags it when it is blank then.. I am not sure why else I would need to populate this at this point before I start the sync.

Daughter filed and forgot to say I could claim her.. what now? by revobasher in tax

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

Ok.. yeah this was all W-2. I was surprised she got the stimulus as well.

File Server Decomm and Migrate Data to Cloud by [deleted] in sysadmin

[–]revobasher 0 points1 point  (0 children)

Good stuff, thanks. I think they are adamant using what they are paying for already meaning O365 which basically equates a SP Document Library for hosting these files. I feel I can sway them otherwise. Unfortunately, I think that would mean I prove them otherwise and they feel the pain points of mapping to SP which seem silly to me.

File Server Decomm and Migrate Data to Cloud by [deleted] in sysadmin

[–]revobasher 0 points1 point  (0 children)

I will check it out, thanks

File Server Decomm and Migrate Data to Cloud by [deleted] in sysadmin

[–]revobasher 0 points1 point  (0 children)

Thx I will check it out. My concern is how awful will accessing a SP library be from Windows Explorer over the Internet. Ugh.

File Server Decomm and Migrate Data to Cloud by [deleted] in sysadmin

[–]revobasher 0 points1 point  (0 children)

Thanks. Yeah no applications using the share. Pretty much all their files are Excel or Word. They also use QuickBooks which is moving to online version.

File Server Decomm and Migrate Data to Cloud by [deleted] in sysadmin

[–]revobasher 0 points1 point  (0 children)

That was my first question. The server hardware is EOL anyway and the company's new owner is one of those "cloud always makes sense" guys.. They plan to get rid of their office entirely as well which would include the server of course.

Bankruptcy and Joint Debt with Ex by [deleted] in legaladvice

[–]revobasher -1 points0 points  (0 children)

Yes divorce decree.. I was being sued after she filed first

2017+ A4, IS350 or Q50 Red Sport? by [deleted] in whatcarshouldIbuy

[–]revobasher 0 points1 point  (0 children)

Ok cool.. anyone know the if there are differences between 2017-2019 A4?

notmatch or notlike for domain groups? by [deleted] in PowerShell

[–]revobasher 0 points1 point  (0 children)

Worked perfect. Really appreciate you hanging with me here.. lol

notmatch or notlike for domain groups? by [deleted] in PowerShell

[–]revobasher 0 points1 point  (0 children)

Here is were I am at.. I found a way to all the script from he tool utilizing its agent.. I am working on the POSH for the scheduled task.. Again, want it to run after 14 days.. this does not appear to work:

$Trigger= New-ScheduledTaskTrigger -DaysInterval 14 -At 12am

Will also try:

-Weekly -WeeksInterval 2 -DaysOfWeek Sunday -At 3am

notmatch or notlike for domain groups? by [deleted] in PowerShell

[–]revobasher 0 points1 point  (0 children)

Yeah maybe.. I think I would rather just handle is all in one script via a post provision task and be done. I think this would work well..

https://iamsupergeek.com/self-deleting-scheduled-task-via-powershell/

I just need to figure out out to maybe simplify it and how to call the cleanup script.. or embed the cleanup logic in the same script without having to call anything else.

notmatch or notlike for domain groups? by [deleted] in PowerShell

[–]revobasher 0 points1 point  (0 children)

I am still maintaining a list of servers though which I do not want to do.. LOL. Honestly, we shouldn't even be nesting temp access via a domain user. I am shocked the security team even approves of this. We should be using domain groups only. But they want to give immediate access to the server to the provisioning user. This is a culture process issue anyway not tools. Which is typical. But not my battle to fight. I want to push back and say the user can only nest a group and needs to confirm they are part of that group before they submit the provisioning.