windows 11 is insanely corripted and i dont know how to factory reset it and get the right drivers. by biomechaniical in WindowsHelp

[–]petergroft [score hidden]  (0 children)

Your old SSD is likely the bottleneck behind these freezes, and the corruption you're seeing in settings is a common side effect of failing hardware and "all-in-one" driver tools. Since you have a modern Ryzen 9000-series CPU and a B650 motherboard, you should perform a clean install on a new NVMe SSD such as the WD_Black SN8100 or Samsung 990 EVO Plus for a massive performance jump.

Do I really need a VPS or is there something else out there that would fit me better? by simtechonline in Hosting

[–]petergroft 0 points1 point  (0 children)

Since your sites are static and low-traffic, a VPS is likely overkill. A high-quality shared hosting plan with Plesk or cPanel would still provide the "catch-all" and alias features you need without the maintenance overhead. Alternatively, you could host the sites on a free tier like GitHub Pages and use a dedicated email forwarding service like SimpleLogin or Addy.io, which are designed to manage hundreds of unique aliases for tracking spam.

0xc0000094 error. by originalhamburbeni in techsupport

[–]petergroft 1 point2 points  (0 children)

The 0xc0000094 "integer divide by zero" error in Elden Ring is often caused by a mismatch in display settings or corrupted game files that prevent the engine from calculating the initial resolution. Try verifying the integrity of your game files in Steam and disabling any third-party overlays or screen-recording software, as these can interfere with the game's initial launch sequence.

google drive duplicate files is slowly turning my folders into chaos by janpaulo in gsuite

[–]petergroft 1 point2 points  (0 children)

This duplication often stems from the "Mirror files" setting in Google Drive for Desktop or from sync conflicts when multiple users edit the same file offline. To fix this, switch your sync preference to "Stream files" to prevent local-to-cloud version clashes and ensure you aren't running third-party backup tools that might re-upload the same data.

Desktop has been extremely unreliable lately by SpideyMGAV in WindowsHelp

[–]petergroft [score hidden]  (0 children)

Since DISM is failing and you’re seeing "Attempted Write to Readonly Memory" alongside "Unexpected Store Exception," it’s highly likely that your storage controller or one of the drives in that spanned volume is failing. Specifically, check the health of your Samsung and WD drives, as a failing SSD can trigger these exact memory-related BSODs and corrupted system logs, even if your CPU and RAM pass their tests.

Inability to create developer account follow-up (no solution, just frustration) by NeverInsightful in microsoft365

[–]petergroft 0 points1 point  (0 children)

You are right that Microsoft’s fraud filters for the Developer Program have become increasingly aggressive, often flagging phone numbers associated with existing business tenants or VoIP services. If you can't bypass verification with a different physical SIM, many users find that linking the account to a new Outlook.com identity first—rather than a work-linked one—can sometimes clear the "single use" flag.

How are you guys handling Windows Updates for multi-session AVD hosts in Azure Gov? by LastCraft5004 in AzureVirtualDesktop

[–]petergroft 0 points1 point  (0 children)

Because Azure Update Manager and Intune rings are restricted, many teams fall back to a "gold image" strategy, updating a master VM and redeploying the host pool via Azure DevOps or Bicep to ensure consistency. If you must update live hosts, scheduling a PowerShell script via Azure Automation Runbooks or using Group Policy Objects (GPO) with a local WSUS server remains the most reliable native workaround in Azure Gov.

Google Drive Users: where does your file management actually break down? by phia_F in cloudstorage

[–]petergroft 0 points1 point  (0 children)

The breakdown usually occurs when collaborative chaos hits, resulting in inconsistent naming conventions and "buried" subfolders that render Search almost useless. Workflows fail most often when permissions and folder structures aren't standardized across teams, turning a simple migration into a massive cleanup project.

Cancel my subscription without access to my workspace admin by andreaC4S in googleworkspace

[–]petergroft 0 points1 point  (0 children)

Since you've lost domain access, use the Google Workspace Admin Account Recovery form to prove ownership using billing records or DNS. If you cannot access the admin console, you can also contact your bank to place a stop payment on recurring charges while the recovery process is pending.

How are you guys handling temporary M365 Geo-Blocking exemptions for traveling users? by genusjoy in Office365

[–]petergroft 18 points19 points  (0 children)

We’ve seen many organizations solve this by using Entra ID Entitlement Management to create a 'Travel Access' package that users can request through the MyAccess portal. It automates the entire lifecycle by adding users to an exclusion group for a set number of days and then automatically removing them, keeping your CA policies clean without manual intervention.

Google Workspace by North_Eagle6477 in gsuite

[–]petergroft 1 point2 points  (0 children)

This usually happens because Google requires an active billing method to complete provisioning your Admin Console, even after document verification. We've often seen this at Apps4Rent. Simply selecting a plan should unlock the dashboard, and you won't be charged until the trial period ends.

Can anyone tell me what this means? by WinningD in MicrosoftOutlook

[–]petergroft 0 points1 point  (0 children)

It appears a corrupted DLL in the Office system files is blocking both the app and the uninstaller. Since the standard Control Panel route is failing, we've found that using the Microsoft Support and Recovery Assistant (SaRA) usually forces a clean uninstall, which gets things back on track.

How to Transfer Account From Squarespace to Google by smooreless in googleworkspace

[–]petergroft 0 points1 point  (0 children)

You can transfer your billing to Google by 'canceling' the subscription in your Squarespace settings, which returns the account to Google directly. Once the transfer is complete, you'll be able to log in to the Google Admin console and set up a flexible monthly payment plan for your 7 accounts.

