We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Thanks for this great project! I was exploring making my module dependent on PowerStig and was surprised by the names of the exported commands.
Please consider a PowerShell prefix such as PSG or Psg or Stg which helps reduce the possibility of naming conflicts.
PSG
Psg
Stg
FunctionsToExport = @( 'Get-DomainName', 'Get-Stig', 'New-StigCheckList' )
To
FunctionsToExport = @( 'Get-PSGDomainName', 'Get-PSGStig', 'New-PSGCheckList' )
The text was updated successfully, but these errors were encountered:
bcwilhite
No branches or pull requests
Hello,
Thanks for this great project! I was exploring making my module dependent on PowerStig and was surprised by the names of the exported commands.
Please consider a PowerShell prefix such as
PSG
orPsg
orStg
which helps reduce the possibility of naming conflicts.To
The text was updated successfully, but these errors were encountered: