@Robert Hi,
Thank you for posting in Q&A!
According to my research, unfortunately I didn't find any artical about the version restrictions of bulk importing NPS policy.
If you want to Bulk create NPS policies, There are no command line interfaces to create NPS rules which leaves one option. It is possible to export out the configuration to XML and also to import the configuration from XML. Therefore the solution is:
Export out the NPS configuration to XML
Export-NpsConfiguration -Path NPSConfig.xml
Modify the XML with the rules required
Import in the updated XML
Import-NpsConfiguration -Path NPSConfig.xml
You can use Windows PowerShell command to import the XLM file. For more details, please refer to:
https://www.itprotoday.com/windows-78/bulk-create-nps-policies
https://learn.microsoft.com/en-us/windows-server/networking/technologies/nps/nps-manage-export
Merry Christmas, Hope you have a nice day : )
Gloria
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
https://learn.microsoft.com/en-us/answers/articles/67444/email-notifications.html