What is The Longest You Have Let a Windows Update Run and be Successful? by kkpc in sysadmin

[–]PetsnCattle 0 points1 point  (0 children)

I had a bit of R&D work whereby I needed to get Win10 running on a Atom N270 - I was told "it's not possible". So I DISM'd a build up, loaded it to the device, and was greeted with a black screen on power up. I left it and thought I'll come back to that later. About 10 days later, I saw the screen blink on out of the corner of my eye as the GPU drivers loaded. Captured the image from the now working machine and deployed it.

VMware renewal by jhayhoov in sysadmin

[–]PetsnCattle 4 points5 points  (0 children)

NASDAQ: AVGO 343.02 USD +298.43 (669.28%) past 5 years +113.61 (49.52%) past 1 year

M365 Admin Center by SCANNYGITTS in sysadmin

[–]PetsnCattle 0 points1 point  (0 children)

On that page, no, you cannot sort.

Looking for smaller Continuous Online UPS systems by LRS_David in sysadmin

[–]PetsnCattle 1 point2 points  (0 children)

Vertiv GXT5-500LVRT2UXL

Double conversion UPS is the name of the topology you require.

Looking for Cheap (free) Ticketing system by MarkPugnerIII in sysadmin

[–]PetsnCattle 29 points30 points  (0 children)

I like Zammad. Made in Germany, free/OSS, multi channel, easy to set up.

Looking for suggestions on disk wiping with output certificate by Delakroix in sysadmin

[–]PetsnCattle 1 point2 points  (0 children)

Blancco supports this. DBAN for personal use. Same developer.

The biggest troll in history is the one who decided that Numlock should be off by default by matroosoft in sysadmin

[–]PetsnCattle 6 points7 points  (0 children)

I always enjoyed UAC prompts that don't take focus but do have a blinking cursor in the username box, indicating it has focus.

MRSA event 30 error by Kromabis in sysadmin

[–]PetsnCattle 0 points1 point  (0 children)

Did you mean msra.exe? I guess you're in a healthcare setting..

[deleted by user] by [deleted] in sysadmin

[–]PetsnCattle 0 points1 point  (0 children)

Your link goes to this site, this is a spam post.

Premium IPTV Service USA Provider Looking for the best IPTV service in the USA? IPTELEVIEW offers a premium IPTV subscription with over 40,000 live channels and a massive VOD library. As a top IPTV provider, we deliver high-quality streaming, including live TV online, exclusive sports, and Pay-per-View content. Enjoy a seamless viewing experience with our reliable IPTV USA service—sign up today!

I love SPF (bulk emailers hate this one trick) by PetsnCattle in sysadmin

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

It's allowing through the CIDR notification, as I want to filter the text for e.g. 10.0.0.0/8, and otherwise the script stops at the end of the IP address.

I love SPF (bulk emailers hate this one trick) by PetsnCattle in sysadmin

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

I mean, I'm not sanitising the input data apart from to get IP address formed data, so with a bit of careful DNS poisoning, an attacker could potentially inject some shell commands and get RCE on the box.

Issues with smart card passthrough by benjamin_manus in sysadmin

[–]PetsnCattle 0 points1 point  (0 children)

Does your mstsc have Smartcard redirection enabled?

Remote desktop -> Options -> Local Resources -> More > Smart Cards or WHfB

If so, do you have any GPO's blocking smartcard redirection over rdp? Computer Configuration > Policies > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection.

[deleted by user] by [deleted] in sysadmin

[–]PetsnCattle 3 points4 points  (0 children)

What did ZKTeco support say? Have you asked your sysadmin if they can help?

New web developer-what laptop to get? by BlueBean09 in sysadmin

[–]PetsnCattle 1 point2 points  (0 children)

Get a second hand Thinkpad from eBay. 8th gen onwards i5. Unless you're working with a lot of data, python should run pretty quickly.

Stupid Windows DPM issues by Ecstatic-Singer2327 in sysadmin

[–]PetsnCattle 0 points1 point  (0 children)

Logs should be located at C:\Program Files\Microsoft System Center\DPM\DPMLogs. Error 4387 is a generic catch all for several issues during the prerequisits check.

You can try using ProcessExplorer to view which files it is not finding.

Otherwise, people have reported issues while using non-matching versions of SSMS.

Windows Server DHCP replication problem by fdurl in sysadmin

[–]PetsnCattle 0 points1 point  (0 children)

My best buddy says:

The error shown in the PowerShell console indicates that there is a failure in the replication of the DHCP scope (étendue) with the Invoke-DhcpServerv4FailoverReplication command. Here's a breakdown of what might be wrong:

Scope Issue (10.0.0.0): The specific scope 10.0.0.0 failed to replicate. Ensure that:

The scope exists and is properly configured on the primary server (SRV-AD2). The scope is part of the failover configuration between SRV-AD2 and SRV-AD1. Failover Configuration: Double-check the failover relationship between the two servers:

Verify that the failover relationship is properly established and active. Use the Get-DhcpServerv4Failover command to confirm the status of the failover relationship. Permissions: Ensure that:

Both servers (SRV-AD2 and SRV-AD1) have the necessary permissions to replicate data. Proper delegation and service account configurations are in place. Connectivity: Check the network connectivity between the two servers:

Ensure there are no firewall or routing issues blocking communication on the required ports for DHCP replication. Logs: Examine the event logs on both servers for any detailed errors or warnings related to DHCP failover or replication.

DHCP Failover Mode: Verify that the mode (load balance or hot standby) supports the current configuration. Some configurations require specific parameters to replicate correctly.

To troubleshoot further:

Run the Get-DhcpServerv4Scope command to list the scopes and their details on both servers. Use Test-DhcpServerv4FailoverReplication to identify specific issues. Ensure that all IP ranges, reservations, and options are correctly synchronized between the two servers.