-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
GitHub Action edited this page Oct 29, 2024
·
1 revision
Parameter | Description |
---|---|
-ConfigFile |
Specifies the path to the configuration file. |
-FarmAccount |
Specifies the service account who runs the script |
-CleanServices |
Remove published services on each trusted farm |
Run the script with a specified configuration and farm account:
.\SPSWeather.ps1 -ConfigFile 'contoso-PROD.json' -FarmAccount (Get-Credential)
Remove published services on each trusted farm:
.\SPSWeather.ps1 -ConfigFile 'contoso-PROD.json' -CleanServices