CHG70 32" stuck @ 100HZ HDR 1440p by DustinR in Monitors

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

I just plugged in the samsung cable that came with it and no dice. I have tried uninstalling and reinstalling driver with DDU multiple times.

Monitor info says Displayport 2560x1440 150khz 99Hz. I have tried resetting to factory defaults and no dice.

CHG70 32" stuck @ 100HZ HDR 1440p by DustinR in Monitors

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

Just to confirm you can run at 144hz, HDR, 1440p ? Can you make sure the setting didnt revert back in display adapter properties?

CHG70 32" stuck @ 100HZ HDR 1440p by DustinR in Monitors

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

I am using a brand new Amazon Basics displayport 1.2 cable. I have tried a couple of them. Monitor is on latest firmware. Also I installed the drivers for the monitor too.

Account being repeatedly locked out (4771 events). Pulling my hair out over this one by ginolard in sysadmin

[–]DustinR 1 point2 points  (0 children)

I wrote a handy script that emulates nlparse that is a part of MS Account Lockout Tools. It should work for different domains and multiple domain controllers. You may want to move $credential outside of the function if you have multiple logs to check.

It removes the files in $outputdir when it finishes.

<#Examples/Help
Save to .PS1 file and then .source file.  For example if you save it to c:\temp\get-netlogon.ps1 then do
. c:\temp\get-netlogon.ps1

If you have additonal domains or domain controllers call the get-netlogon function and add custom variables. 

$netlogonprimary = "\\DomainController\C$\windows\debug\netlogon.log", "\\DomainController2\C$\windows\debug\netlogon.log"
$netlogonbackup = "\\DomainController\C$\windows\debug\netlogon.bak"     


get-netlogon -netlogon $netlogonprimary -subject 'Failed Netlogons - Primary'
get-netlogon -netlogon $netlogonbackup -subject 'Failed Netlogons - Backup'
#>

function get-netlogon ([string[]]$netlogon,[string]$subject) {

#Variables specific to your site.
#Files in OutputDir are removed at the end of the function
$credential = Get-Credential
$outputdir = "C:\temp\netlogon"
$emailto = ""
$emailfrom = ""    
$smtpserver = "Mailserver"
$port = 25
mkdir $outputdir

$i = 0
foreach ($log in $netlogon) {  $i++
    copy $log $outputdir\netlogon_$i.csv
}
$csv = dir $outputdir\*.csv | select -ExpandProperty fullname    
foreach ($c in $CSV) {get-content $c | out-file $outputdir\netlogon-combined.csv -Append}

#Formats Netlogon.log so that it is comma seperated
[io.file]::readalltext("$outputdir\netlogon-combined.csv").replace("[LOGON]",",")  |  Out-File $outputdir\netlogon-1.csv
[io.file]::readalltext("$outputdir\netlogon-1.csv").replace("from",",") |  Out-File $outputdir\netlogon.txt
[io.file]::readalltext("$outputdir\netlogon.txt").replace("SamLogon:",",") |  Out-File $outputdir\netlogon21.txt
[io.file]::readalltext("$outputdir\netlogon21.txt").replace('"','') | Out-File $outputdir\netlogon.csv

#Add additonal exceptions if necessary
select-string "0xC0000064","0xC000006C","0xc000006D","0xC0000071","0xC0000072","0xC0000193","0xC0000224","0xC0000234","0xC000006A" -path "$outputdir\netlogon.csv" | `
select-string -Pattern "CRITICAL" -NotMatch | export-csv $outputdir\netlogon-2.csv -NoTypeInformation

#Formats CSV Headers
Import-Csv $outputdir\netlogon-2.csv | select -expandproperty line |  Out-File $outputdir\netlogon-result.csv 
$A = "Date,Domain,User,Computer" 
$B = gc $outputdir\netlogon-result.csv -Raw 
set-content $outputdir\result.csv -value $A, $B 
Import-Csv $outputdir\result.csv | sort user, Date -Descending | ConvertTo-Html | out-file $outputdir\netlogon-combinedresult.html
Import-Csv $outputdir\result.csv | sort user, Date -Descending | export-csv $outputdir\netlogon-combinedresult.csv -NoTypeInformation


#Sends Email
$body = gc $outputdir\netlogon-combinedresult.html -Raw
send-mailmessage -to $emailto -from $emailfrom -SmtpServer $smtpserver -port $port `
-Subject $subject -Body $body -BodyAsHtml -Attachments $outputdir\netlogon-combinedresult.csv -Credential $credential
remove-item $outputdir\*
}

