Rename a File in SharePoint Document Library using PowerShell
Requirement: Rename a File in SharePoint document library using PowerShell. PowerShell to Rename a File in SharePoint: Lets rename a file with ID "4" in "Documents" SharePoint library. Add-PSSnapin......
View ArticleArchive ULS & IIS Log Files in SharePoint using PowerShell
Requirement: Archive Log files of IIS and ULS Log. Log files in SharePoint (both IIS Log and ULS Log) could grow and fill-up the disk space based on your configurations and usage. There are... [[ This...
View ArticleBackup SharePoint Site Collection using Central Admin
Requirement: Backup a SharePoint Site Collection using Central Administration Backup Site Collection in SharePoint 2016 Central Admin Site collections can be backed up using SharePoint 2016 Central......
View ArticleHow to Backup-Restore a Site Collection in SharePoint using PowerShell
Requirement: Backup and restore a site collection in SharePoint 2013 using PowerShell. How to backup a site collection in SharePoint 2013 using PowerShell? Although you can backup site collections......
View ArticleSharePoint Online: PowerShell to Get All Site Collections and Subsites
Requirement: SharePoint online PowerShell to get all site collections and subsites. SharePoint Online PowerShell to list all site collections and subsites Here is the PowerShell to list all site... [[...
View ArticleGet All SharePoint Online Site Collections Inventory using PowerShell
Requirement: Get all site collections inventory in SharePoint Online using PowerShell PowerShell to Get All SharePoint Online Site Collections Inventory: Import-Module... [[ This is a content summary...
View ArticleSharePoint Online: Update Managed Metadata Field Value using PowerShell and CSOM
Requirement: Update managed metadata column value using PowerShell in SharePoint Online. SharePoint Online: PowerShell-CSOM script to update managed metadata Field Value Assuming the data is already......
View ArticleSharePoint Online: How to Deprecate a Managed Metadata Term in Term Store...
Managed Metadata Term store in SharePoint Online provides a fantastic way to classify data and enhance search results using pre-defined Terms. However, There are situations where you may need to... [[...
View ArticleSharePoint Online: Copy List Views using PowerShell-CSOM
Requirement: Copy a List View in SharePoint Online using PowerShell. How to Copy a List View in SharePoint Online? To copy view in SharePoint list through UI, follow these steps: Navigate to the... [[...
View ArticleSharePoint Online: Update Metadata of a Document using PowerShell
Requirement: PowerShell to update metadata of a file in SharePoint Online. PowerShell to Update the Metadata of a File in SharePoint Online: Lets update the "Status" Column value of a particular... [[...
View ArticleSharePoint Online: Get Site Collection Created Date using PowerShell
Requirement: Get Site Collection creation date in SharePoint Online. SharePoint Online: PowerShell to Get Site Creation Date How to check SharePoint online site creation date? Well, There is no UI......
View ArticleSharePoint Online: Get User Permissions Report using PowerShell
Requirement: Generate a permission report to audit a specific user's permissions in given SharePoint Online site collection, sub-sites, all its lists, libraries and list items. SharePoint... [[ This...
View ArticleHow to Check If SharePoint User is Member of a Active Directory Group using...
Requirement: Check If SharePoint User is Member of a Active Directory Group using PowerShell? Solution: Although we can check if a particular user account is member of a AD security group using AD......
View ArticleSharePoint Online: Export Permissions of a Site, List, Item using PowerShell
Requirement: Export permissions applied on a particular SharePoint Site, List or ListItem to CSV report. PowerShell to Export Permissions of a Site, List, List Item in SharePoint Online: This... [[...
View ArticleSharePoint Online: Get All Permission Levels using PowerShell
Requirement: Get permission levels in SharePoint Online site using PowerShell. SharePoint Online: PowerShell to Get Permission Levels This script returns all permission level names including... [[ This...
View ArticleSharePoint Online: Site Collection Permissions Report using PowerShell
Requirement: Generate permissions report for a SharePoint Online site collection. SharePoint Online: Site Collection Permissions Report using PowerShell This PowerShell script generates permission......
View ArticleGet SharePoint Page Layouts Usage Analysis Report using PowerShell
Requirement: Get an inventory of all available Page layouts and their usage in SharePoint site Collection. How to Get All Page Layouts in SharePoint? If you get into Site Settings page, You can find......
View ArticleSharePoint Online: Create Multile Site Collections in Bulk from a CSV File...
Requirement: Create new site collections in SharePoint Online in Bulk from a CSV File using PowerShell How to Create site collections from a CSV file in SharePoint Online using PowerShell? Step 1:......
View ArticleHow to Secure SharePoint 2016 Central Administration Site from HTTP to HTTPS...
Central Administration site is a web application where administration activities are performed for the farm. By default, Central Administration runs on non-secure HTTP. Enabling encryption ensures......
View ArticleHow to Change a SharePoint Web Application from HTTP to HTTPS?
Requirement: Enable HTTPS encryption in SharePoint Web Application using SSL certificate. How to Configure HTTPS for SharePoint 2016 web applications? Enabling HTTPS encryption ensures that... [[ This...
View Article