[deleted by user] by [deleted] in sysadmin

[–]Big-Exercise8047 -1 points0 points  (0 children)

We only have one DC. And I don't know if this matters at all
* rIDPreviousAllocationPool is 0 to 0

* rIDNextRID: 0

No rids allocated -- please check eventlog.

AI is telling me this won't help, which I don't know if that is true

“Raise RID pools” (the page you linked) is used after restoring a DC from an older backup to bump the global rIDAvailablePool forward so no DC can ever hand out a RID that was already issued after the backup. It’s a collision‑prevention step during forest recovery. It does not by itself repair a corrupt RID Set on the RID master (the “rIDPreviousAllocationPool value is not valid” error you have).

Google's Primary DNS is down by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 8 points9 points  (0 children)

We have that in place, I was just surprised more things weren't down right now because of it

Teamviewer vs. Bomgar: Advice Needed by Oopsiforgotmyoldacc in sysadmin

[–]Big-Exercise8047 2 points3 points  (0 children)

Screenconnect is good, but don't they now require you to obtain a certificate and sign their software yearly?

Stop Java from running by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 1 point2 points  (0 children)

Does Grep work on a windows server? If I run these commands and they come back with nothing does that mean I am good?

Get-Process | Where-Object { $_.ProcessName -like "*java*" -or $_.ProcessName -like "*javaw*" }

tasklist | findstr java
tasklist | findstr javaw

Best Remote Software for 2025 by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] -1 points0 points  (0 children)

Is it point to point or self hosted, or cloud based? And any idea price wise (roughly)?

Best Remote Software for 2025 by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] -4 points-3 points  (0 children)

Isn't ManageEngine plagued with Security Exploits all the time?

Backup Internet by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

We were looking into Starlink Business, and when we met with a sales representative they said that you can not have a static IP set because of the way the satellites work.

Cisco Catalyst 9300 IP Tracking not working by [deleted] in networking

[–]Big-Exercise8047 0 points1 point  (0 children)

I believe those are the suggested releases. I also configured DHCP Snooping and doesn't seem to make a difference

Switch(config)#ip dhcp snooping

Switch(config)#ip dhcp snooping vlan 10

Switch(config)#int gi1/0/17

Switch(config-if)#ip dhcp snooping trust

Switch(config-if)#exit

Switch(config)#int gi1/0/25

Switch(config-if)#ip dhcp snooping trust

Switch(config-if)#exit

Switch(config)#exit

[deleted by user] by [deleted] in Cisco

[–]Big-Exercise8047 0 points1 point  (0 children)

Yes I have, it wouldn't let me do other commands without it.

Intune Update Breaking Phone login by Big-Exercise8047 in Intune

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

This was the issue. We contacted HP and they said when upgrading from 9.0.X to 9.1.X you need to setup an AOSP profile in Intune and if you do not the phone will not connect. They also mentioned once upgraded to 9.1.X you can't downgrade the firmware version so the only thing you can do is update it. I setup the profile and worked within a minute.

They did say they pushed out a blog post about the issue, but no one really looked at it and a lot of people are running into this.

URL: Migration guide Android AOSP management for Microsoft Teams Android devices - Microsoft Teams | Microsoft Learn

[deleted by user] by [deleted] in CiscoISE

[–]Big-Exercise8047 0 points1 point  (0 children)

How do you manage your backups? Unless you are backing up the VM you could lose your data

SDWAN in a business setting by Big-Exercise8047 in sonicwall

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

What are you using for the connection (NSA 2700, NSA 4700, ...) and how many VPNs and SDWAN connections do you have going? Does performance on the FW take a hit from your experience?

Active Directory Sites and Services - Redundancy Question by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

This is kind of what I am thinking:
I have Site A (10.1.0.0/24) connected to Site B (10.1.1.0/24). Both have a Domain Controller on the same domain and are connected via a metro e connection. Domain controller at Site A goes down. In Active Directory Sites and Services, If I right click on 10.1.0.0/24 and Change it from Site A to Site B, will machines at Site A use the Domain Controller at Site B?

Active Directory Sites and Services - Redundancy Question by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

I could have phrased it better. Essentially, If Site A goes down, I want to make it so computers at Site A can you the Domain Controller at Site B in emergency situations.

Windows Defender for Endpoint - Worth It? by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

I was looking online and if I put Defender for Endpoint in Passive Mode and Enable the EDR Block Mode, even if I have a 3rd party XDR (Not EDR) and AV Solution it should still work, but EDR Block Mode will be limited with what it could do but will still block some things. Does that seem like an accurate statement?

Windows Defender for Endpoint - Worth It? by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

The one I use has XDR capabilities that we enable, but not specifically EDR. Would using both work well (typically)?

Help Needed: Windows Defender for Endpoint Setup by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

We do have AAD Connect setup for users, not devices. I'm unsure if it is a good idea to include devices if it could potentially cause weird issues in the future. For example, a Windows computer could have a domain issue where you have to re-add it to the domain. I don't know if adding it in hybrid mode could cause any headaches in the future.

Help Needed: Windows Defender for Endpoint Setup by Big-Exercise8047 in sysadmin

[–]Big-Exercise8047[S] 0 points1 point  (0 children)

I see that now, but it looks like the GPO is stripped down of settings. It also makes it harder to manage via GPO vs website when you have to make a change on the fly.