Here is what I did in order to create content type,
- Connect to content type hub(https://.sharepoint.com/sites/contentTypeHub/) via Connect-PnPOnline
- Create Content Type with command Add-PnPContentType
- Navigate to https://.sharepoint.com/sites/testsite/
- Navigate to Site Settings -> Content Types and could not find the content type
Because I couldn't see my content type so I went back to Conte Type Hub to see if its published or not and don't see it's published. Do I have to publish it? If yes is there a way I can publish it via PowerShell?
