TemporaryLocalFolder Parameter (Connect-Access Cmdlet)
Specifies the path or URI of the folder where the temporary MS Access database file is downloaded.
Syntax
Connect-Access -TemporaryLocalFolder string
Data Type
cstr
Default Value
""
Remarks
The path or URI to the folder where the provider downloads the Microsoft Access database file from cloud sources such as S3 or Azure. For example: TemporaryLocalFolder='C:/User/Download'. By default, the downloaded file is deleted automatically when the connection closes. You can change this behavior using the DeleteDownloadedFiles connection property.