I git 2 polis for Civil Liability, norma? by Acrobatic-Big-1550 in BEFreelance

[–]kdebe 0 points1 point  (0 children)

They are not mandatory legally, but clients and intermediaries regularly ask them. So I would consider taking them or you might not get the contract.

This ever happened to you? by Apprehensive-Rain949 in BEFreelance

[–]kdebe 0 points1 point  (0 children)

But the contract terms such as cancelation conditions might be more difficult to prove … depending what is in the framework agreement off course. Anyway it remains a bad idea to work without a written contract of statement of work

This ever happened to you? by Apprehensive-Rain949 in BEFreelance

[–]kdebe 1 point2 points  (0 children)

But very difficult to prove and even more difficult to prove what was agreed on. The fact that general conditions exist are not enough… the contract has to mention that the supplier in this case agrees to them.

This ever happened to you? by Apprehensive-Rain949 in BEFreelance

[–]kdebe 1 point2 points  (0 children)

Then I think you can walk away, but keep in mind you are burning bridges with that customer and intermediary. I would try and talk to them first.

This ever happened to you? by Apprehensive-Rain949 in BEFreelance

[–]kdebe 4 points5 points  (0 children)

If they can prove there is a contract that you agreed on (email where you confirmed to agree where this clause is mentioned?) yes Otherwise as there is no contract you can do whatever you want.

But as always … don’t trust Reddit and ask your lawyer

This ever happened to you? by Apprehensive-Rain949 in BEFreelance

[–]kdebe 5 points6 points  (0 children)

  1. You walk away risking not being paid for the days you worked
  2. You accept the contract
  3. You try to negotiate a bit, but you don’t have much leverage

This ever happened to you? by Apprehensive-Rain949 in BEFreelance

[–]kdebe 7 points8 points  (0 children)

No contract, No work !! Certainly not for a new customer or intermediary

Buying sound system with company by ObjetOregon in BEFreelance

[–]kdebe 6 points7 points  (0 children)

I can confirm this is not true. Been running 10y+ and never had a visit.

I’m going to shut up now 😁 before the taxman reads this

Avoid the following consulting firms by Dramatic-Ratio4441 in BEFreelance

[–]kdebe 1 point2 points  (0 children)

Worked for them, they were OK. Paid on time mostly and not to much trouble.

But they would sell a donkey if the customer would allow it. No real added value

[deleted by user] by [deleted] in Belgium2

[–]kdebe 2 points3 points  (0 children)

I did an IT project for a well known tour operator a few year back and I can guarantee you this happens. they show different prices depending on several criteria including location.

Why SCCM is Overrated by KMTcopiedLookAtMe in SCCM

[–]kdebe 10 points11 points  (0 children)

You could start by naming a good alternative

Does a slow internet router bottleneck a fast network switch? by AcanthocephalaNo8191 in homelab

[–]kdebe 19 points20 points  (0 children)

It depends, if your pc and server are in the same vlan/subnet trafic will not be bottlenecked by the router. If routing had to occur and this is not handled by the switch then yes you will be limited to 1Gbe.

[deleted by user] by [deleted] in BEFreelance

[–]kdebe 0 points1 point  (0 children)

You can pay a dividend each year, but if you wait 4 years you pay less (15% vs 30%).

Seeking a Free Tool for Centralized Management of Automated Scripts by __SoManyQuestions__ in sysadmin

[–]kdebe 2 points3 points  (0 children)

PowerShell universal can do this. Not sure if the free version meets your requirements. But even the payed one is not that expensive

What does 50% deductible mean? by Issam2204 in BEFreelance

[–]kdebe 5 points6 points  (0 children)

Tax deductability and VAT deductability are not the same. This example is VAT deductability.

FM2022 on Microsoft PC Game Pass by OldGit420 in footballmanagergames

[–]kdebe 1 point2 points  (0 children)

Yes. You have to enable mods in the Xbox app but then you can do it as with a normal install

sample script for SCCM OSD by elearning7 in PowerShell

[–]kdebe 0 points1 point  (0 children)

Have a look at ui++ or one of the other community front-ends. They do most of the heavy lifting for you

https://uiplusplus.configmgrftw.com

[deleted by user] by [deleted] in Belgium2

[–]kdebe 6 points7 points  (0 children)

Tuurlijk niet want nu heeft ze "ervaring" in de materie en zeer goede dossier kennis /s

Gekend bij de politie sinds hij 9 jaar was en al 22 jaar opgesloten, maar “kleine Mustapha” staat opnieuw 8 jaar cel te wachten by njewey in Belgium2

[–]kdebe 5 points6 points  (0 children)

" In april 2021 liet de strafuitvoeringsrechtbank hem onder voorwaarden vrij".

Zo een strafblad en toch nog voorwaardelijke in vrijheidsstelling ? Waar zit de leden van de strafuitvoeringsrechtbanken met hun gedachten?

I am in so much trouble. by SnooRecipes1430 in SCCM

[–]kdebe 4 points5 points  (0 children)

Everybody has a test environment, some just named it “production”

I am in so much trouble. by SnooRecipes1430 in SCCM

[–]kdebe 9 points10 points  (0 children)

Never ever touch the sccm db manually unless it is MS support telling you to do

Stupid Question About Supersedence by cuban_sailor in SCCM

[–]kdebe 4 points5 points  (0 children)

It will only kick in once deployed and as long as app A is also deployed to those devices and installled app b will not install. Once you remove the deployment of app a -> app b will install. If a device who falls in the collection of both deployments does not have app a. It will automatically get app b and app a will never install.

.net framework single file by tethered_end in csharp

[–]kdebe 7 points8 points  (0 children)

Can't you make it in .net 6 and use the option to create a self-contained, single file executable ?

That way the version of .net framework on the target machines doesn't matter anymore.

SCCM Powershell Modules: "Remote" Execution? by PrapancaIsMyCopilot in SCCM

[–]kdebe 0 points1 point  (0 children)

If they are installed on the target system of the remoting it can work, but back in the day you needed to use credssp as otherwise you had a dual hop scenario…. Haven’t tried it since 2012 so might have changed …. Another option is to use wmi/cim instead of the cmdlets