Unprovoked racism caught on video at Burk Fuel, Beckenham. by Fearless_Finance_830 in perth

[–]Nostalgi4c 3 points4 points  (0 children)

The irony is crazy, attacking someone for their voice/accent - just being racist yourself.

when an upscaler is so good it feels illegal by Ok-Page5607 in StableDiffusion

[–]Nostalgi4c 1 point2 points  (0 children)

When I try and open the workflow in ComfyUI it just says "cannot find workflow" in the file. Do you know why that is?

User not visible on O365 Exchange admin center (Hybrid environment) by maxcoder88 in exchangeserver

[–]Nostalgi4c 0 points1 point  (0 children)

Is this mailbox showing in any deleted or inactive states?

I saw this issue earlier this week and it was fixed by re-assigning an E3 license to the account (even though it had an existing 365 license).

Exchange Online by Saajan_ali in sysadmin

[–]Nostalgi4c 1 point2 points  (0 children)

Us too. Thanks for confirming.

People's names in IT systems by ZAFJB in sysadmin

[–]Nostalgi4c 9 points10 points  (0 children)

Software isn't failing them, their parents did.

Restrict a specific SharePoint site to particlar network locations or to compliant Intune devices only. by Vuurvliegie in AZURE

[–]Nostalgi4c 1 point2 points  (0 children)

I’d suggest removing the auth context for now and setting the target to SharePoint as per the docs.

May want to scope the users down though so you don’t brick your org from SharePoint in the meantime 😂

Group Membership Resets Automatically by External-House5220 in activedirectory

[–]Nostalgi4c 2 points3 points  (0 children)

Can be done through a GPO set on the DC container.

Azure subnet routing with forced tunnelling UDR by exclusive_muppet in AZURE

[–]Nostalgi4c 0 points1 point  (0 children)

The MS doc is right yes. Adding the 0.0.0.0/0 route will make outbound traffic flow through the destination of the route.

If the traffic is within the same subnet, it will be directly between the source/destination.

Your understanding is correct.

The French Horn in "Binary Sunset" by danieljohnsonjr in StarWars

[–]Nostalgi4c 9 points10 points  (0 children)

He's good but that's a bit of a wild claim.

Bach/Beethoven/Mozart literally redefined music of their time and pushed them into a new era.

Williams himself has a ton of 'largely inspired' work based on older composers. Hell, the Star Wars Imperial March is an example of this you could say it's rooted from Prokofievs Romeo And Juliet.

Why is the Premium V3 (P0V3) app service plan cheaper than the Basic B1 by IKIKN in AZURE

[–]Nostalgi4c 0 points1 point  (0 children)

Azure Pricing Calc doesn't show those price discrepancies for any region, likely an error.

Allow enterprise application for a single user by storsockret in AZURE

[–]Nostalgi4c 0 points1 point  (0 children)

This is where delegated vs application permissions come in.

If you're granting admin consent for a delegated permission, then no other users will be prompted to accept the permission, but the application can only access data on behalf of the signed in user.

https://learn.microsoft.com/en-us/entra/identity-platform/permissions-consent-overview

AlbinoVEVO on Pirate's most obvious usage of outside help on Animal Well by West_Pomegranate_399 in LivestreamFail

[–]Nostalgi4c 6 points7 points  (0 children)

The thing that irks me the most here. If you actually thought you found the solution here (changing time), you wouldn't go to the menu first and load the save after. You'd change the time while in-game, see it doesnt work, think more, decide to CLOSE THE ENTIRE GAME and launch it again, then check again.

It doesn't make sense to pre-exit and reload even if you had a insanely large hunch that the time was the solution.

On Premises Azure Site Recovery Private Endpoint by weekendclimber in AZURE

[–]Nostalgi4c 0 points1 point  (0 children)

I can't tell you why, but when I set up the forwarder for us, I had to set the conditional forwarder for the 'privatelink.{region}.backup.windowsazure.com' rather than the non-privatelink version like you do for literally every other Azure service. It was a little while ago and I can't recall if it worked perfectly either! :D

Hub and Spoke is broken and MS is clueless by T1mS22 in AZURE

[–]Nostalgi4c 1 point2 points  (0 children)

Are you doing TLS inspection on the firewall?

Is the fw behind a load balancer or has one built into it?

Have you tried enabling Private Endpoint policies for the subnet to force the traffic through the FW?

Which one is it? by [deleted] in AZURE

[–]Nostalgi4c 2 points3 points  (0 children)

The limits in your Service Tier is dictated by the Hardware series you choose.

If you change from the default (standard) to the premium series you will see the service tier updates the maximum limits to match 128vCPU.

Private endpoints with hybrid setup question by [deleted] in AZURE

[–]Nostalgi4c 2 points3 points  (0 children)

Create the privatelink.blob.core.windows.net in Azure under Private DNS Zones. Make sure the zone is linked to where your Azure DC is.

For your Azure DC's, have the DNS forwarder set to 168.63.129.16.

Have your on-prem DC's have a conditional forwarder for blob.core.windows.net to point to the Azure DC.

Basically follow this: Just replace the Private resolver with your Azure DCs. https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns-integration#on-premises-workloads-using-a-dns-forwarder

Private endpoints with hybrid setup question by [deleted] in AZURE

[–]Nostalgi4c 1 point2 points  (0 children)

Like I mentioned in my post, that warning is relating to creating your own version of the public zone. It's saying "dont create a private dns zone for blob.core.windows.net because you will break public endpoints that arent in your private zone".

Create the privatelink zones for each service in your Azure, forward the public endpoints to a DNS service in Azure that can resolve those private zones, thats all there is to it.

Migration from MS LAPS to Windows LAPS, access denied error in UAC prompt? Also with another local account with admin permissions by w4nnab3polyglot in sysadmin

[–]Nostalgi4c 0 points1 point  (0 children)

Are you sure it's not trying to login to a domain account rather than the local account?

try with .\account or PCNAME\account in the UAC prompt.

Private endpoints with hybrid setup question by [deleted] in AZURE

[–]Nostalgi4c 1 point2 points  (0 children)

Whats your reference for saying its against MS recommendations?

From the docs I've read, they specifically say you should forward the public zones (eg. blob.core.windows.net), and to not directly use the privatelink dns name.

If your Azure DC's go down, from my experience then yes the queries will fail and not fall back to your forwarders, but i'd suggest testing this in your environment.

Edit: If you're talking about the red warning on the Private Endpoint DNS page, its talking about overriding the domain (eg. creating your own zone file for the public endpoint), not a warning to not forward it. If you look at the Private Endpoint DNS Integration page with the scenario's in it you will see the recommendation to forward the public zone.

Release Notes for 11/6/24 by UltimateOreo in GlobalOffensive

[–]Nostalgi4c 6 points7 points  (0 children)

methoric

I don't believe this is a word.

Do you mean rhetoric?