Skip to content

Commit efb2672

Browse files
committed
Updated README
1 parent a67fbc0 commit efb2672

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ To assist with rapidly packaging and uploading Autodesk custom deployments and p
3434
* Create a folder and place all the custom deployments and/or product updates in it.
3535
* Create a folder to act as temporary workspace for this tool. The folder must be empty.
3636
```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
3938
```
4039

4140
## Script Parameters
@@ -50,7 +49,7 @@ Mandatory parameter that specifies the ClientId belonging to the app you registe
5049
### TestGroupId
5150
Mandatory parameter that specifies the object id of the testing group. Apps will be assigned with available intent to this group.
5251
### 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.
5453
### Upload
5554
Optional parameter the controls whether or not packages are uploaded to Intune.
5655

0 commit comments

Comments
 (0)