The following are commands used for Monitoring replication networks.
PowerShell |
Write-ReplicatorUserMappings | |
Purpose |
Get user Mappings by Web Application or individual user and save them to an XML file. | |
Edition |
Standard, Enterprise, and Runtime only | |
Comment |
Gets all user Mappings from the specified Web Application and outputs them to an XML file called Usermapping.XML in the current directory. | |
|
URL |
Enter a URL to a Web Application. |
|
GetAll |
Get all user Mappings from the specified Web Application and save them to an XML file specified by SavePath parameter. |
|
GetUser |
Get a specific user's Mapping from the specified Web Application and display to console. |
|
SavePath |
The path of the XML file containing the user Mappings to be saved. Entering only a filename saves to the current directory while entering a full path saves to the specified location, which if doesn't exist, will be created. |
Write-ReplicatorUserMappings -URL "http://localwebapplication" -GetAll
None
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center