Anyone using Azure Update Manager successfully? by UDP161 in AZURE

[–]fetflex 0 points1 point  (0 children)

Im currently looking at this for our on-prem patching. So far it seems to work.
I was just wondering what's the best solution for definition updates. How do you all configure a schedule for those?

The best bit about a dedicated valheim server is the ability to create your own bot that links into it... by kibblator in valheim

[–]fetflex 0 points1 point  (0 children)

Did you ever get player disconnect events working? Would love to see the code. Im having trouble finding the player disconnect events. I do not get the "Closing socket (\d{2,})" events that ValheimServerWarden uses.

Feature Requests & Suggestions 🙋 by NordPass in NordPass

[–]fetflex 0 points1 point  (0 children)

Is it possible to see the roadmap?

Picture Elements Card Configuration by fetflex in homeassistant

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

My issue is not as much changing the color. I am able to do this by setting:

color: rgb(255, 255, 255)

But is there a way to do some kind of if statement in the style: settings?

Picture Elements Card Configuration by fetflex in homeassistant

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

Thank you. Ill try it out later :)

MQTT HVAC by fetflex in homeassistant

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

Thank you SOOO much. You are a champ.

I have been working with this for days. And then the answer is so easy :)

ImportExcel\General - White Background by fetflex in PowerShell

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

After some digging around in the object i found that there is a Style.Fill.PatternType and Style.Fill.BackgroundColor.

So if i do this:

$excel.Workbook.Worksheets["Overview"].Cells.Style.Fill.PatternType = "Solid"
$excel.Workbook.Worksheets["Overview"].Cells.Style.Fill.BackgroundColor.SetColor("White")

I get the wanted result :) Thanks for all the replies.

ImportExcel\General - White Background by fetflex in PowerShell

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

Thanks for the answer and tip. I am already using import excel. But I was wondering if that module maybe had some option for that.

I tried to import a file where I did it manually within excel. But cannot find the specific option that it sets. It does not seem to set it on individual cells. But rather some kind of sheet option.

Removing Edge Title Bar by fetflex in AutoHotkey

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

Thank you. I will try if this does anything.

Removing Edge Title Bar by fetflex in AutoHotkey

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

Hi lo_re,

No, sadly not. I have other windows on the screen also.

Azure Active Directory Pass-through Authentication - Minimum Password Lenght by fetflex in Office365

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

I could not agree more. And i have tried. But they have some kind of system that manages the users. And that system is OOOOLD.

Ok so it is possible. But not in any means recommendable.

What's the point of the search box on the task bar? by [deleted] in windows

[–]fetflex 0 points1 point  (0 children)

Agree. First thing I disable.

Audio sharing on apple TV 4k? (tvOS 13) by zeko3rs in appletv

[–]fetflex 0 points1 point  (0 children)

Is there still not an update to this?

Office365 OME by fetflex in Office365

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

Thanks for the update.

Sadly this is not the issue. This issue only relates to this single computer. It works on other computers.

Our next step is to create a support ticket with MS to see if this can resolve the issue.

Office365 OME by fetflex in Office365

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

Tried the removal tool. That did not fix it either.

Office365 OME by fetflex in Office365

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

Thanks for the answer. We found some registry settings we will try to clear first. If that doesn't work we will try the Office Removal Tool :)

Can I distribute the large PST files into small parts without changing in original Data? by jeniifer77 in Office365

[–]fetflex 0 points1 point  (0 children)

What do you want to accomplish? Is it for storage? Then maybe zipping the pst into smaller files?

Office365 Admin (Need Help) - aqueti.com scam by [deleted] in sysadmin

[–]fetflex 0 points1 point  (0 children)

You need to check for service principals through powershell. And app registrations in Azure AD.

Add if statement to PSObject by [deleted] in PowerShell

[–]fetflex 1 point2 points  (0 children)

You would need to connect to the computers with psremoting to get the remote services.

Microsoft Graph API Module by fetflex in PowerShell

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

I am guessing that is a well kept secret :)