▲ 2 r/Veeam

Help with SureBackup File validation script please.

Please don't ask me why my auditors want this, but here goes. My SureBackups run on the same day as my backups, right after the last backup is complete. It never crosses into the next day.

I have a daily scheduled task on each VM to write to a text file with today's date in YYYYMMDD format in the content. I'm trying to get my SureBackup script testing to check the file contents and validate that the contents match, but I'm not sure my output is what it's looking for and also if the Write-Host may be mucking it up?

$FilePath = 'C:\Temp\SureBackupValidation.txt'

$Return = 1

# Fail if the file doesn't exist
if (-not (Test-Path $FilePath)) {
Write-Host "Validation file not found."
$Return = 1 #Somewhat redundant
exit $Return
}

# Read the file contents
$FileDate = (Get-Content $FilePath -ErrorAction SilentlyContinue | Select-Object -First 1).Trim()

# Get today's date in the expected format
$Today = Get-Date -Format 'yyyyMMdd'

if ($FileDate -eq $Today) {
Write-Host "Validation successful. File contains today's date: $Today"
$Return = 0
exit $Return
}

else {
Write-Host "Validation failed. Expected: $Today, Found: $FileDate"
exit $Return
}

reddit.com
u/J2E1 — 6 days ago
▲ 2 r/Veeam

Moving backups on the same Linux Hardened Repo seems really slow

