-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
GitHub Action edited this page Nov 20, 2024
·
1 revision
Parameter | Description |
---|---|
-ConfigFile |
Specifies the path to the configuration file. |
-Sequence |
Specifies the Sequence for parallel upgrade Content DB. |
-Install |
Add the SPSUpdate script in task scheduler |
-InstallAccount |
Specifies the service account who runs the scheduled task |
-Uninstall |
Remove the SPSUpdate script from task scheduler |
.\SPSUpdate.ps1 -ConfigFile 'contoso-PROD.json'
.\SPSUpdate.ps1 -ConfigFile 'contoso-PROD.json' -Sequence 1
.\SPSUpdate.ps1 -ConfigFile 'contoso-PROD.json' -Install -InstallAccount (Get-Credential)
.\SPSUpdate.ps1 -ConfigFile 'contoso-PROD.json' -Uninstall