
[SPS] Upload profile pictures from filesystem
Following my previous post on Profile Pictures, here is a new script that will allow you to upload Profile Pictures directly from your filesystem. […]
Following my previous post on Profile Pictures, here is a new script that will allow you to upload Profile Pictures directly from your filesystem. […]
SharePoint does not provide an out of the box method to remove un-needed/orphaned user Profile Pictures. When we discuss about profile pictures, we discuss about […]
– SPSite Objects have the “LastModifiedDate” parameter – so it shows when the site was last modified – SPWeb Objects have the “LastItemModifiedDate” parameter – […]
1 |
Get-SPWebApplication http://mywebapp/ | Get-SPSite | Get-SPWeb -limit all |% { $_.Lists | select @{n="Url";e={$_.RootFolder.ServerRelativeUrl} }, Title, ItemCount } | sort ItemCount -Descending | Export-Csv c:\temp\webapplists.csv |
Copyright © 2025 | PhoeNIXBird Networks