powershell
powershell copied to clipboard
Removing requirement for https:// prefix with Connect-PnPOnline -Url
Type
- [ ] Bug Fix
- [X] New Feature
- [ ] Sample
Related Issues?
N/A
What is in this Pull Request ?
Changed that https:// prefix is no longer required when using Connect-PnPOnline -Url tenant.sharepoint.com to save some typing. It still supports adding it for backwards compatibility, i.e. Connect-PnPOnline -Url https://tenant.sharepoint.com will still work as well.