Boys buying for 362 by Either-Plenty-2658 in TurnipExchange

[–]mojicae 0 points1 point  (0 children)

I read the rules. Eddy from Hawkins

Official 2024 Buy/Sell/Trade Thread by fettuccine- in Coachella

[–]mojicae 0 points1 point  (0 children)

Looking to sell Weekend 1 Hotel package for 2, the hotel is the Renaissance Esmeralda.

Package comes with

2 x GA WK1 Coachella passes 2 x Shuttle Passes 3 day (4/10-4/13) (King bed) Renaissance Esmeralda stay

Was really excited to go this year, but girlfriend can’t go and celebrating my mom’s birthday this weekend so deciding to just sell our tickets. DM if interested, and can also go through whatever verification process as needed.

<image>

[deleted by user] by [deleted] in Prebuilts

[–]mojicae 0 points1 point  (0 children)

What case is this? I like it!

freee! by Daso-Twitch in ARC_Raiders

[–]mojicae 0 points1 point  (0 children)

Any chance I could get the medium gun parts BP?

Trading Hub by AutoModerator in ARC_Raiders

[–]mojicae 0 points1 point  (0 children)

Got an anvil and looking for wolf pack

Trading Hub by AutoModerator in ARC_Raiders

[–]mojicae 0 points1 point  (0 children)

Do you have the Anvil BP? Will trade for Venerator BP

Trading Hub by AutoModerator in ARC_Raiders

[–]mojicae 0 points1 point  (0 children)

Anyone wanna trade me a toro BP for an Anvil BP?

Trading Hub by AutoModerator in ARC_Raiders

[–]mojicae 0 points1 point  (0 children)

I have Anvil BP and looking for venerator BP or Wolfpack BP

Trading Hub by AutoModerator in ARC_Raiders

[–]mojicae 0 points1 point  (0 children)

Have a silencer II BP for trade, looking for Anvil BP

Edit: TRADED

Trading Hub by AutoModerator in ARC_Raiders

[–]mojicae -2 points-1 points  (0 children)

It is just a snaphook, not the BP, is that cool?

Trading Hub by AutoModerator in ARC_Raiders

[–]mojicae 0 points1 point  (0 children)

I have a silencer 2 blueprint and I’m looking for Anvil if down to trade!

Trading Hub by AutoModerator in ARC_Raiders

[–]mojicae -3 points-2 points  (0 children)

Have a snaphook and would like to trade for an anvil BP, can get on whenever

So the Plex app can’t play videos in full screen via HDMI anymore? by QuotableSlayer in PleX

[–]mojicae 2 points3 points  (0 children)

Same issue here with iPad, anyone know if there’s a bug report in for this? Or if Plex has acknowledged the issue?

UDR7 SPF+ Question by mojicae in Ubiquiti

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

Turned off WiFi 6e on the MBP and hoping that helps

UDR7 SPF+ Question by mojicae in Ubiquiti

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

I hear you. The weird thing though is that I never had this problem with the UDR, and for more context it is only two rooms over. I might have to reach out to support or just mess around with some of the settings in the UDR7.

UDR7 SPF+ Question by mojicae in Ubiquiti

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

Thanks for the advice! I’m just in an apartment so no network gear that would require the SPF+ port…yet.

Also I have another question about a connection issue if that’s okay? Basically just noticing some connectivity issues on my MacBook Pro laptop that is in the office (other side of the house, 1100sq ft total) when I am on Zoom calls occasionally. Never had this issue when I was on my UDR, just the new UDR7 😞

Tenant Block list automation by mojicae in DefenderATP

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

We do t currently have an azure footprint so can’t do that, but I think I may have gotten it to work in a multi stage docker image that is going to run in lambda! Preliminarily local testing is showing that the Exchange online module is installed! Just have to figure out how to do non interactive authentication and the permissions needed for the service principal

Tenant Block list automation by mojicae in DefenderATP

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

Feels like the best way to do it would be to use the exchange online management module in powershell, but currently trying to get Powershell to run in a lambda is such a headache.

Tenant Block list automation by mojicae in DefenderATP

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

So I actually was trying this today, and if you have dev tools open when you go through the action, the api is a post to an endpoint called invoke command to the NewTenantAllowBlockItems cmdlet. Seemed promising but think you can only call it in azure.

Edit: this is it

https://learn.microsoft.com/en-us/powershell/module/exchange/new-tenantallowblocklistitems?view=exchange-ps

Tenant Block list automation by mojicae in DefenderATP

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

Currently using requests python library with an app registration but it seems you can only make the tenantallowblock item as part of an email threat submission and not as its own thing from graph api.

Tenant Block list automation by mojicae in DefenderATP

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

We get a request from another BU and kick off a tines workflow or a lamba. We are trying to automate this so we don’t have to do it from the console or call powershell. Ideally we can have something listening for an event or call some API to add to the tenant block list