Tag: Powershell

Get file (download) from Sharepoint through PowerShell script
Get file (download) from Sharepoint through PowerShell script
Blog Posts

Another simple article, which provides a PowerShell script that I need to use to download a file from a Sharepoint site. So for that we are using the Pnp.Powershell module by giving the Sharepoint online credentials and then we use Connect-PnPOnline function to connect in the account from the PowerShell. The documentation of this module can be found here: PnP… READ MORE

Manage Team Templates with PowerShell
Manage Team Templates with PowerShell
Blog Posts

Microsoft Teams PowerShell module version 2.0.0 was just released for general availability. Module includes also cmdlets for managing team templates with support for basic CRUD operations. With the new module requirement for connecting Skype for Business Online is also deprecated, only Connect-MicrosoftTeams is required for using all included cmdlets. Listing templates All templates available can be listed… READ MORE

Foundational PowerShell For Developers - Part 1
Foundational PowerShell For Developers – Part 1
Blog Posts

PowerShell Introduction When Microsoft introduced PowerShell in the mid-2000’s, it was a pretty big deal. The venerable cmd.exe (based on DOS’s command.com) was not very effective in comparison to open source shells popping up on Windows that drug half of a GNU/Linux installation along with them. About 13 years ago I wrote about Microsoft’s new… READ MORE