Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
D365FOIAM
1.0.1
Modules/PSFramework/1.9.310/internal/scriptblocks/strings.validate.ps1
Set-PSFScriptblock
-Name
'PSFramework.Validate.SafeName'
-Scriptblock
{
$_
-match
'^[\d\w_\-\.]+$'
}
-Global