I'm moving a large old backup from one backup job to another for VMs that are retired or not being backed up so they don't get tested with my nightly SureBackup tests that run against those backups. (Can't exclude it because it's no longer on my vCenter, and there's no way to pick VMs to exclude from the backup job which seems odd.)

I have a server running as a linux hardened repo on SUSE with one volume housing all my backups. I'm moving the backup data on the same same repo just one job to another, and it appears that Veeam server has to receive all the data and then stream it back to the repo, rather than just utilizing a file move in Linux which would be basically instantanious. I'm guessing this is expected behavior for validating metadata or such? It's so far reported it's moved 2.4TB at 140 MB/s in a little under 5 hours.

LHR is on a 25Gbps fiber and my Veeam VM is on vCenter that's on the same switch also with 25Gbps, I would believe this should transfer faster.

First thing I'll start investigating is if my infrastructure is configured correctly, but also wondering about how Veeam moves its data. I get moving from one storage location to another it has to go over the wire, maybe that's just the default and it doesn't understand it's on the same repo and just needs to update pointers.

I did try to move all the files to the new location and rescan my repo, but then it couldn't find it in either backup job. I then moved them back, rescan still didn't find them, but I did an import of the backup and it then found it all and updated in the GUI.

The Windows 2022 Veeam VM has 8 cores and 32GB of ram, 18 of which is in use, 8 of that for the Veeam.Archiver.Proxy.exe. The backups are encrypted.

I am starting the process of doing network speed tests along each link in the chain.

VM - VMXNET 3 adapter - ESXI host -25Gbps - DHCI Switch -25Gbps - Linux Hardened Repo

reddit.com
u/J2E1 — 6 days ago

I want to see an X-wing painted like the Blue Angels or Thunderbirds

I've done the Starscream, Thundercracker, and Skywarp. Now I think painting one up like the Blue Angels and the Thunderbirds would be pretty cool. Thunderbirds main art is on the bottom though, so that doesn't quite work as nicely.

reddit.com
u/J2E1 — 20 days ago

Bitlocker "Protection is suspended" notification for a singler user?

We use TPM & PIN on our laptops, and when we install Windows patches or Dell updates that require updates through PDQ, we also run Suspend-Bitlocker -Mountpoint C: -RebootCount 1, so that when the system boots back up, it's on the network for us to scan again.

I have one user who concistently gets a notification that "Protection is suspended" in his notifications. He's the only one out of a fleet of 200+ laptops, and is in a position where I need to find a solution.

He's a regular user on the machine, not an administrator or part of any other priviledge group and I can't seem to replicate this on any other laptop and get notifications.

reddit.com
u/J2E1 — 1 month ago

Bitlocker "Protection is suspended" notification for a singler user?

We use TPM & PIN on our laptops, and when we install Windows patches or Dell updates that require updates through PDQ, we also run Suspend-Bitlocker -Mountpoint C: -RebootCount 1, so that when the system boots back up, it's on the network for us to scan again.

I have one user who concistently gets a notification that "Protection is suspended" in his notifications. He's the only one out of a fleet of 200+ laptops, and is in a position where I need to find a solution.

He's a regular user on the machine, not an administrator or part of any other priviledge group and I can't seem to replicate this on any other laptop and get notifications.

reddit.com
u/J2E1 — 1 month ago

Bitlocker "Protection is suspended" notification for a singler user?

We use TPM & PIN on our laptops, and when we install Windows patches or Dell updates that require updates through PDQ, we also run Suspend-Bitlocker -Mountpoint C: -RebootCount 1, so that when the system boots back up, it's on the network for us to scan again.

I have one user who concistently gets a notification that "Protection is suspended" in his notifications. He's the only one out of a fleet of 200+ laptops, and is in a position where I need to find a solution.

He's a regular user on the machine, not an administrator or part of any other priviledge group and I can't seem to replicate this on any other laptop and get notifications.

reddit.com
u/J2E1 — 1 month ago

Bitlocker "Protection is suspended" notification for a singler user?

We use TPM & PIN on our laptops, and when we install Windows patches or Dell updates that require updates through PDQ, we also run Suspend-Bitlocker -Mountpoint C: -RebootCount 1, so that when the system boots back up, it's on the network for us to scan again.

I have one user who concistently gets a notification that "Protection is suspended" in his notifications. He's the only one out of a fleet of 200+ laptops, and is in a position where I need to find a solution.

He's a regular user on the machine, not an administrator or part of any other priviledge group and I can't seem to replicate this on any other laptop and get notifications.

reddit.com
u/J2E1 — 1 month ago

Can't for the life of me delegate AD computer permissions, help please!

I'm setting up a new desktop technician role in my AD environment and want to give that group the ability to manage our workstations in AD, to include, creating, moving, deleting, resetting computer objects and joining/unjoining the domain, basically anything needed for our workstations.

I created a new security group and put the account in the group. I went to the top OU where our computer objects live, and the computers container, and went through the delegation wizard. Selected the custom settings, selected computer objects, and chose full control. I verified on the OU and computer objects within, that the group has full control including Reset Password.

The admin logs in, we confirm membership of that group, and token is fresh, When attempting to reset a computer object, he gets access denied. He can move computer objects within the computer container and the assigned OUs.

I did update the Default Domain Controllers policy to allow this group "Add workstations to domain", as we had restricted that previously. Doesn't really apply in this problem, but would come up. I've also added them to allow Computer Account Re-use setting in my Domain Controllers GPO.

I feel like I'm just missing one critical component that I can't track down and haven't had any luck with finding a good article, or CoPilot, ChatGPT, or Claude getting me over the finish line. The goal is to limit entitlement so we move our desktop tech role away from being a Domain Admin. Would love any suggestions!

reddit.com
u/J2E1 — 3 months ago
▲ 3 r/CR10

Soldering iron to remove heat bed connections?

I have a pretty good soldering iron but I can't seem to get enough heat into this piece to melt the solder and remove the wires. Any open flame and if end up damaging something. I've converted to a all in one and really need to work on my cable management.

reddit.com
u/J2E1 — 3 months ago

Who has a great process & script for 'migrating' DlLs to Entra?

I feel like I've seen an awesome migration script that probably works in stages to create new groups in Entra, ensures everything looks the same regarding membership, send as, hidden, etc. Then removes them from AD and updates the display name and email addresses on the entra side.

reddit.com
u/J2E1 — 3 months ago

CAC801 vs CH60R00 for best battery health and longevity?

I have both chargers, which of the 2 are better for battery health and longevity? I've heard that the CH60R00 charges faster and more efficiently, but that's not necessarily best for batteries.

reddit.com
u/J2E1 — 3 months ago

I've never seen an image of what it actually looks like for the AT Hauler from SW: Solo to have AT Walkers attached before being deployed. Has there ever been such a thing?

reddit.com
u/J2E1 — 4 months ago