PK MVPs #MsTechTalk – Pre-Ignite
Jerry Yasir SharePoint Blog
by Jerry Yasir
1y ago
Few MVPS including Myself met last week to discuss about pre-ignite and introduction of who we are. Watch and Enjoy Language: Mostly Urdu ..read more
Visit website
PK MVPs #MsTechTalk – Pre-Ignite
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
Few MVPS including Myself met last week to discuss about pre-ignite and introduction of who we are. Watch and Enjoy Language: Mostly Urdu ..read more
Visit website
Creating Teams from Excel using PnPPowerShell and Graph
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
In this video blog, I have shown the process of creating of Microsoft Teams team using Graph API and PowerShell. The script is using the same concept that you would use in any custom application. I have used PnPPowerShell for authentication and access token. The script for this video is available at the link below. https://github.com/jerryyasir/Samples/tree/master/CreateTeamWithoutTemplates ..read more
Visit website
Managing Azure AD Role Assignments using Groups
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
Managing Office 365 or Azure Active Directory Role assignments using Groups has been a widely discussed topic and has been requested by many. We have various workarounds available to handle it but Microsoft has finally launched a public preview of managing the role assignments using the groups. In the videos below, I have tried to cover both old and new way to managing this settings ..read more
Visit website
Managing Azure Active Directory Roles using Cloud Security Groups – Part 4
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
..read more
Visit website
Managing Azure Active Directory Roles using Cloud Security Groups – Part 3
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
..read more
Visit website
Managing Azure Active Directory Roles using Cloud Security Groups – Part 2
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
..read more
Visit website
Managing Azure Active Directory Roles using Cloud Security Groups – Part 1
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
..read more
Visit website
SharePoint Workflow Retirement and Power Automate
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
here is the quick discussion about SharePoint Workflow and Power Automate with Shakir Majeed Khan and Jerry Yasir SharePoint 2010 Workflow Retirement and Power Automate – Discussion ..read more
Visit website
SharePoint PNP Get Sub Sites in Site Collection
Jerry Yasir SharePoint Blog
by Jerry Yasir
3y ago
The script below will provide you list of sites in Site collection using SharePoint PNP PowerShell $Creds = Get-Credential $SiteUrl = "https://tenant.sharepoint.com/sites/sitecollection" Connect-PnPOnline -Url $SiteUrl -Credentials $Creds $Site = Get-PnPSite $Web = Get-PnPWeb function GetSubWebs($Web, $Context) { $Global:SiteCount++ $Context.Load($sweb.Webs) $Context.ExecuteQuery() foreach($aWeb in $sweb.Webs) { $aWeb.Url if($aWeb.Webs.Count > 0) { GetSubWebs $aWeb $Context } } } $Context= Get-PnPContext $webs= $Web.Webs ..read more
Visit website

Follow Jerry Yasir SharePoint Blog on FeedSpot

Continue with Google
Continue with Apple
OR