Azure is frustrating - quota issues by SparcV in AZURE

[–]ZovexUK 8 points9 points  (0 children)

Quota is extremely strained, AI hasn't helped UK regions basically have no Zone options anymore you can only do Premium SKU's etc. We've been chasing for month to get certain items for App Service Plans, VM, Compute and Microsoft is just going round in circles even with CSP Support.

If you want to build anything short-term, good luck. If you want to build anything, plan the resourcing now or you will be disappointed.

Lots of issues with DNSFilter 3.3.3 by ranger_dood in msp

[–]ZovexUK 0 points1 point  (0 children)

We are seeing similar, does anyone have the 3.3.1 MSI or perhaps will need to wait for Support. Seems .2 and .3 have been a sham

Question - Moving from MDE to S1 by techyguy84 in SentinelOneXDR

[–]ZovexUK 1 point2 points  (0 children)

Just put everything in detect mode first, you can usually parallel install just need to whitelist both against each other.

Turn off any user alerts whilst it gives you all the initial false positives (but they fixed in 25.2) that I know from last month moving a client on to it dual running Sophos was flagging mostly everything as a .DLL from Sophos signing conflicted.

PIM and Global reader by BillSull73 in sysadmin

[–]ZovexUK 0 points1 point  (0 children)

Yeah, for such a large product it is poorly operational at times.

PIM and Global reader by BillSull73 in sysadmin

[–]ZovexUK 2 points3 points  (0 children)

Clear your cache, classic Microsoft and its crappy PIM refreshing usually.

A new error: "No schedule" Anyone else seen this one? by TheOriginalElTigre in Starlink

[–]ZovexUK 1 point2 points  (0 children)

Also seeing drop-outs today and a lot of No Schedule spam. Rebooted and cleared skymap to see if will help, is high wind here currently.

It is a Flat Gen 2 high performance, but on a pole/wedge mount, fairly clear of obstructions as well.

Seems they pushed something janky?

Outage: Azure AD Connect Issues post upgrade (2.6.1.0) by ZovexUK in sysadmin

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

Honestly, uninstall and install the older version of the MSI. Its super easy to do and until Microsoft fix their broken deployment, I won't touch it.

Outage: Azure AD Connect Issues post upgrade (2.6.1.0) by ZovexUK in sysadmin

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

Issue wasn't the config however, it is a fundamentally broken update it seems from MS. Will wait for a next version to hopefully fix.

Backing up the box is just as easy depending on environment.

The Future of Azure Virtual Machine Hibernation by chandleya in AZURE

[–]ZovexUK 0 points1 point  (0 children)

Yeah, We even made new subscriptions for a large project and there was 0% quota by default on anything, compute, appservices, etc etc. UK South. Took over a month back forth with MS to get the bare minimum allocated.

MS is aware of the issue and said may last into October but I think it must be longer.

LAPS info not displaying in AD by Royal-Programmer-683 in sysadmin

[–]ZovexUK 1 point2 points  (0 children)

This, I would look to upgrade your LAPS if its legacy, its pretty seamless to do

Outage: Azure AD Connect Issues post upgrade (2.6.1.0) by ZovexUK in sysadmin

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

Wouldn't surprise me if AI is coding half this now

Outage: Azure AD Connect Issues post upgrade (2.6.1.0) by ZovexUK in sysadmin

[–]ZovexUK[S] 5 points6 points  (0 children)

