Forget /? . In PowerShell, use Get-Help or -? .
The command wmic help new is not a standard standalone command in Windows. Instead, it refers to using the verb within the Windows Management Instrumentation Command-line (WMIC) utility to generate new instances of WMI objects. wmic help new
The modern way to use WMIC is with (friendly names for WMI classes). Instead of: Forget /