Skip to content

Commit

Permalink
Update sharepoint-quiz.md (#410)
Browse files Browse the repository at this point in the history
Adds two two missing new questions
  • Loading branch information
alinooshabadi authored Sep 27, 2020
1 parent eb340b9 commit eb2a210
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sharepoint/sharepoint-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,17 @@
- [ ] `Get-Command Microsoft.SharePoint.PowerShell`
- [ ] `Add-PSSnapin -Module: "Microsoft.SharePoint.PowerShell"`
- [ ] `Get-Command -Module "Microsoft.SharePoint.PowerShell"`


#### Q28. Which command do you use to view all SharePoint site collection with PowerShell?
- [ ] `Get-SPSite -Limit All | Format-Table -property URL,ContentDatabase`
- [x] `Get-SPSite -Limit All | Format-Table -property URL`
- [ ] `Get-SPWebApplication | Format-Table -property URL,ConnectDatabase`
- [ ] `Get-SPWebApplication | Get-SPSite -Limit All | Format-Table -property URL,ContentDatabase`


#### Q29. Which cloud-based tool can you use to add form response to a SharePoint List?
- [ ] `Forms`
- [ ] `Delve`
- [ ] `InfoPath`
- [x] `Power Automate`

0 comments on commit eb2a210

Please sign in to comment.