Tagged Content List
  • Wiki Page: Remote Desktop Client Troubleshooting: Disconnect Codes and Reasons

    Table of Contents Summary More Information Script Example Event from Event Log Primary Disconnect Reasons Extended Disconnect Reasons Summary This article contains most of the current Remote Desktop Client disconnect codes and reasons. Please see parent article Remote Desktop Services RDS Logon...
  • Wiki Page: PowerShell: Generate Real Excel XLSX Files without Excel

    Table of Contents Problem Exploration The Excel XLSX file format .NET classes to create real Excel XLSX file from scratch Anatomy of a minimal Excel XLSX package file Minimal package structure Minimal package parts Required the document “start part”: workbook.xml Required: one (main) relationship part...
  • Wiki Page: SharePoint: Remove Orphan Users

    Table of Contents Introduction Applies To PowerShell Script For all web applications including central admin Web App: For all web applications excluding central admin Web App: For Single or Multiple site collections: Introduction This article explains to remove orphan users from SharePoint without...
  • Wiki Page: Logic Apps: Message Validation with XML, JSON and Flat-File Schemas (part 1)

    Table of Contents Article Series Introduction Overview Retrieving Schemas from the Integration Account run.csx project.json XML Validation The Logic App XML Validation Action XML Validation without an Integration Account run.csx project.json XML Validation with Integration Account Maps & Assemblies...
  • Wiki Page: Sharepoint: How to delete a timer job using PowerShell

    Many site admins need an easy way to delete a timer job. A timer job can always be deleted via a non-documented STSADM command as STSADM -o deleteconfigurationobject -id guid. However, this command is not recommended for the production environment. Hence to resolve this issue, this PowerShell...
  • Wiki Page: How to Create / Remove a VHD File in Windows 7 with PowerShell

    With this PowerShell script we're able to install a VHD file in Windows 7: Copy this script below into a notepad and name it to setup.ps1 #Set the colors for the console window $Host.Ui.RawUi.BackGroundColor = "Black" $Host.Ui.RawUi.ForeGroundColor = "White"...
  • Wiki Page: SharePoint 2013 Troubleshooting: MissingSiteDefinition V2V upgrade error

    Table of Contents Problem Troubleshooting Steps Solution References Notes Problem While performing a test-SPContentDatabase on a SharePoint 2010 content database that was restored to the backend of a SharePoint 2013 farm, discovered the following error in the upgrade report: 13 Sites in database...
  • Wiki Page: Azure: Moving VHD to Azure with PowerShell and create VM image

    Table of Contents Credits Introduction Issue Solution Prerequisites: Steps to move VHD to Azure using PowerShell Creating the image of the Virtual Machine Option 1. Creating the image of the Virtual Machine using PowerShell Option 2. Creating the image of the Virtual Machine in Azure Script Download...
  • Wiki Page: Run Map Reduce WordCount Example on HDInsight using PowerShell

    Create Hadoop Cluster of HDInsight in Microsoft Azure portal, First open Microsoft azure portal using your active subscription, Click on New and in Data Service menu there is option of HDInsight in that Click on Hadoop option. Than shown in below screenshot enter cluster name, select cluster size and...
  • Wiki Page: SharePoint 2007 or 2010: Using PowerShell to Copy Documents Between Sites

    Nowadays a very common and cumbersome task for the administrators is to copy documents between sites. To provide more flexibility see the following script. This script is executed in two modes. In the first mode it copies all the files from source folder to the destination folder. These folders...
  • Wiki Page: SharePoint 2013: how to restore Workflow Manager 1.0 workflows in the event of a disaster

    Table of Contents Introduction Procedure References Notes Introduction This posting consolidates notes and experience in restoring Workflow Manager 1.0 workflows from content database backups. It does not engage recovering workflow transactional history , but focuses strictly on recovering the...
  • Wiki Page: SharePoint Powershell: Create, update, delete and assign site Quota template

    Table of Contents Create a new Quota template Delete a Quota template Update code level and storage limit of existing Quota template Assign a Quota template to a site Collection: References This article demonstrates a PowerShell Script to create, update, delete and assign site Quota template....
  • Wiki Page: SharePoint 2016: Install Prerequisites Offline Using an Arguments File

    Table of Contents Introduction Procedure References Notes Introduction This posting consolidates notes regarding offline installation of SharePoint Server 2016 Enterprise prerequisites. The approach used here for offline installation of the prerequisites involves using PrerequisiteInstaller...
Page 10 of 75 (1,875 items) «89101112»