Skip to content

Instantly share code, notes, and snippets.

@robert-niestroj
robert-niestroj / SpringBeanByEnum.java
Created September 1, 2023 21:48
SpringBeanByEnum
public enum Plan {
FREE, EXPRESS, PROFESSIONAL, ENTERPRISE
}
public class Customer {
long id;
String name;
Plan plan;
}
<#
.SYNOPSIS
Diagnoses common Windows 11 SMB / network-sharing problems and prints a
color-coded TUI report with pass/fail checks and recommendations.
.DESCRIPTION
Run this on the PC that is SHARING the folder (e.g. DELL-MICRO).
Optionally run it again on the CLIENT PC that gets the error, using
-TargetComputer to also test connectivity to the host.