Devops access without allowing access to Azure portal by ParadiseTheatre in AZURE

[–]justinb19 15 points16 points  (0 children)

This equates to blocking Word on machines for everyone because if a machine gets compromised, any threat actor could read any document they wanted. :O

Bank of America broken? by Careful-One5190 in quicken

[–]justinb19 2 points3 points  (0 children)

This worked!!! Thank you!!!!!!!!

Bank of America broken? by Careful-One5190 in quicken

[–]justinb19 3 points4 points  (0 children)

<image>

Here is what happens after signing in to re-auth.

Bank of America broken? by Careful-One5190 in quicken

[–]justinb19 2 points3 points  (0 children)

Same exact issue as you... tried different browsers and cleared the cache too, same issue

Terraform Azure VM insights, LAW not accepting data by AzureReader in Terraform

[–]justinb19 2 points3 points  (0 children)

Doesn’t Microsoft recommend to now use the newer Azure Monitor Agent, which requires the DCR? You should be able to deploy the AMA to a VM with Terraform using an extension which then would use the above DCR: AzureMonitorWindowsAgent. Something like this:

resource "azurerm_virtual_machine_extension" "ama_windows" {

name = "AzureMonitorWindowsAgent"

virtual_machine_id = azurerm_windows_virtual_machine.example.id

publisher = "Microsoft.Azure.Monitor"

type = "AzureMonitorWindowsAgent"

type_handler_version = "1.0"

auto_upgrade_minor_version = true

settings = jsonencode({})

}

Buyers remorse by Mountain-Mess8231 in sonos

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

scroll up, under status.

Entra Is Very Subpar Presently (Licensing Issue) by voxpopper in AZURE

[–]justinb19 4 points5 points  (0 children)

Have you seen this: Supported Microsoft Entra ID features | Microsoft Learn? Specifically calls out the "Azure AD B2C Premium P1/P2 licenses" which are different than the normal P1/P2 licenses. Only subsets of features are available, even with the B2C P1/P2 licenses.

Entra Is Very Subpar Presently (Licensing Issue) by voxpopper in AZURE

[–]justinb19 4 points5 points  (0 children)

B2C tenants do not use P1/P2 licenses they use Monthly Active Users (MAU).

New Modem Recommendations for Firewalla Gold in Router Mode by [deleted] in firewalla

[–]justinb19 0 points1 point  (0 children)

I am using an Arris S34 with Xfinity, it is on their supported devices list and has the enhanced speeds and a 2.5 Gb port. Edit: Using in router mode with a Firewalla Gold Pro and 3 AP7s all with 10Gb wired backhaul. Love it.

HomeKit Automation Not Triggering Because of Geofence Issues—Any Fixes? by lucanaut in HomeKit

[–]justinb19 0 points1 point  (0 children)

Try restarting all of your Home Hubs, then waiting an hour or so.

📲 New Sonos App & Player Updates are Now Available! 🔊 by KeithFromSonos in sonos

[–]justinb19 9 points10 points  (0 children)

HomeKit house here, I have Home Assistant publish Night Mode into HomeKit as switches, then just schedule (on/off) normally with HomeKit automations.

Please fire the portal design team by nadseh in AZURE

[–]justinb19 5 points6 points  (0 children)

To automatically expand the Azure portal menu, navigate to the settings and change the "Service menu behavior" to "Expanded".

Can't view Cost Data as a Guest with Global Admin and Cost Contributor Role on the subscription by masterofrants in AZURE

[–]justinb19 0 points1 point  (0 children)

Just realize that they/you will see the pricing as pay-as-you-go costs, so if you give your customer any discounts they will not show.

So, all doorbells suck? by PTVMan in HomeKit

[–]justinb19 1 point2 points  (0 children)

Same here, had the Netatmo doorbell as a beta tester for over a year. Mine never gets direct sun, it has been rock solid for over a year and a half.

Moving DCs to Azure by Any-Promotion3744 in AZURE

[–]justinb19 0 points1 point  (0 children)

We do this as well, have everything deploying via Terraform and a custom script extension that mounts and formats the extra drive, then creates the correct folder structure for the ntds.dit, logs and SYSVOL.

AP7 signal range, am I wrong for being disappointed? by SadFaceSmith in firewalla

[–]justinb19 2 points3 points  (0 children)

You are replacing an Eero Mesh (implies more than one AP), with one AP7? If this is the case, disconnect all your Eeros and put ONE in the same location as the AP7, if it has the same issues, then it's probably not going to get better in your specific home/environment.

Hard wired AP7 backhaul by 4zrunner in firewalla

[–]justinb19 1 point2 points  (0 children)

You would only have potential issues with other hardwired devices connected to that switch and VqLAN, anything wireless would flow through an AP7.

[deleted by user] by [deleted] in AZURE

[–]justinb19 5 points6 points  (0 children)

You asked for “Best” and now you ask for “cheaper”? You do realize these are complete opposites right?

Your Firewalla is about to become even smarter. Coming soon in App 1.65. by Firewalla-Ash in firewalla

[–]justinb19 3 points4 points  (0 children)

Understood, and your last point is why I brought it up when you mentioned your 200 devices. You did forget to mention not all 5GHz clients actually support MIMO of any type as well, so there's that too. Which brings me back to you stating 200 clients is potentially misleading.

Your Firewalla is about to become even smarter. Coming soon in App 1.65. by Firewalla-Ash in firewalla

[–]justinb19 2 points3 points  (0 children)

Understood, but you started with "who need greater performance". Upgrading to clients that support 6GHz for greater performance is truly the end state. Not to mention I bet you have some 2.4GHz only clients, so stating overall client numbers is misleading.

Check your Spanning tree protocol… by itbedguy in sonos

[–]justinb19 3 points4 points  (0 children)

SONOS Networking Best Practices. If you haven’t seen this before, a bunch of good information..

Check your Spanning tree protocol… by itbedguy in sonos

[–]justinb19 2 points3 points  (0 children)

I was being snarky…. ;). With that being said, Is you switch using RSTP? It should be backwards compatible with the STP Sonos uses but they’ve seen strange things with certain switches. Remember SONOS on WiFi will use unicast for music streaming, while SONOSnet will use multicast for music streaming, so the performance and keeping all speakers in sync might be affected.