changeScheduleOwner

Description

QScript to transfer schedule ownership to another user

If OperationType parameter is provided , ownership of only operationTypes schedule will be transferred.

To transfer ownership of all schedule Report , operation type 4004 should be provided.

Example: qoperation execscript -sn ChangeScheduleOwner -si oldUserName -si newUserName [-si scheduleName] [-si operationType]

To transfer ownership of all schedules from domain\userA to admin, please use below command.

Example: qoperation execscript -sn ChangeScheduleOwner -si "domain\userA" -si admin

To transfer ownership of specific schedule from domain\userA to admin, please use below command.

Example: qoperation execscript -sn ChangeScheduleOwner -si "domain\userA" -si admin -si "schedulename"

To transfer ownership of all report schedules from domain\userA to admin, please use below command.

Example: qoperation execscript -sn ChangeScheduleOwner -si "domain\userA" -si admin -si "" -si 4004

Usage

qoperation execscript -sn ChangeScheduleOwner -si oldUserName -si newUserName [-si scheduleName] [-si operationType]

Details

  • Scope: All
  • Platform: CommServe (Database: CommServ)
  • Release: 11.0.0

Disclaimer of Warranties

CommVault provides software tools and utilities on an "as is" basis, as a courtesy and convenience to its users, and they may be changed from time to time without notice. These tools and utilities are provided without express, implied, or statutory warranties of any kind. You assume full risk and responsibility for the selection, possession, performance and proper installation and use of the software tools and utilities, and for verifying the results obtained there from. Your use of CommVault software tools and utilities indicates your unconditional acceptance of the above disclaimer.

Loading...