Skip to content

Commit 1288731

Browse files
committed
updated readme
1 parent ba4bb5f commit 1288731

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

GenerateInitialMapping.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ else {
1919
}
2020

2121
try {
22-
$Response = Invoke-PnPSPRestMethod -Url "$SOURCE_SITE_URL/_api/web/currentUser"
2322
Write-Host
2423
Write-Host Connected to the source site -ForegroundColor Green
2524
Write-Host "`tSite: $SOURCE_SITE_URL" -ForegroundColor Yellow
26-
Write-Host "`tUser: $($Response.Title) ($($Response.Email))" -ForegroundColor Yellow
2725

2826
$lists = Get-PnPList -Includes Views, Fields, DefaultView
2927
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
22
![Windows](https://img.shields.io/static/v1?label=OS&message=Windows&color=green)
3-
![Version](https://img.shields.io/static/v1?label=Version&message=3.9.4&color=white)
3+
![Version](https://img.shields.io/static/v1?label=Version&message=3.9.5&color=white)
44

55

66
# Flow & Power Apps Migrator

0 commit comments

Comments
 (0)