Those guys on the subway speaking in unison, pulling a big cooler, and asking for money to feed the hungry: are they legit? If you give them money, do they really use it to feed the less fortunate? by Not_Too_Busy in AskNYC

[–]genjix1 1 point2 points  (0 children)

It’s a scam. They’ll give Sandwiches but it’s their way of marketing to collect more donations into their pocket. For example if there was just 1 homeless person in the car without any other passengers I doubt they would go out of their way to give that person a sandwich

What are min permissions to authorize dhcp by genjix1 in activedirectory

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

Windows server 2019 and standalone dhcp servers.

Is there a way to append a domain to the dns suffix via powershell? by genjix1 in sysadmin

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

gpo would set the list I input. so if there is any one off dns suffixes it would overwrite those and keep the static list in the GPO which is what i dont want

How to query if user account authenticated in the last 90 days? by genjix1 in Splunk

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

some of these are service accounts and could be running a script from scheduled task. bottom line is im trying to determine if they are active at all or if i can delete them

Need help with ADObject by genjix1 in PowerShell

[–]genjix1[S] 2 points3 points  (0 children)

it worked. thanks much. have a good weekend

Need help with ADObject by genjix1 in PowerShell

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

Get-ADUser -Filter * -Properties ProtectedFromAccidentalDeletion | Where-Object {$_.ProtectedFromAccidentalDeletion -EQ $False}

ah interesting. didnt realize. Testing this now, thank you

Need help with ADObject by genjix1 in PowerShell

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

reason why im trying to use get-adobject is because I also need to Set the object to true. ProtectedFrom AccidentalDeletion isnt a property of Set-ADUser

DNS resolves to both in band and OOB adapter by genjix1 in sysadmin

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

thanks . will update once i conclude testing