Sitecore PowerShell Extensions
Slack
YouTube
Stack Exchange
Donate
Search…
Introduction
Disclaimer
Installation
Training
Community
Interfaces
Working with Items
Modules
Remoting
Security
Releases
Troubleshooting
Code Snippets
Appendix
Common
Indexing
Packaging
Presentation
Provider
Security
Add-ItemAcl
Add-RoleMember
Clear-ItemAcl
Disable-User
Enable-User
Export-Role
Export-User
Get-Domain
Get-ItemAcl
Get-Role
Get-RoleMember
Get-User
Import-Role
Import-User
Lock-Item
Login-User
Logout-User
New-Domain
New-ItemAcl
New-Role
New-User
Protect-Item
Remove-Domain
Remove-Role
Remove-RoleMember
Remove-User
Set-ItemAcl
Set-User
Set-UserPassword
Test-Account
Test-ItemAcl
Unlock-Item
Unprotect-Item
Unlock-User
Session
Powered By
GitBook
Test-Account
Determines if the Sitecore role or user account exists.
Syntax
Test-Account [-Identity] <AccountIdentity> [-AccountType <String>]
Detailed Description
The Test-Account command determines if a Sitecore role or user account exists.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Parameters
-Identity <AccountIdentity>
Role or User name including domain. If no domain is specified - 'sitecore' will be used as the default value
Aliases
​
Required?
true
Position?
1
Default Value
​
Accept Pipeline Input?
true (ByValue)
Accept Wildcard Characters?
false
-AccountType <String>
Specifies which account to check existence.
All
Role
User
Aliases
​
Required?
false
Position?
named
Default Value
​
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
System.String
Outputs
The output type is the type of the objects that the cmdlet emits.
True or False
Notes
Help Author: Adam Najmanowicz, Michael West
Examples
EXAMPLE
1
PS master:\> Test-Account -Identity Michael
2
​
3
True
Copied!
Related Topics
​
https://github.com/SitecorePowerShell/Console/
Previous
Set-UserPassword
Next
Test-ItemAcl
Last modified
2yr ago
Export as PDF
Copy link
Contents
Syntax
Detailed Description
Parameters
-Identity <AccountIdentity>
-AccountType <String>
Inputs
Outputs
Notes
Examples
EXAMPLE
Related Topics