Author | external help file | Module Guid | Module Name | online version | schema |
---|---|---|---|---|---|
Paul Boyer |
PSVault-Adobe_CreativeCloud-help.xml |
4308007e-471a-43bb-a4a2-95c3ec3bf358 |
PSVault-Adobe_CreativeCloud |
2.0.0 |
Quickly resolve the Adobe Creative Cloud Desktop app displaying a "You don't have access to manage apps" message
Enable-AppsPanel [-Disable] [-NoRevert] [<CommonParameters>]
Script automates the process of updating the configuration XML file or DB file (version dependent) to resolve the apps list issue. This is accomplished with some simple string manipulation and content get/set methods (or forced regeneration of the database file).
Enable-AppsPanel -Disable
Enable-AppsPanel -NoRevert
Parameter that is used to modify behavior of the XML file manipulaiton. When specified, the parameter will cause the script to disable the apps panel rather than enable it.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Changes the behavior of the DB file manipulation. Rather than appending a ".old" to the DB file in %LOCALAPPDATA%, the switch will cause the old DB file to be removed.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Script written by Paul B 10-16-2020
https://helpx.adobe.com/uk/creative-cloud/kb/apps-panel-reflect-creative-cloud.html