How to setup a Powershell Script in Windows Task Scheduler with admin permissions?
问题 I am running the following PowerShell script that creates a Tableau backup and uploads it to Google Cloud Storage using the Windows Task Scheduler. #Tableau Server backup &$tsm maintenance backup -f $Backups_file -d -u $User -p $Password CD "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin" $backups_folder = "D:\Tableau Server\data\tabsvc\files\backups\" #default backup path for Tableau installation #&$tsm configuration get -k basefilepath.backuprestore $filename = get-childitem