Cannot post - get error about new users can only post 2 links

Hello and welcome to the forum. I’m guessing the limit is to prevent new accounts from being spun up just to spam the forum with links to things they want to promote.
In your other post: Issue with Get-Content in foreach loop
in the script output you were sharing the one example that’s present was a domain name, which got automatically turned in to a hyperlink:
image
my guess is that you were originally trying to share more output from the script and the forum was automatically trying to convert domain names in to hyperlinks, and you ran up against the limit.
A good recommendation would be: anytime you’re posting content from Powershell, or Powershell output, use the Preformatted Text button. I.e.

domain.com
otherdomain.com
# comment before some code
Get-ChildItem .\* -Recurse

In the preformatted text box we can see that domain names are not automatically converted to hyperlinks.