Please clickMark as Best Response&Likeif my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please
dperez13Check this article for string formatting in PowerShell:Understanding PowerShell and Basic String Formatting Please clickMark as Best Response&Likeif my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes...
A couple of months agoRandy Drisgillasked me if there was a way to use the mighty PowerShell to set a web's master page in SharePoint 2010. Not being a branding guy I hadn't tried it before. Heck, I'm not even sure what a master page is, but for Randy I dug into it. The m...
Simply enter your credentials and the PowerShell console will connect to SharePoint Online. This method has one clear advantage – it works even when your account has MFA enabled. On the other hand, most people use PowerShell not to deal with the popups and additional windows and would rathe...
Create Alert in SharePoint using PowerShell ### Create an New alert for an user ###$SPsite= Get-SPSite"http://SharePointSite.com"$SPweb=$SPsite.Rootweb$SPlist=$SPweb.lists["Shared documents"]$SPuser=$SPweb.EnsureUser('Domain\Salaudeen')$SPnewAlert=$SPuser.Alerts.Add()$SPnewAlert....
The objective of this article is to introduce you to a process to assign licenses to your Office 365 users automatically.This process is based on a set of PowerShell scripts.You can find the required PowerShell script code at the end of this article....
Video demo of Zero Downtime Patching in SharePoint Server 2016 SharePoint Server zero downtime patching steps Video—How to enable Remote Windows PowerShell to use with SharePoint Server Upgrade from SharePoint 2010 to SharePoint 2013 Deploy software updates for SharePo...
I have used MSOLService from AzureAD powershell package to register the SharePoint Add-in Office365 tenancy. Here is how to register an Add-in.Download and install the AzureAD powershell package using the below PS commands. To Save Module run the below script. Save-Module -Name MSOnline ...
Why use PowerShell with Microsoft cloud services? PowerShell is a command-line shell and scripting language IT professionals use to automate administrative tasks across multiple Microsoft products and services. With Exchange Online, PowerShell is particularly helpful with user management, mailbox c...
SharePointPnP.PowerShell solution contains a library of PowerShell commands, which allows you to perform complex provisioning and artifact management actions towards SharePoint. The commands use CSOM and can work against both SharePoint Online as SharePoint On-Premises. ...