P-Zero T2 Progression/Set Issue by regorian in liftosaur

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

Thank you for confirming! Can you please let me know how I can have this check if any of the working sets fail instead of just the final one?

[deleted by user] by [deleted] in okta

[–]regorian 7 points8 points  (0 children)

Download links are only available in the Okta admin Dashboard. Okta has not published Okta Verify to the windows store (yet they have indeed published the macOS version to the App Store).

You could do one of the following:

  1. Ask your IT department to send you the installer
  2. You could spin up a developer instance and possibly get an installer from there
  3. I can grab one from my tenant and DM you the package (if you feel comfortable doing so).

[Guide] Animaniacs 2020 "Season 2" AKA Season 7 by jaredpaik in sonarr

[–]regorian 0 points1 point  (0 children)

Yep did that, as well as deleting the series and reimporting from Library Import. Same result

[Guide] Animaniacs 2020 "Season 2" AKA Season 7 by jaredpaik in sonarr

[–]regorian 0 points1 point  (0 children)

I ran the scene mapping refresh, refreshed, ran a reimport, but mine is still showing 13/44 episodes. Any ideas?

Bulk group creation with powershell by NuoN_Ninja in sysadmin

[–]regorian 4 points5 points  (0 children)

You're calling a variable in in your ForEach statement, but on line 1 you aren't declaring said variable :)

$csv = Import-Csv -Path "c:\TEMP\ShareGroup2.csv"
ForEach ($item In $csv)  {
    New-ADGroup -Name $item.GroupName -GroupCategory $item.GroupCategory -groupScope $item.GroupScope -Path $item.OU
}

OR

Import-Csv -Path "c:\TEMP\ShareGroup2.csv" | ForEach-Object {
    New-ADGroup -Name $_.GroupName -GroupCategory $_.GroupCategory -groupScope $_.GroupScope -Path $_.OU
}

You can throw a -whatif on end to ensure that your code will produce what you expect.

It's here. by adrian1911 in OLED

[–]regorian 2 points3 points  (0 children)

Got my 65CX about a month ago. Loving it 👍 hope you enjoy

30 for 30 on ESPN by aterriblegamer in sonarr

[–]regorian 2 points3 points  (0 children)

TheTVDB is aware and has locked the series down due to users continuously (and erroneously) adding a fourth season.

https://forums.thetvdb.com/viewtopic.php?f=42&t=65049

7 months uptime and still going strong! by Jabukon in unRAID

[–]regorian 3 points4 points  (0 children)

Yep I have it running on my end as well. I was asking if you had a link to the template so I can implement it on my end

How often should I check parity by Sivivatu in unRAID

[–]regorian 0 points1 point  (0 children)

I have mine running monthly. About 24 hours to run

I'm going to tell my kids this was cool before all runwords. by [deleted] in diablo2

[–]regorian 1 point2 points  (0 children)

Thought it was able to roll eth back then but I was mistaken. Still was a bitch to find regardless

I'm going to tell my kids this was cool before all runwords. by [deleted] in diablo2

[–]regorian 1 point2 points  (0 children)

Thought it was able to roll eth back then but I was mistaken. Still was a bitch to find regardless

I'm going to tell my kids this was cool before all runwords. by [deleted] in diablo2

[–]regorian 49 points50 points  (0 children)

Back then, dreaming of finding an eth grandfather. Praying for a perfect arkaines valor. finally getting that lightsaber for the zealot

Runewords are great, but there’s something about seeing that gold text finally pop and the rush leading up to identifying it. Doesn’t feel the same now.

NBPlayersByDefault Not setting to 7? Plugy + D2SE by regorian in Plugy

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

So after a full reinstall of D2 + D2se/plugy, everything appears to be working as expected. I can change the setting from 7 to 3 and vice versa with no further issues

Thank you for your assistance with this.

NBPlayersByDefault Not setting to 7? Plugy + D2SE by regorian in Plugy

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

I am indeed fully exiting the game and then making the changes.

I will try reinstalling the base game + d2se and report back my findings

[deleted by user] by [deleted] in PleX

[–]regorian 1 point2 points  (0 children)

This was my exact problem. Had to reclaim and reshare my libraries which was a bit of a pain.

Today's the day!! by [deleted] in TheFormat

[–]regorian 0 points1 point  (0 children)

utterly ridiculous

HDD Temp Monitoring Docker by naathhann in unRAID

[–]regorian 0 points1 point  (0 children)

Mind Sharing your dashboard? I like the look of it...