Hello all,
I am hoping there is a quick way to do this that you can all help me out with. We have a particular folder on a drive that is used as a type of template for new customer information. When a new customer is onboarded, the folder/file hierarchy is copied to a folder like so:
gam user USERNAME copy drivefile id FILEID parentid PARENTID copyfilepermissions false newfilename "NEW CUSTOMER NAME" recursive copytopfoldernoninheritedpermissions never copymergewithparentfolderpermissions false copymergedsubfolderpermissions false copyfileinheritedpermissions false copyfilenoninheritedpermissions false
The top folder has a couple of dozen directories under it, and quite a few files scattered throughout. Once that is created, currently the project manager has to go through and manually rename folders and files to the new customer's name instead of just "customer"
How can I do an update within a folder that will replace the word "customer/CUSTOMER/Customer" with the "New Customer Name" on any matching folders/files? Can this be done with a simple update command with some regex?
Thanks a ton in advance for any help you can give me!