Skip to content

Commit 0a781b5

Browse files
authored
Merge pull request #389 from MicrosoftDocs/master
4/26 PM Publish
2 parents 8bd4c70 + c2f071c commit 0a781b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

powerapps-docs/administrator/powerapps-powershell.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To run the PowerShell cmdlets for app makers, do the following:
3535
4. Run the following one-time PowerShell command (this presumes you've never run PowerShell commands on the current machine):
3636

3737
```
38-
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
38+
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
3939
```
4040
4141
5. Import the necessary modules using the following commands:
@@ -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)