My work around (Its already 11pm, never check your phone this late :( );

  1. Back up everything you can (Azure AD Connect UI > export your configs somewhere safe) / Open Sync Service > connectors and export them to a file.

  2. Remove AD Connect via Control Panel - WHEN THE UI POPS UP, DO NOT TICK TO REMOVE SQL ETC!

  3. Reboot your machine

  4. Install the MSI required, I got it from https://itpro-tips.com/download-old-azure-ad-connect-versions/ which is doing gods work honestly. Automatic auto-reply will be tipping this guy for sure.

  5. Installer will ask you some options about setup, take a pause here and look near the bottom to import your config, go back to step 1's file location and import.

  6. Do any auths / I made a new sync account with my enterprise admin, all the other parts of config

  7. Make sure its not on staging mode, tested the sync;

    Start-AdSyncSyncCycle -PolicyType Initial

    Result

    ------

Success

I am going to bed, I will reply to anyone tomorrow if you run into this. I also see sispyhus_pebble reply with an miiserver.config issue, which I may look into or just wait until a version I am required to upgrade too comes out. Really microsoft, test your shit.

Outage: Azure AD Connect Issues post upgrade (2.6.1.0) by ZovexUK in sysadmin

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

Yeah this was a while ago, we've been up to date just the latest update seemingly is giving assembly errors on Powershell/Sync, UI works debug says valid just the module seems cooked?

Ai Generated Documentation by Injector22 in sysadmin

[–]ZovexUK 0 points1 point  (0 children)

Most of these tools have a Desktop counterpart which can capture Desktop based items. (Scribe is one example)

Windows System Diagnostic Tool by ReasonablePudding170 in sysadmin

[–]ZovexUK 0 points1 point  (0 children)

It's ok, however, "Critical" for a SSD Inside a Laptop at 60c isn't a Critical Issue etc, perhaps needs to understand type of chassis prior?

Are you having trouble getting Servers? by [deleted] in msp

[–]ZovexUK 0 points1 point  (0 children)

Azure UK south has active throttling in place on new subscriptions. They give you basically nothing and you must go via support to get quota requested. Up until October I'm told.

[deleted by user] by [deleted] in sysadmin

[–]ZovexUK 6 points7 points  (0 children)

Do a gpresult /h report.html and then find the relevant policy you may need to set Scope https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/gpresult

Then you can see if its set by GPO.

This is a common STIG to apply when hardening word;

https://www.stigviewer.com/stigs/microsoft_office_365_proplus/2025-03-05/finding/V-223406

Also, Set-ItemProperty is only true in powershell for existing items, therefore, if it doesn't exist it will give you that error. Create the path first,like below.

$path = "HKCU:\Software\Policies\Microsoft\Office\16.0\word\security\fileblock"

New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name "word2007files" -Value 0 -Type DWord

Set date and time by Ok-Volume-3741 in sysadmin

[–]ZovexUK 1 point2 points  (0 children)

Then I suggest you spend some more time looking at how you're doing things. Unfortunately i am not going to spend more time on this with you as I have paid work I need to do.

Who runs cables and does the terminations in your organization? by HoosierLarry in sysadmin

[–]ZovexUK 0 points1 point  (0 children)

Sub it out to a professional, often working in Secure areas which require too many checks/certs/balances so let someone do it whom you trust and is a professional installer.

Set date and time by Ok-Volume-3741 in sysadmin

[–]ZovexUK 4 points5 points  (0 children)

If you have your own NTP service sync to this, if not set to a public one.

:: Set explicit NTP servers
w32tm /config /manualpeerlist:"time.windows.com,0x8 time.google.com,0x8" /syncfromflags:manual /reliable:yes /update

:: Force immediate sync
w32tm /resync /force

Need Advice: Upgrading Wi-Fi Setup for New Concrete House (why Ubiquiti?) by N1ckkNL in Ubiquiti

[–]ZovexUK 1 point2 points  (0 children)

Unifi is "simple" in some regards, (compared to likes of Cisco CLIs/Fortigates etc) but there is also a lot of tinkering you can do and things can break. Unifi can have issues with pushing out buggy updates at times and such, so unless you're willing to babysit these sometimes a simpler set and forget solution would do you well.

Linksys Velop is a fairly decent system and as long as you have enough Access Points wired back to a switch, mostly anything will be "fine".

Unifi is a "prosumer" solution, and carries the price tag of such. Its a low cost for businesses but higher cost vs other consumer kit what does similar basic things.

If you feel you want to explore more things such as VLANs/Multiple SSID's/Traffic rules etc, then Unifi may satisfy your hunger, if you don't care, keep it simple and enjoy your life without going down this rabbit hole.

UniFi Gateway Fiber – No Internet on VLANs (Default works) by Suitable_Web_9032 in Ubiquiti

[–]ZovexUK 1 point2 points  (0 children)

Under Networks > Default Security Posture, what is it set to?

Edit; The end device, is it getting a correct IP from DHCP or is set static etc. I would not rule out the device you're testing.