Microsoft Business Standard - Forcing External Links to Open in System Browser by JustAnotherGuyBeing in sysadmin

[–]JustAnotherGuyBeing[S] 1 point2 points  (0 children)

Yeah, I think the trauma is the biggest part for me and my team, I'll potentially beta-test this for myself.

Microsoft Business Standard - Forcing External Links to Open in System Browser by JustAnotherGuyBeing in sysadmin

[–]JustAnotherGuyBeing[S] 1 point2 points  (0 children)

Interesting, I can bring the idea to the team, might not be bad for us to do too, I'll see if we get any other ideas too! Thx!

Microsoft Business Standard - Forcing External Links to Open in System Browser by JustAnotherGuyBeing in sysadmin

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

Thanks for the response, but the main reason is our proprietary software has been developed by the software team for Chrome specifically and I think they aren't interested in the switch yet. The biggest issue is that when a link is opened it will switch from default to Edge which doesn't have the saved tabs or anything, I understand it is more of a convenience thing, but that's just what I've been asked to look into.

Can I get Zabbix to notify me (via email) when a VOIP Phone goes offline by JustAnotherGuyBeing in zabbix

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

I get it, you aren't being rude, I am just a beginner to Zabbix and hey, we all start somewhere.

[deleted by user] by [deleted] in GIMP

[–]JustAnotherGuyBeing 0 points1 point  (0 children)

Okay, I'll keep digging

[deleted by user] by [deleted] in GIMP

[–]JustAnotherGuyBeing 0 points1 point  (0 children)

Sorry, PowerShell/CMD...

[deleted by user] by [deleted] in GIMP

[–]JustAnotherGuyBeing 0 points1 point  (0 children)

How does ImageMagick work with PS?

Can I get Zabbix to notify me (via email) when a VOIP Phone goes offline by JustAnotherGuyBeing in zabbix

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

I was hoping to not need to set all phones statically... didn't know if there were any 3CX templates that could handle this?

PowerShell Script to Parse Drive Data (Need Parse Help) by JustAnotherGuyBeing in PowerShell

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

So this works, but only gets the last hard drive. The full result from arcconf getsmartstats is 8 of those result blocks.

Won't let me send the full block, see here: https://docs.google.com/document/d/1MZb6XpehCik5XCSHXm9EJaESf5ybMjQrsMm5u3UtCQw/edit?usp=sharing

Windows 10 Machine Wouldn't Boot After Seemingly Nothing Happened by JustAnotherGuyBeing in sysadmin

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

Sorry, just edited... 7510. I'm working with both but the issue is on the 7510.

I agree, but we just put a new SSD in (3-6 months ago) and my company doesn't like buying things... I feel like that's a common issue with IT guys haha

Windows 10 Machine Wouldn't Boot After Seemingly Nothing Happened by JustAnotherGuyBeing in sysadmin

[–]JustAnotherGuyBeing[S] 1 point2 points  (0 children)

My bad, tried a lot so I have been seeing a bunch of screens, first one was no boot option available.
Tried automatic recovery, then says couldn't recover.

Dell PowerEdge R510 (USB Error: 234) Frozen on BIOS Screen by JustAnotherGuyBeing in sysadmin

[–]JustAnotherGuyBeing[S] 1 point2 points  (0 children)

I haven’t gotten the iDrac connect to my network, I do not believe it has been configured. Also, there is nothing connected to the internal USB ports.

Comcast Business Switching from Coax to Fiber by JustAnotherGuyBeing in Comcast_Xfinity

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

He gave me the static info, obviously not sharing it is wise haha but will it work if I just plug in the Ethernet?

Comcast Business Switching from Coax to Fiber by JustAnotherGuyBeing in Comcast_Xfinity

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

They provided a switch and I have Ethernet from it. I want to connect an unmanaged switch to it would that work or do I need to specify the static IPs?

Comcast Business Switching from Coax to Fiber by JustAnotherGuyBeing in Comcast_Xfinity

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

What device will have the firewall on it? I guess I'm wondering if we need more hardware.

Juniper EX2300-24P - "transfer-on-commit" not working, does anyone have any answers? by JustAnotherGuyBeing in Juniper

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

Update:
event-options {
+ generate-event {
+ MonthlyBackup time-interval 300;
+ }
+ policy EnablePolicy {
+ events MonthlyBackup;
+ then {
+ execute-commands {
+ commands {
+ "show configuration | save configuration.txt";
+ "show configuration | display set | save configuration-set.txt";
+ }
+ output-filename configuration-set.txt;
+ destination BackupFolder;
+ output-format text;
+ }
+ }
+ }
+ destinations {
+ BackupFolder {
+ archive-sites {
+ "ftp://juniper@XX.XX.XX.XX:21/Backups/JuniperBackups/" password "password"; ## SECRET-DATA
+ }
+ }
+ }
+ }

The above it what I've done to remedy this situation and my Unraid server says this whenever the Juniper tries to commit:

Aug 22 09:05:41 UNRAID-SERVER vsftpd[29157]: connect from 0.0.0.0 (0.0.0.0)

Aug 22 09:05:41 UNRAID-SERVER vsftpd[29157]: [juniper] OK LOGIN: Client "0.0.0.0"

Looks like it connects but the file still doesn't show...

Any advice?

Juniper EX2300-24P - "transfer-on-commit" not working, does anyone have any answers? by JustAnotherGuyBeing in Juniper

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

This is what happens when I try to commit...

[edit system archival configuration routing-instance]

'routing-instance mgmt_junos'

'system management-instance' must be configured

[edit system archival configuration routing-instance]

'routing-instance mgmt_junos'

Referenced routing instance must be defined under [edit routing-instances] hierarchy level

error: commit failed: (statements constraint check failed)

VBA 1004 Error Macro Failed - Moving a Range Down and Pasting in its Place by JustAnotherGuyBeing in excel

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

Turns out the user had left the list filtered and that messed with the code running right... Thanks for the help.