Tagged Content List
  • Wiki Page: PowerShell Trick: Use AD PSProvider to enable inheritance

    When we import the ActiveDirectory PowerShell Module then a PSDrive gets mapped too. This AD PS Provider is largely untapped and can be used for some very cool automation scenarios. A recent requirement involved enabling inheritance on several AD User accounts so that they could connect their Mobile...
  • Wiki Page: PowerShell: Disk Space Report (CSV)

    Abstract Monitoring disk space utilization of server(s) is the critical and important job for any administrator. Keeping things organized might improve application availability and server availability. This article takes us through the in-detail steps to read each drive and report every drive details...
  • Wiki Page: PowerShell 3 NetTcpIP Module

    NetTcpIP is a new PowerShell module which is coming with the PowerShell 3. Currently there are 34 commands are available with this module. We can get the available commands in this module using Get-Command -Module NetTcpIP Then it will display all the available commands with this module. ...
  • Wiki Page: SharePoint Online 2013: create new permission level in site, Create Group and Add to List / Library from XML

    Table of Contents Requirement Steps Requirement Create new permission level in a site, Create Group & Add to a List / Library in a SharePoint Online 2013 site from an XML file. Steps Usually, people prefer writing Visual Studio code in such cases. But as a part of their process, a customer...
  • Wiki Page: PowerShell Demo: Prompt for Choice

    Table of Contents Requirement Solution Hotkey See Also Requirement Our Service Desk needs a Prompt for Choice while executing PowerShell. Solution It's possible - but it matters how you modify it. Trick: In this demo, we will show a pop up with Short Keys. $Title = "Welcome"...
  • Wiki Page: PowerShell: String Formatting

    Table of Contents Introduction Concatenation of strings Inserting variable values to strings Array separator .NET formatting See Also Other Languages Introduction There are many methods to format strings in PowerShell. Some are easy, some are very powerful. In this article explained some methods...
  • Wiki Page: SharePoint 2016: An error occurred during the Generate Key process.

    Table of Contents Problem Troubleshooting Solution References Notes Problem Observed the following health rule violation in the Health Report for a newly deployed SharePoint Server 2016 farm: The Unattended Service Account Application ID is not specified or has an invalid value. Navigated...
  • Wiki Page: SharePoint 2010 Publishing Feature Activation

    One of our clients reported an issue while editing the home page of SharePoint portal. Error: "An Unexpected Error Occurred" Impact: Unable to save the changes made. Reason Provided by the customer: Power User tried to deactivate and activate the publishing feature. Team tried reactivating...
  • Wiki Page: SharePoint: Export your folder structure to XML using Powershell

    Table of Contents Retrieve folders Step 1: Add paths to SharePoint Online SDK Step 2a: Connect to SharePoint Online Step 2b: Connect to SharePoint Server Step 3: Load folders Create XML Step 1: Create XML Document Step 2: Create xml node Step 3: Find the parent Step 4: Append child Step 5: Add attributes...
  • Wiki Page: OCSP powershell script

    Table of Contents Credit Source Question Answer Solution (Script) Required parameters: Resources Credit [ IS4U Blog ] Source I read following question on http://blogs.technet.com/b/askds/ . Question Are there any available PowerShell, WMI, or command-line options for configuring...
  • Wiki Page: RMS Protection Tool - PowerShell Tips and Tricks

    The RMS Protection Tool is a great PowerShell tool for encrypting, decrypting or getting encryption status on files. It can be used manually or via script. Prerequisites .NET 3.5 AD RMS Client 2.1 ServerCertification permissions change: The PowerShell tool runs in server box mode (of...
  • Wiki Page: Remote PowerShell Execution For SharePoint On-Premises

    Table of Contents Background Why do we need this remote execution of PowerShell script? Use case Setup Remote Server Setup Up Client machine Summary Background We all know PowerShell is mostly used by SharePoint admins to manage their servers in a farm. SharePoint admins perform many activities...
  • Wiki Page: SCOM Override Creation Best Practices: Explicit Group issues

    Table of Contents Introduction More Info Options More info Issues: Workaround: Example: Process: Output file: PowerShell Script : Introduction The following post will help SCOM admin to setup: UAT testing Side-by-Side migration Monitoring recovery on failure Overrides play a key role in...
Page 8 of 75 (1,875 items) «678910»