Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pkbullock committed Nov 15, 2023
1 parent 2101fbe commit b6bc01a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 136 deletions.
6 changes: 2 additions & 4 deletions scripts/powerapps-get-all-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
plugin: add-to-gallery-preparation
plugin: add-to-gallery
---

# Get all PowerApps in your tenant
Expand Down Expand Up @@ -38,8 +38,6 @@ $powerApps | Export-Csv "C:\Development\PowerShell\TEMP\powerAppsExport.csv" -No
```
[!INCLUDE [More about Power Apps PowerShell](../../docfx/includes/MORE-POWERAPPS.md)]


***


Expand All @@ -51,4 +49,4 @@ $powerApps | Export-Csv "C:\Development\PowerShell\TEMP\powerAppsExport.csv" -No


[!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)]
<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/template-script-submission" aria-hidden="true" />
<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/powerapps-get-all-apps" aria-hidden="true" />
52 changes: 52 additions & 0 deletions scripts/powerapps-get-all-apps/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"name": "powerapps-get-all-apps",
"source": "pnp",
"title": "Get all PowerApps in your tenant",
"shortDescription": "Sample script to create a lists of all apps in your tenant and exports to CSV",
"url": "https://pnp.github.io/script-samples/powerapps-get-all-apps/README.html",
"longDescription": [
""
],
"creationDateTime": "2023-11-13",
"updateDateTime": "2023-11-13",
"products": [
"PowerApps"
],
"metadata": [
{
"key": "POWERAPPS-POWERSHELL",
"value": "2.0.0"
}
],
"categories": [
"Report"
],
"tags": [
"Get-AdminPowerApp"
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/powerapps-get-all-apps/assets/preview.png",
"alt": "Preview of the sample Get all PowerApps in your tenant"
}
],
"authors": [
{
"gitHubAccount": "JimmyHang",
"company": "",
"pictureUrl": "https://github.com/JimmyHang.png",
"name": "Jimmy Hang"
}
],
"references": [
{
"name": "Want to learn more about Power Apps PowerShell and the cmdlets",
"description": "Check out the Power Apps PowerShell documentation site to get started and for the reference to the cmdlets.",
"url": "https://docs.microsoft.com/en-us/power-platform/admin/powerapps-powershell"
}
]
}
]
132 changes: 0 additions & 132 deletions scripts/powerapps-get-all-apps/assets/template.sample.json

This file was deleted.

0 comments on commit b6bc01a

Please sign in to comment.