Skip to content

Commit 7e8cae9

Browse files
committed
Add note around the known file unblocking issue to the PowerShell Article
1 parent 4c3a142 commit 7e8cae9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

powerapps-docs/administrator/powerapps-powershell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ To run the PowerShell cmdlets for app makers, do the following:
5151
Add-PowerAppsAccount
5252
```
5353
54+
7. There is a [known issue](https://powerusers.microsoft.com/t5/Administering-PowerApps/Getting-errors-when-I-try-to-import-the-preview-powerapps/td-p/109036) today that may also require you to manually unblock the PowerShell files using the following command:
55+
56+
```
57+
dir . | Unblock-File
58+
```
59+
5460
## PowerApps cmdlets for app makers (preview)
5561
5662
### Prerequisite

0 commit comments

Comments
 (0)