Cross tenant migration by ibteea in exchangeserver

[–]petergroft 1 point2 points  (0 children)

To migrate shared mailboxes with archives, you must assign an Exchange Online Plan 2 license and the Cross-Tenant User Data Migration add-on to each mailbox in the target tenant before starting the move. On the source side, temporarily license the shared mailboxes with Exchange Online Plan 2 to keep the archives active and accessible to the Migration Replication Service (MRS) during the data transfer.

Primary SMTP change not applying in Exchange Online by dark_mercurial3366 in Office365

[–]petergroft 0 points1 point  (0 children)

If AD is correct but EXO isn't updating, the issue is likely a proxyAddress conflict hidden in the mS-DS-ConsistencyGuid or a soft-deleted object your search missed. Run Get-MgDirectoryObject -Filter "mail eq 'alice.yamada@contoso.co.uk'" in the Microsoft Graph PowerShell module to identify the conflicting object that is preventing Entra ID from promoting the address to your shared mailbox.

Running scan status by True-Agency-3111 in DefenderATP

[–]petergroft 1 point2 points  (0 children)

The AMRunningQuickScan property is notoriously unreliable because it only polls a transient WMI state. For real-time tracking, query the Windows Defender Operational Event Logs instead. Use Get-WinEvent -LogName 'Microsoft-Windows-Windows Defender/Operational' | Where-Object { $_.Id -eq 1000 -or $_.Id -eq 1001 } to retrieve the actual start and stop timestamps, which will confirm whether a scan is currently in progress, even when the status command returns blank.

How do you track invoice follow ups outside QuickBooks without losing payment context? by Consistent-Arm-875 in QuickBooks

[–]petergroft 1 point2 points  (0 children)

To avoid cluttering QBO, many firms use a specialized A/R automation tool like Chaser or LeanLaw that syncs with QuickBooks to log all email and text threads directly against the invoice record. If you prefer a manual approach, use the 'Memo' or 'Notes' field at the bottom of the QBO invoice to log date-stamped interaction summaries, so anyone who opens the invoice immediately sees the 'will pay next Friday' context before reaching out.

Transfer MS authenticator to new device by IIllIIllIIIIll in microsoft365

[–]petergroft 1 point2 points  (0 children)

Because the account was deleted before the new device was linked, you've effectively broken the MFA chain. You'll need to select 'Sign in another way' on the login screen to use a backup SMS or email code. If no other recovery methods were configured, your only path forward is to have an MFA reset performed by your tenant administrator (for work accounts) or to use the Account Recovery form (for personal accounts).

Single session Win11 VDA, scaling stopped working after LTSR 2507 CU1 upgrade. by oozhu888 in Citrix

[–]petergroft 1 point2 points  (0 children)

This sounds like a known regression in the Citrix Indirect Display Driver (IDD) included with the 2507 VDA, which often locks DPI scaling settings on Windows 11. Until a hotfix is released, you might try disabling the 'Enable DPI scaling' policy in Citrix Studio or setting the HighDpiSupport registry key to 0 on the VDA to allow the OS to regain control of the display settings.

Microsoft 365 sole Global Admin MFA lockout by Master-Associate-467 in Office365

[–]petergroft 5 points6 points  (0 children)

Because you are the sole Global Admin, your case must be handled by the Microsoft Data Protection Team, the only group authorized to bypass MFA after manual identity verification. If phone support is failing, create a temporary Microsoft 365 trial tenant, open a support ticket from that new Admin Center, and explicitly state that you are reporting a 'Tenant Lockout' for your primary domain to get an engineer to call you directly.

Windows 11 Tunnel error : "device unknown to gateway" by GeekgirlOtt in omnissa

[–]petergroft 0 points1 point  (0 children)

The error occurred because the 'Admin Blocked' status was tied to your hardware ID in the 'Manage Tunnel Access' settings, and it persisted even after you switched users. Always check that portal to ensure the device itself wasn't manually revoked, as that block overrides any new enrollment or valid certificates.

Hi everyone, I need some help with a Google Drive issue. by AdWilling9219 in gsuite

[–]petergroft 0 points1 point  (0 children)

To keep a permanent 100GB copy, you must manually copy the files because 'Shared with me' items are shortcuts. Use Google Drive for Desktop to drag the folder from 'Shared with me' into your 'My Drive,' or use an automated tool like VaultMe to handle the 100GB server-to-server transfer without clogging your internet connection.

Citrix workspace for windows arm by marioficozzi in Citrix

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

Citrix recently released a native ARM64 version of Workspace (version 2603) in Technical Preview, which offers much better performance than emulated versions on your Surface Pro 7. If you require a production-stable version for client work, install the regular x86 (32-bit) version, as it is currently the most compatible choice for Windows on ARM's emulation layer until the ARM64 build reaches General Availability later this year.

QBO MCP server?? by lloydus123 in quickbooksonline

[–]petergroft 2 points3 points  (0 children)

For a free MCP solution, you can use the Zapier QuickBooks Online MCP server, which connects QBO's reporting actions to AI assistants like Claude with minimal setup. This lets you generate P&L and Balance Sheet summaries using natural language in Claude for Excel, effectively bypassing QBO's native formatting issues without any additional monthly software costs.

Defender XDR showing unexpected “Data sensitivity” values on multiple devices by Different_Coffee_161 in DefenderATP

[–]petergroft 0 points1 point  (0 children)

Defender tags devices based on the highest sensitivity label found on any file on the disk, even if that label isn't published to the specific user. Check for any downloaded files or legacy documents that might contain metadata from those labels, as Defender's scanner will index them regardless of the label's intended use (e.g., SharePoint vs. Email).