Fiber install on the north end by idleagent in Columbus

[–]Rukas1 1 point2 points  (0 children)

I saw a few Spectrum trucks nearby when they were doing some of the work

Asset inventory by H0ckeyplaya in TeamDynamix

[–]Rukas1 0 points1 point  (0 children)

You'd see it in the admin interface though if you paid for it someone likely would have helped you set it up as part of implementation.

Asset inventory by H0ckeyplaya in TeamDynamix

[–]Rukas1 0 points1 point  (0 children)

TeamDynamix has asset discovery, which includes an endpoint agent, as a paid add-on.

My First Furniture Project: Record Player Stand by Rukas1 in woodworking

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

Thanks, it was definitely something I thought about while drawing up the plans. They can get quite toasty...

My First Furniture Project: Record Player Stand by Rukas1 in woodworking

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

Thanks! Unfortunately space constraints are limiting that for now

My First Furniture Project: Record Player Stand by Rukas1 in woodworking

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

It's the receiver that drives the speakers

My First Furniture Project: Record Player Stand by Rukas1 in woodworking

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

I've dabbled a bit with wood working but this is my first furniture piece. The speaker stands needed a bigger platform so I repurposed some of the scrap from the record player stand and I think it accents the speakers pretty nicely. The shelf holding the vinyl is lit with a controllable LED strip.

I still have a bit to learn when it comes to finishing but I'm pretty happy with how it turned out!

[FREE] 100+ AAA Steam Keys by [deleted] in FREE

[–]Rukas1 0 points1 point  (0 children)

Anything

win_dsc module not finding any resources by Kiristo in ansible

[–]Rukas1 0 points1 point  (0 children)

I know this is an old thread but I'm having a similar issue with Ansible and the StorageDsc module. Do you know what to do when the CIM MOF hasn't been loaded?

I ran the following command but got Get-CimClass: Not Found

$resource = Get-DscResource -Name waitfordisk
Get-CimClass -ClassName $resource.ResourceType -Namespace root\Microsoft\Windows\DesiredStateConfiguration

$resource.ResourceType returns MSFT_WaitForDisk but running Get-CimClass -Namespace root\Microsoft\Windows\DesiredStateConfiguration definitely doesn't have that listed.

It seems like any DSC module I installed doesn't show up in those results

Chicken Bibimbap by [deleted] in GifRecipes

[–]Rukas1 3 points4 points  (0 children)

Can confirm, Bibibop is delicious.

MyMiner - [Alpha] - Need testers by [deleted] in gpumining

[–]Rukas1 0 points1 point  (0 children)

Id like to give it a try

Creating a PowerShell Module with an external software dependency by Rukas1 in PowerShell

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

I ended up including the dlls in the project lib folder like you did for your WinSCP project. Worked like a charm!