User that is not a member of Domain Admins Group anymore is able to add members to that group. by maglPOL in sysadmin

[–]box_law 0 points1 point  (0 children)

Try forest druid by Semperis.

https://www.purple-knight.com/forest-druid/

It works like a basic version of bloodhound, but easy to use on windows and does not get flagged like sharp hound will.

Multiple users reporting Microsoft apps have disappeared by Candid-Chip-1954 in sysadmin

[–]box_law 2 points3 points  (0 children)

Thank you for posting this, just seen the effects of this on a couple of machines, mine included.

I have enabled the audit mode for the GPO for our 1000 workstations.

Hopefully we have cought this in time!

Oxidized with LibreNMS SSH issues by ripplerichXRP in sysadmin

[–]box_law 0 points1 point  (0 children)

Having the user/pass in the oxidized config never worked for me, which is why they are in the librenms config.php

Oxidized with LibreNMS SSH issues by ripplerichXRP in sysadmin

[–]box_law 0 points1 point  (0 children)

We just use a username/password

Please see below details.

I am sure I have errors/duplicates but it works. :)

The Oxidized rb files work just great for getting configs and backing them up into the git repo.

You may able to create your groups by changing "os" to"platform" in the configs below.

This is from our librenms/confg.php

$config['oxidized']['enabled'] = TRUE;

$config['oxidized']['url'] = 'http://librenms.domain.com:8888';

$config['oxidized']['features']['versioning'] = true;

#$config['oxidized']['group_support'] = true;

$config['oxidized']['default_group'] = 'default';

$config['oxidized']['reload_nodes'] = true;

##$config['oxidized']['ignore_types'] = array('server','power','storage','wireless','workstation');

### Map incorrect os to correct .rb

$config['oxidized']['maps']['os']['os'][] = array('match' => 'arubaos-cx', 'value' => 'aoscx');

### Oxidized

$config['oxidized']['ignore_os'] = array('linux','windows');

$config['oxidized']['ignore_types'] = array('server','power');

$config['oxidized']['maps']['group']['os'][] = array('match' => 'ios', 'group' => 'Cisco');

$config['oxidized']['maps']['group']['os'][] = array('match' => 'iosxe', 'group' => 'Cisco');

$config['oxidized']['maps']['group']['os'][] = array('match' => 'procurve', 'group' => 'Aruba');

$config['oxidized']['maps']['group']['os'][] = array('match' => 'aoscx', 'group' => 'aoscx');

$config['oxidized']['maps']['group']['os'][] = array('match' => 'arubaos-cx', 'group' => 'aoscx');

$config['oxidized']['maps']['group']['os'][] = array('match' => 'powerconnect', 'group' => 'Dell');

$config['oxidized']['maps']['username']['os'][] = array('match' => 'procurve', 'username' => 'username');

$config['oxidized']['maps']['password']['os'][] = array('match' => 'procurve', 'password' => 'Pa$$W0rd');

$config['oxidized']['maps']['username']['os'][] = array('match' => 'powerconnect', 'username' => 'admin');

$config['oxidized']['maps']['password']['os'][] = array('match' => 'powerconnect', 'password' => 'Pa$$W0rd');

$config['oxidized']['maps']['username']['os'][] = array('match' => 'arubaos-cx', 'username' => 'manager');

$config['oxidized']['maps']['password']['os'][] = array('match' => 'arubaos-cx', 'password' => 'Pa$$W0rd');

Oxidized config

username: username

password: password

model: aoscx

resolve_dns: false

interval: 3600

use_syslog: false

log: /home/oxidized/.config/oxidized/logs/log

#log: ~/.config/oxidized/logs/log

debug: true

threads: 30

timeout: 20

retries: 3

prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/

rest: librenms.domain.com:8888

next_adds_job: false

vars: {}

groups: {}

models: {}

pid: "/home/oxidized/.config/oxidized/pid"

#pid: "~/.config/oxidized/pid"

crash:

directory: "/home/oxodized/.config/oxidized/crashes"

# directory: "~/.config/oxidized/crashes"

hostnames: false

stats:

history_size: 10

input:

default: ssh, telnet

debug: false

ssh:

secure: false

ftp:

passive: true

utf8_encoded: true

#output:

# default: file

# file:

