Add-BannedWord
Syntax
Add-BannedWord -Value <string>
Add-BannedWord -SecureString <SecureString>Parameters
Examples
Add-BannedWord -Value "password"Add-BannedWord -SecureString (Read-Host -Prompt "Enter the banned word to add to the store" -AsSecureString)Last updated