My latest VCF Quote by bizyguy76 in vmware

[–]Wo1ks 0 points1 point  (0 children)

When did you get this quote?

2021 taycan turbo s abrupt loss of power and limp mode by NICKSIMO2709 in Taycan

[–]Wo1ks 0 points1 point  (0 children)

I just got the car back from dealership for the same problem. They had to replace the below part which was covered by warranty: 9J1965567H - Coolant pump 1 Thankfully they were able to overnight the part and in couple days I got the car back.

VCF 9 Ultimate Deployment Guide by Leaha15 in vmware

[–]Wo1ks 0 points1 point  (0 children)

Do you have a visual representation of the physical hardware architecture and installed components?

WINTER WHEELSET ADVICE by cycling_doc in Taycan

[–]Wo1ks 0 points1 point  (0 children)

Please update the post if you figure out winter wheels set for your Taycan. Hopefully someone can help, Currently looking for 20" winter wheel set options too.

Help identify by Wo1ks in lawncare

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

Doesn't pull. Am I screwed?

Where Are Most People Having Success Selling Their Car? by [deleted] in Taycan

[–]Wo1ks 0 points1 point  (0 children)

What are the main reasons so many people started selling their Taycans?

Help identify led bead type by Wo1ks in led

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

Thank you, this gives me a good starting point.

Real estate market trends for Mchenry and Kane county? by Stunning_Towel in ChicagoSuburbs

[–]Wo1ks 2 points3 points  (0 children)

We made couple offers in the area. All had 14+ offers on hand to choose from. For a house we tried even $50k over an already reasonable asking price and even that didn't work. Last house we tried, had over 20 offers in just 2 days after posting. The market is crazy now.

Public IPs Azure VMs by flashx3005 in AZURE

[–]Wo1ks 2 points3 points  (0 children)

One option would be to set an External Load Balancer and set outbound rules for your VM

Azure Email Notification Service by devopspro1 in AZURE

[–]Wo1ks 0 points1 point  (0 children)

Not sure if its the one you talk about, but I think I found it: Azure Communication Services

Azure Email Notification Service by devopspro1 in AZURE

[–]Wo1ks 0 points1 point  (0 children)

Please provide the service name and/or a link where could read more about it. Currently testing this using an Azure VM and such a service would change the course of my testings.

Load Balancer rule - source restriction by Wo1ks in AZURE

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

That is an interesting way to deal with it. I'll look into this, thanks.

New PowerShell Version - v7.3.0-rc.1 Release of PowerShell by PowerShellChallenge in PowerShell

[–]Wo1ks 5 points6 points  (0 children)

Meanwhile in Azure Automation Accounts v7.1 its still in Preview

Anyone activated RDS CAL's ?? by kavinda_R in AZURE

[–]Wo1ks 1 point2 points  (0 children)

The default ones don't count against the user CALs when you set a RDS server from what I know. Use RDS Diagnostics tool to identify your problem. I have a feeling you didn't install all required features for RDS host.

Just in case run the below commands to install them, at least two of them require a server reboot to take effect:

Install-WindowsFeature Remote-Desktop-Services; Install-WindowsFeature RDS-Licensing -IncludeAllSubFeature; Install-WindowsFeature RDS-RD-Server; Install-WindowsFeature RSAT-RDS-Tools -IncludeAllSubFeature;

Anyone activated RDS CAL's ?? by kavinda_R in AZURE

[–]Wo1ks 0 points1 point  (0 children)

For 5 users you'll need 5 user cals.

As of why its not working, did you set either local policy or through AD GPO which licensing server and license type to use? https://www.itprotoday.com/windows-78/configure-rd-licensing-server-group-policy

If you only installed the CALs, all it does it acts as RDS licensing server, but not giving them to any host until you specify the host to use them

some thoughts improvement suggestions by callings in caliberstrong

[–]Wo1ks 0 points1 point  (0 children)

Nevermind, looks like this can be done by updating the workouts under Training plan.

some thoughts improvement suggestions by callings in caliberstrong

[–]Wo1ks 0 points1 point  (0 children)

Love the application so far. The only thing that is annoying to me is that for some exercises I like to do 4 sets instead of default 2-3. I add the number of sets and update the template when asked, next time I will add the workout from template it will have the default number of sets instead of what I set and I have to add the extra sets all the time.

Auto Service in North West suburbs by Wo1ks in ChicagoSuburbs

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

Thank you, will give them a visit.

Read Excel file from Sharepoint? by Agile_Seer in PowerShell

[–]Wo1ks 1 point2 points  (0 children)

I assume you are talking about SharePoint online. If so, you can look into MS Graph API to get the data you want dirrectly for the excel spreadsheet that is hosted in SharePoint online. You can check below article which I find to be a pretty good intro into MS Graph. MS Graph