Below you will find pages that utilize the taxonomy term “Automation”
posts
PnP PowerShell: Enabling and Configuring Document ID in SharePoint
PnP PowerShell: Enabling and Configuring Document ID in SharePoint The Document ID feature in SharePoint is a powerful tool that assigns a unique ID to files, making it easier to reference and track documents. The script within the post activates and configures the Document ID feature using PnP PowerShell. Additionally, it covers the Set-PnPSiteDocumentIdPrefix cmdlet, which simplifies the process of setting a custom prefix for Document IDs.
Why Use Document IDs?
posts
Using OpenAI in Excel and Google Sheets
Using OpenAI in Excel and Google Sheets Integrating OpenAI’s GPT models into Excel or Google Sheets can unlock powerful automation and language processing capabilities. This blog post demonstrates how to use OpenAI’s API to translate text in a spreadsheet cell into French using a script.
Google Spreadsheet Apps Script Example The following script uses OpenAI’s GPT-3.5-turbo model to translate the content of a selected cell into French and outputs the result in the adjacent cell.