File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ To assist with rapidly packaging and uploading Autodesk custom deployments and p
34
34
* Create a folder and place all the custom deployments and/or product updates in it.
35
35
* Create a folder to act as temporary workspace for this tool. The folder must be empty.
36
36
``` PowerShell
37
- Set-Location -Path <path_to_deploy-autodeskapppackages.ps1_here>
38
- .\Deploy-AutodeskAppPackages.ps1 -PackageSourcePath C:\Temp\Autodesk\source\ -WorkspacePath C:\Temp\Autodesk\workspace\ -TenantId 'domain.tld' -ClientId "00000000-0000-0000-0000-000000000000" -TestGroupId "00000000-0000-0000-0000-000000000000" -DeploymentNamePrefix "<optional-prefix-for-display-name>" -Upload
37
+ .\Deploy-AutodeskAppPackages.ps1 -PackageSourcePath 'C:\Temp\Source\' -WorkspacePath 'C:\Temp\Workspace\' -TenantId 'domain.tld' -ClientId "00000000-0000-0000-0000-000000000000" -TestGroupId "00000000-0000-0000-0000-000000000000" -DeploymentNamePrefix "<optional-prefix-for-display-name>" -Upload
39
38
```
40
39
41
40
## Script Parameters
@@ -50,7 +49,7 @@ Mandatory parameter that specifies the ClientId belonging to the app you registe
50
49
### TestGroupId
51
50
Mandatory parameter that specifies the object id of the testing group. Apps will be assigned with available intent to this group.
52
51
### DeplymentNamePrefix
53
- Optional parameter for specifying a prefix to the deployment name.
52
+ Optional parameter for specifying a prefix to the deployment name. There is no delimiter between this prefix and the display name of the app.
54
53
### Upload
55
54
Optional parameter the controls whether or not packages are uploaded to Intune.
56
55
You can’t perform that action at this time.
0 commit comments