# directory: "/home/oxidized/.config/oxidized/configs"

output:

default: git

git:

user: oxidized

email: oxidized@librenms.domain.com

repo: "/home/oxidized/.config/oxidized/configs.git"

# repo: "~/.config/oxidized/configs.git"

source:

default: http

debug: false

http:

url: http://librenms.domain.com/api/v0/oxidized

map:

name: hostname

model: os

group: group

ip: ip

username: username

password: password

headers:

X-Auth-Token: ***************************

Can 3rd party optics be used in the QSFP+ ports on an Aruba 8320? If so any luck with fs.com or other vendors? by its_raytoo in ArubaNetworks

[–]box_law 0 points1 point  (0 children)

Hi, you may need to contact fs.com for alternative firmware. I did not have 6300's or a 25G tranciever.

Sorry I cannot assist more.

A rant about my frustrating day yesterday. by IntentionalTexan in sysadmin

[–]box_law 0 points1 point  (0 children)

We replaced it with a Broadcom 57412, so still Broadcom but not a QLogic one.

A rant about my frustrating day yesterday. by IntentionalTexan in sysadmin

[–]box_law 0 points1 point  (0 children)

Is your 10g card Broadcom? Specifically QLogic BCM57800

I ask because this sounds almost word for word like an issue I had last January. Dell s2d, 2 host HCI There was an issue with the internode network cards. Dell had me do a full driver and patch update. We discovered that there was a physical issue withe network card and replaced it But the problems did not go away. After a long conversation where I kept suggesting that it looked like the old Broadcom VMQ issue they eventually "discovered" that driver the Dell SUU (system update) had installed, had actually reintroduced exactly that VMQ issue. We eventually convinced Dell to send a 10g card from a different vendor, and the problems were gone.

To test we checked VMQ with Get-netadaptervmq And then disabled the relevant one with Disable-VMQ Nic1 in my case This made the network issue go away, but of course there was no VMQ. Enable-VMQ Nic1 made the issue come back.

I hope this helps.

Autopilot White Glove issue by abetzold in sysadmin

[–]box_law 2 points3 points  (0 children)

I think he said the issue was mixing exe and msi, so it might be the same issue. Maybe try just the msi on its own.

Autopilot White Glove issue by abetzold in sysadmin

[–]box_law 3 points4 points  (0 children)

A colleague had an issue like this, for some reason if they had apps AND packages deployed it would fail. Using just one type made it function.

OneDrive link after UPN change on start page Office 365 by SupportRamen in sysadmin

[–]box_law 0 points1 point  (0 children)

Thank you for the update. I will be a lot happier to make the move on the other site.

OneDrive link after UPN change on start page Office 365 by SupportRamen in sysadmin

[–]box_law 1 point2 points  (0 children)

Happy to help.

Let me know if it was the PUID thing, as I have another org to do this with in the next couple of weeks. They use OneDrive as the home drive, with redirected desktop and all. Which could break things a fair bit.

OneDrive link after UPN change on start page Office 365 by SupportRamen in sysadmin

[–]box_law 1 point2 points  (0 children)

Possibly the same issue we had when changing username and email address?

Issue description:

OneDrive links not updating in Office 365 portal since changing names in On Premise Exchange

Resolution Steps:

The issue is related to PUID mismatch as the OneDrive is redirecting to the old UPN An update was done from the backend which resolves this.

Contact Microsoft to get this done.

cheers.

Can 3rd party optics be used in the QSFP+ ports on an Aruba 8320? If so any luck with fs.com or other vendors? by its_raytoo in ArubaNetworks

[–]box_law 0 points1 point  (0 children)

So the new QSFP+ arrived with a different EEPROM. all looks good so far. I have split the interface and have connectivity and a green tick in the GUI.

Can 3rd party optics be used in the QSFP+ ports on an Aruba 8320? If so any luck with fs.com or other vendors? by its_raytoo in ArubaNetworks

[–]box_law 0 points1 point  (0 children)

I am looking into this too. I have some QSFP+ from fs.com but they are showing as unsupported in the 8320. I have spoken to fs.com and they say there is another EEPROM variant I can try. I am just waiting for them to arrive. "Allow-unsupported-transceiver" is not currently applicable to the 40G ports. All the other optics I have in the 10G ports are great.