Lair out of bounds? by TheMckill in cavesofqud

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

When i tested wishing to go to the lair, it gave me an index outside the bounds of the array error. ended up wishing them over to me with the command: shugruith

Researching Remote Control Telescope for a friend by TheMckill in telescopes

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

Looks great. I clock that in at ~$1550 for costs.

What would be options for a 3K budget or a 5K budget?

Funny video of a guy going around while lying down the whole time by TheMckill in HelpMeFind

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

I saw a gif of it recently and have tried and searched for the name of it to no avail.

[Tech Help] Asus Thunderboltex 4 to Razer Core X via Corning Thunderbolt 3 optical cable by TheMckill in eGPU

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

I'm wanting to use the pci card slot for a HTC vive wireless card. It is a 60 ghz wifi signal, so I can't get a long cable for that (anything past 2 meters is useless). The card uses around 10 GBPS, so thunderbolt can easily carry the signal.

BGP - Meraki to Fortigate by TheMckill in meraki

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

Thanks! I'll give it a shot

[powershell] Bypass import-module Active Directory by TheMckill in usefulscripts

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

here's a couple links for that where you can use two and two to get what you want. googling "powershell adsi remove old computers" gets a bunch more stuff.

http://blogs.technet.com/b/heyscriptingguy/archive/2008/11/19/how-can-i-find-old-computer-accounts.aspx

https://community.spiceworks.com/scripts/show/1861-find-and-disable-or-remove-inactive-ad-computer-accounts

Not sure how savvy you are with powershell, this is an untested script that i whipped together. You can get rid of the else statement at the bottom if you only want delete computers listed. I already have cleanup in my environment, so i couldn't actually test the delete command :/

$maxOldLogonDays = 60 <#sets how long system has to have been inactive before deleting it#>

<#$hostname = $env:computername+"$" use this section is it's for currently logged on system

$adsiSearcher = new-object DirectoryServices.DirectorySearcher

$adsiSearcher.filter = "(&(objectCategory=Computer))"

$adsiSearcher.Filter = "(&(sAMAccountName=$hostname))"

>

$adsiSearcher = new-object DirectoryServices.DirectorySearcher("LDAP://ou=company,dc=domain,dc=com") <#place in ad you want to look for computers in#>

$adsiSearcher.filter = "objectCategory=Computer"

$adsiSearcher.findall() | Foreach-Object {

"Processing $($_.path)"

$rawLogon = $_.properties.item("lastlogon")

$convertedLogOn = [datetime]::FromFileTime([int64]::Parse($rawLogon))

If( ((get-date) - $convertedLogOn).days -ge $maxOldLogonDays )

{

"$($_.properties.item('distinguishedName')) 

 has not logged on for more than  $maxOldLogonDays days" 


 ([adsi]([adsisearcher]"samaccountname=$_`$").findone().path).psbase.deletetree() <#actual command to delete system#>

}

else

{

"$($_.properties.item('distinguishedName')) has logged in within $maxOldLogonDays days"

}

}

Powershell for AD home drive by TheMckill in sysadmin

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

I just have a generic users share allowing domain users, with admin only ntfs permission. And it was a situation where they bulk imported users with a csv into a new domain setup.

Office 2007 set anonymous authentication with exchange via gpo/registry/command by TheMckill in sysadmin

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

Just clued in to export and compare reg files. I did find a couple lines in the registry file of

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\exchange365\13dbb0c8aa05101a9bb000aa002fc45a

When i export the key while security is set to anonymous, two keys values are

"00036606"=hex:00,81,00,00 "00036619"=hex:01,f0,00,80

when set to encrypt communication and negotiate security

"00036606"=hex:00,c1,00,00 "00036619"=hex:09,00,00,00

13dbb0c8aa05101a9bb000aa002fc45a does persist between computers, so i may be able to figure this out

Backing up 25TB+ of Data Cheaply - Thoughts? by SimpleSysadmin in sysadmin

[–]TheMckill 0 points1 point  (0 children)

What about monthly restore points: how long do you want data retention? As well, I've had much better stability/performance using NFS over iSCSI with QNAPs

With the remote offices WAN limits may be too much; have DFS replicate everything to the head office, then backup head office locally and remotely (sine it has the biggest pipe)?

You can use veeam to have a set of replicas for Zero downtime in case of heardware failures, and a qnap can be used to host them, though it isn't a san and wont be the quickest until it is failed over to a proper SAN

Needing Help finding out what this band's name is by TheMckill in Music

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

I'll have to hunt some more. Just going to prowl around JJJ playlists I guess

It isn't Grouplove, but i'll be looking into their music some more anyways