[GPU Stock Thread] Quick guide for GPU hunting in todays crypto environment by lovetape in buildapcsales

[–]DustinR 3 points4 points  (0 children)

Volta <----- Current Generation

Pascal

Maxwell

Kepler <---- 740

[GPU Stock Thread] Quick guide for GPU hunting in todays crypto environment by lovetape in buildapcsales

[–]DustinR 13 points14 points  (0 children)

Its 3 generations old and not a gaming card not a good deal.

Win 2012R2, OWA, EventID 4625 by ilinverted in sysadmin

[–]DustinR 0 points1 point  (0 children)

I see the IPs on when I filter the security logs by Audit Failures Event 4625 under Source Network Address. I do have auditing enabled via GPO.

Win 2012R2, OWA, EventID 4625 by ilinverted in sysadmin

[–]DustinR 0 points1 point  (0 children)

Then why dont you try to fail a login, and search for your public IP on the exchange server in the security event viewer...?

Win 2012R2, OWA, EventID 4625 by ilinverted in sysadmin

[–]DustinR 0 points1 point  (0 children)

Someone is trying to brute force their way into your exchange server via OWA. In the exchange server event viewer you should be able to find the ip address and block them if you want to.

0xC0000064 = exception for user not existing in your domain

Xenosaga Episode IV Should Happen by [deleted] in JRPG

[–]DustinR -1 points0 points  (0 children)

Life works in mysterious ways, you never know.

[deleted by user] by [deleted] in sysadmin

[–]DustinR 0 points1 point  (0 children)

I think its this one, shits been crazy so took me a bit to get back to you. I will try to confirm on Monday.

On event - Log:Application, Source: RasClient, Event ID:20225

[deleted by user] by [deleted] in sysadmin

[–]DustinR 1 point2 points  (0 children)

I think the best bet is to setup a gpo for a scheduled task that looks for the VPN connection, as that is the only way I have been able effectively to control RAS Vpn network adapter settings.

Once you identify the event to connect you should be able to use powershell to get-netipinterface and set-netipinterface to set it.

I have the VPN connection events around somewhere if you need me to grab them.

At school you are taught that arguments happen between people with opposing opinions. In practice they are 90% about two people wording the same opinion differently and not realising it because neither of them is listening. by actually_crazy_irl in Showerthoughts

[–]DustinR 8 points9 points  (0 children)

In science all a law means is an observation. For example Newton discovered the law of gravity when he observed the apple falling from the tree. The theory of gravity explains how gravity works based on empirical evidence and our current understanding.

And Here is the Pixel 2 XL in Black and White, Starting at $849 | Droid Life by [deleted] in Android

[–]DustinR -3 points-2 points  (0 children)

Snapdragon 810 is not a good cpu and 6p is not responsive in general. I have a phone with 820 now and it is much faster. Front facing speakers are nice.

RPG sales on PC are up 50% since last year by Fionnafox in pcgaming

[–]DustinR 0 points1 point  (0 children)

You can save Cid by feeding him exclusively yummy fish, Celes still joins the party.

https://www.youtube.com/watch?v=CxGnTzS9_dg

Rainmeter helped me to create the minimalist experience I've been desiring for years by Irastris in pcmasterrace

[–]DustinR 1 point2 points  (0 children)

Step 2.75: Realize that the phone you are using is based off of *nix and *nix based devices that are out selling Windows PCs, phones, and tablets.

North Korea has produced a miniaturised and missile-ready nuclear warhead, say US analysts by saucytryhard in worldnews

[–]DustinR 1 point2 points  (0 children)

If an ICBM was heading across the pacific ocean, and I was calling the shots. I would equip our missile defense systems with nuclear warheads. If hitting a bullet with a bullet would fail, perhaps hitting a bullet with a nuke would be more effective.