RaveFocus SharePoint launch control
SharePoint first List apply attempt
This is a guarded attempt to create only the task requests List with device login. It does not switch forms live.
admin consent required for PnP SharePoint connection status
True completed
False timed out
exit code
Command:
powershell -NoProfile -ExecutionPolicy Bypass -File launch\create-sharepoint-lists-from-templates.ps1 -ListName "task requests" -AuthMode DeviceLogin -Tenant ravefocus.onmicrosoft.com -ApplyIf completed
npm.cmd run verify:sharepoint-formsnpm.cmd run sync:sharepoint-idsnpm.cmd run build:microsoft-id-reconciliationnpm.cmd run preflight:final-report
If timed out
Retry from an interactive admin session with powershell -NoProfile -ExecutionPolicy Bypass -File launch\create-sharepoint-lists-from-templates.ps1 -ListName "task requests" -AuthMode DeviceLogin -Tenant ravefocus.onmicrosoft.com -Apply.
Safety
- attempt targets only the task requests List
- forms remain draft-safe until verification and final preflight pass
- do not upload passwords, payment data, private records, ID photos, recovery codes, or payout settings
Output excerpt
RaveFocus SharePoint List creation packet
Site: https://ravefocus.sharepoint.com
Tenant: ravefocus.onmicrosoft.com
Mode: APPLY. This will create missing Lists and fields.
Scope: single List 'task requests'.
Using PnP.PowerShell 1.12.0
WARNING: [7m
ÿ
A newer version of PnP PowerShell is available: 3.0.0.
ÿ
Use 'Update-Module -Name PnP.PowerShell' to update.
Use 'Get-PnPChangeLog -Release 3.0.0' to list changes.
ÿ
You can turn this check off by setting the 'PNPPOWERSHELL_UPDATECHECK' environment variable to 'Off'.
ÿ
[0m
AADSTS700016: Application with identifier '31359c7f-bd7e-475c-86db-fdb8c937548e' was not found in the directory 'Rave Focus'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant. Trace ID: afe52b1b-b7b3-4145-866f-5574aae45200 Correlation ID: 08de57a7-43ca-427b-8357-fb5f7e39a967 Timestamp: 2026-07-01 03:27:05Z
Connect-PnPOnline : Unable to connect using provided arguments
At C:\Users\trave\Documents\Codex\2026-06-28\chrome-plugin-chrome-openai-bundled-file\launch\create-sharepoint-lists-fr
om-templates.ps1:2943 char:5
+ Connect-PnPOnline -Url $SiteUrl -Tenant $Tenant -DeviceLogin
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Connect-PnPOnline], PSInvalidOperationException
+ FullyQualifiedErrorId : InvalidOperation,PnP.PowerShell.Commands.Base.ConnectOnline