Build a settings file and store it on the computer.
Initialize-SettingsFile [[-Server] <String>] [-CustomerID] <String> [<CommonParameters>]
This CMDlet will build a CSV file with information on how to connect to your organizations instance of ISTAdmin. You will also be prompted to select your credential file. If you haven't generated a credential file, please refer to the module documentation. Lastly you will be prompted to select a folder where the settings file will be stored.
Your organizations API instance of ISTAdmin. e.g: https://api.ist.com/ss12000v2-api/source//v2.0 This parameter is by default hidden and pre populated with the server adress to the EduCloud API
Required? false
Position? 1
Default value https://api.ist.com/ss12000v2-api/source/<REPLACE>/v2.0
Accept pipeline input? false
Accept wildcard characters? false
Your customer id eg. "SE00100"
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
Author: Simon Mellergård | IT-avdelningen, Värnamo kommun
PS C:\>Initialize-SettingsFile -CustomerID "SE00100"
# This will give you two different prompts. First one you will have to select the folder where the CSV file are to be stored. Second prompt will ask for the encrypted credential file holding you credentials.