If you are on a freshly installed Windows server and can’t find IIS Site Mangement try this script below.
get-windowsfeature|where{$_.name -eq "BITS-IIS-Ext"}|add-windowsfeature get-windowsfeature|where{$_.name -eq "Web-Scripting-Tools"}|add-windowsfeature