Browse by Tags

Tagged Content List
  • Wiki Page: Active Directory Replication Metadata

    Table of Contents Introduction Facts regarding Replication Metadata Commands Information Replication Not all attributes replicated Forward links Working with Replication Metadata Case 1: Capturing Replication Metadata for User Object Modification Case 2: Capturing Replication Metadata for DNS Record...
  • Wiki Page: Windows PowerShell:- Enable RSS on a Network Adapter

    RSS abbreviated for Receive Side Scaling has value by being enabled on a Server as it betters performance. By Default, RSS is enabled on Server 2016 and 2019 but cannot be enabled on Windows Server 2008 R2 or below. On Server 2012 or R2 you can enable it using a simple PowerShell command. First...
  • Wiki Page: PowerShell for Beginners

    Table of Contents Resources See Also Other Languages Resources for those wanting to learn PowerShell from the start. Resources Getting Started with PowerShell 3.0 Getting Started with PowerShell 4.0 , By Veeam Using PowerShell for the First Time PowerShell Training: Back to Basics...
  • Wiki Page: Windows PowerShell:- Disable IPv6 and Tunneling with a simple command

    In PowerShell, you are able to disable IPv6 on a Server using a single command as follows: reg add hklm\system\currentcontrolset\services\tcpip 6 \parameters /v DisabledComponents /t REG_DWORD /d 0 xFF /f Now you can take this a step further and also disable IPv6 tunneling as well...
  • Wiki Page: ADFS 2.0 High Availability and High Resiliency Walkthrough

    ADFS 2.0 can be designed with high availability and resiliency to provide authentication service for the applications. Inspired by the MSIT technical case study: Enhancing Federation Services for Internal and External Partners ( http://technet.microsoft.com/en-us/library/ff803566.aspx ). This article...
  • Wiki Page: AD FS 2.0: Migrate Your AD FS Configuration Database to SQL Server

    The AD FS configuration database stores all the configuration data that represents a single instance of AD FS 2.0 (also known as the Federation Service). You can store this configuration data in either a Microsoft SQL Server® database or using the Windows Internal Database. The Windows Internal Database...
  • Wiki Page: PowerShell form with Dynamic Content

    Tools were created (PowerShell forms/scripts) for other teams in the business. With the number of tools growing per team, we thought it would be a good idea to have all these tools accessed from a single application/form/tool. ...
  • Wiki Page: IIS: Easy Feature Installation with PowerShell

    Here is a script in PowerShell which can make your work easy when you want to deploy all IIS features for an application or a role in Windows Server all editions. $IISfeature = “web-server”,”web-asp-net”,”web-asp-net45″,”web-net-ext”,”web-net-ext45″,”net-http-activation”,”web-common-http...
  • Wiki Page: Azure: MVC application to refer js from blob

    When deploying your MVC application package to Microsoft Azure, all the script files are deployed to Azure within the package itself. You can give direct reference to js files within your views or you can bundle those files and then give the reference to the bundle(s). More information about bundling...
  • Wiki Page: SharePoint 2013: Resolving Missing server side dependencies in farm admin content database

    Table of Contents Introduction Method Results References Notes Introduction This posting presents the method used to resolve a Missing server side dependencies rule violation that was presented in the farm's health analyzer report. I had previously removed the PDF Share Forms Enterprise...
  • Wiki Page: PowerShell: Check VM Replicas using simple commands

    On a Hyper-V host, we can run a command to check the replica but we can format the data in multiple ways based on what we want to see. For example, we can run the following command below to view the replicas on a host: Get-VMReplication The command above pretty much gives us quite a bit...
  • Wiki Page: Office 365 : Retrieve all site mailboxes in your tenant

    Table of Contents Site Mailbox Get-Mailbox Method Get-MsolUser Method Create Report on Site Mailboxes See Also Other Languages Site Mailbox A site mailbox can be used from a SharePoint team site to store and organize team email. It can also be used from Outlook 2013 for team email, and as a...
  • Wiki Page: Office 365: License Users for Office 365 Workloads

    Table of Contents Overview MOP UI License users individually License users in bulk Microsoft Online Services Module for Windows PowerShell License users individually License users in bulk myO365Sku UsageLocation License user for Enterprise Pack Get licenses for an individual user Get a list of users...
  • Wiki Page: EHA to Office 365 Transition: How to Recover if you Experience a Journaling Outage

    Export messages from a user mailbox and import them to the user’s Exchange Online Archiving (EOA) mailbox This document is for customers who migrated to Exchange Online Archiving (EOA) from Exchange Hosted Archiving (EHA) and have an on-premises Exchange Server deployment. In organizations that...
  • Wiki Page: SharePoint Online: Remove site content type using PowerShell

    Table of Contents Solution How to find the content type id? Results Download One day the site content types got stuck and would not budge from a site. We cursed, begged and clicked a hundred times - none of these would get the desired result. We tried hitting the PC box harder but somehow it...
  • Wiki Page: SharePoint Versioning: the Powershell perspective (part 3)

    Tweaks and variations Table of Contents Tweaks and variations See also Loop through all sites in a site collection Loop through all sites in all site collection in the tenant Enable minor versions where possible and major versions in other lists Related articles See also Part 1: Versioning...
  • Wiki Page: Versioning and SharePoint: the Powershell perspective (part 2)

    Enable/disable versioning for all lists and libraries in one site Table of Contents Enable/disable versioning for all lists and libraries in one site Enable major versions for all lists Enable minor versions List vs Library Script Other Languages Part 1 Overview and Step-by-step commentary...
  • Wiki Page: Versioning and SharePoint: the Powershell perspective (part 1)

    Table of Contents Overview Application Supported lists and libraries Required permissions When versions are created Turn on versioning from the User Interface Enable versioning for a list using PowerShell Prerequisites Step-by-step comments Full code Minor versioning When versions are created Minor versioning...
  • Wiki Page: SharePoint Online: Turn on support for multiple content types in a list or library using Powershell

    Table of Contents Why? Content types User Interface PowerShell Prerequisites All lists All lists without blabbing One list Authentication function Setting function One list without blabbing All lists in all sites in a site collection Comments Script Results Download Related articles Why? This...
  • Wiki Page: SharePoint Online: Remove a stuck site mailbox and create a new one

    Table of Contents Definition Site Mailbox Stuck Remove From User Interface From Powershell From SharePoint Designer From User Interface (again) Create a new site mailbox Errors Scripts Other Languages Definition Site Mailbox A site mailbox can be used from a SharePoint team site...
  • Wiki Page: SharePoint 2013: AppFabric and Distributed Cache Service

    Table of Contents Introduction How is AppFabric leveraged in the context of SharePoint 2013? What Is Distributed Cache Service? Things to Remember Configuring Distributed Cache Service Start and Stop the Distributed Cache service Getting Started with Distributed Cache Check and Change The Memory Allocated...
  • Wiki Page: Windows PowerShell: Change the Execution Policy

    As an Admin you can restrict access to PowerShell and what can run. With a simple command you can view the execution policy set on a server: Get-ExecutionPolicy As shown above, it is set to unrestricted on this server. To change it to restricted as an example you can run the following...
  • Wiki Page: SharePoint 2010: Default Site Templates

    What is a SharePoint site template? SharePoint site templates are pre-built definitions designed around a particular business need. You can use these templates as they are to create your own SharePoint site and then customize the site as much as you like. SharePoint 2010 comes bundled with a...
  • Wiki Page: SharePoint 2010: Command Line Configuration

    PSConfig –cmd ConfigdDB– This step is required if you run the configuration first. In my case, I had not to run this command as the first step of the configuration was successful by the Configuration Wizard. PSConfig –cmd helpcollections –installall – This step installs help collections. PSConfig...
  • Wiki Page: SCOM 2012: How to run PowerShell scripts

    Table of Contents Scope Applies to Not supported Sample Script To begin the management pack creation Authoring management packs To Create the PowerShell script Monitor: References Download Scope Today we will show you all on how to run powershell scripts / .PS1 scripts / files using SCOM. ...
Page 19 of 90 (2,239 items) «1718192021»
Can't find it? Write it!