Exporting User Profile Properties via User Information List
The following post covers a few ways you can get and export user properties from the SharePoint profile service – i.e the profile fields like “About Me”
Read Moreby Omar | Sep 30, 2022 | Active Directory, PowerShell, SharePoint Services | 0 |
The following post covers a few ways you can get and export user properties from the SharePoint profile service – i.e the profile fields like “About Me”
Read Moreby Omar | Jun 14, 2019 | PowerShell | 0 |
Use the following code snippet to get all of the users within your tenancy that are registered for...
Read Moreby Omar | Feb 27, 2019 | Office 365, PowerApps, PowerShell | 2 |
Have you created a PowerApp which accesses a resource like an Office 365 Users Profile connection using a system account only to find the user is presented with a screen asking them to grant access to the connection?
Not great when it comes to wanting a seamless experience, so how can we fix this?
Read Moreby Omar | Jan 8, 2019 | Office 365, OneDrive, PowerShell, Recovery | 1 |
Need to recover a OneDrive or SharePoint site?
Read Moreby Omar | Sep 17, 2018 | Azure, PowerShell | 0 |
If you have an application registration setup in Azure for custom app access to your Office 365...
Read Moreby Omar | Jul 31, 2018 | PowerShell, SharePoint List Settings, SharePoint Useful Tricks | 1 |
Publish all files in a document library programatically using Powershell and SharePoint Online...
Read Moreby Omar | Jul 31, 2018 | PowerShell | 0 |
In order to Get all sites from within an SharePoint Online tenancy we can run a pretty simple...
Read Moreby Omar | Jul 31, 2018 | PowerShell | 0 |
Use the script below to get all of the deleted sites in the SharePoint Admin Recycle bin for your...
Read Moreby Omar | Jul 31, 2018 | Office 365, PowerShell, SharePoint Services, SharePoint Useful Tricks | 0 |
With the introduction of Modern Sites in SharePoint there are a few ways you can create Modern...
Read Moreby Omar | Apr 5, 2016 | PowerShell, SharePoint, SharePoint List Settings | 0 |
[PowerShell] ########################################### Add-Type -Path “C:\Program Files\SharePoint Online Management Shell\Microsoft.Online.SharePoint.PowerShell\Microsoft.SharePoint.Client.dll” Add-Type -Path...
Read Moreby Omar | Apr 5, 2016 | PowerShell | 0 |
In this post we’ll look at use PowerShell to create an item in a SharePoint List pulling the information from a CSV file One scenario for this could be for example having an on-premise system with no external cloud access...
Read Moreby Omar | Feb 29, 2016 | OneDrive, PowerShell, SharePoint | 0 |
If you find yourself in the situation where you have deleted a site from the admin centre but need to create a site with the same name you won’t be able to until the site is removed from the admin recycle bin, to delete...
Read More