Tagged Content List
  • Wiki Page: SharePoint 2010: Cleaning Up Deleted Databases

    A service application database was deleted in SQL Server Management Studio. After a while, I noticed errors in the event viewer on the WFE and ULS logs complaining that SharePoint was not able to login to the database that I deleted. Obviously, SharePoint still thought that the database existed so...
  • Wiki Page: Step-by-Step Migration DHCP from Windows Server 2003 to Windows Server 2008 R2 with Windows Server Migration Tools

    I see every day question about DHCP server migration from Windows 2003 to Windows Server 2008 R2, which is why I am writing this article. I think some people have no information about Windows Server 2008 R2 new feature ( Windows Server Migration Tools ). With this new feature, you can easily DHCP...
  • Wiki Page: Generate Exchange Environment Reports Using PowerShell

    Steve Goodman Update 17th August - V1.5.4 - New features and bug fixes ( see here for more information ) Update 24th July - V1.5.3 - Bug fixes ( see here for more information ) Update 21th July - V1.5 - Re-write with new features including Exchange 2003 support for mixed environments...
  • Wiki Page: Powershell Introduction

    Table of Contents Community Resources See Also Windows PowerShell is Microsoft's task automation framework. It enables you to perform command-line functions using the .NET Framework, COM and WMI. Administrators can automate tasks on local and remote systems. Almost any function that can be...
  • Wiki Page: Migrating Exchange 2007 to Exchange 2010

    Update the current exchange 2007 till date (SP2) and the domain controller is built on windows 2008 or later. To Raise Active Directory Functional level to Windows 2008 or higher. Open Power Shell PS C:\>Import-Module ActiveDirectory PS C:\>Set-ADDomainMode -Identity “domain...
  • Wiki Page: SharePoint 2010: Resolving Test-SPContentDatabase Errors

    One of the important steps involved in SharePoint migration: 2007 to 2010 or Farm migration within 2010 is to run Test-SPContentDatabase against the content databases from the destination farm where they are being migrated to. As outlined in the description, this check is to ensure that all custom...
  • Wiki Page: Export Enterprise Resource Details from PWA Using PowerShell

    $PWAUrl = "<PWA Site Url>" ; $EnterpriseResources =@(); $resSvcEndPt = [ string ]:: Concat ( $PWAUrl , "/_vti_bin/psi/resource.asmx?wsdl" ); $resSvc = New - WebServiceProxy $resSvcEndPt - UseDefaultCredential ; $resSvc . ReadUserList ( "All" ). Resources |...
  • Wiki Page: Create System Center Configuration Manager 2007 Software Metering Rules with PowerShell

    If you want to create many software Metering rules then you can use this code. This function uses CSV file to import data. Function Create-Rule { Param ( $strRuleFileLocation , $strComputer , $strSiteCode ) Try { #Check if file exists If ( Test-Path $strRuleFileLocation...
  • Wiki Page: Deploying AD RMS in Windows Server 2008 R2 SP1 with SQL Server 2012

    This article is for those who are attempting to deploy Active Directory Rights Management Services (AD RMS) on a server computer running Windows Server 2008 R2 SP1 that uses SQL Server 2012 to support the AD RMS databases. While the steps to accomplish AD RMS role deployment in Windows Server 2012...
  • Wiki Page: SharePoint 2010 : List of Features "ID, DisplayName and Scopes"

    SharePoint 2010 Administration is a very big task for "IT Administrator's" and for this SharePoint provides multiple methods to manage SharePoint Farms. Since SharePoint 2007 the PowerShell ISE has helped users create script after script to manage maintenance tasks as split of Databases...
  • Wiki Page: PowerShell V3 Featured Articles

    Table of Contents Purpose of this article Microsoft Articles MVP Articles Overview to Version 3 V3 Feature Community Articles Overview to Version 3 V3 Feature See Also Purpose of this article The purpose of this article is to provide links to other material: articles and blog posts that refer to...
  • Wiki Page: SetPrint.ps1: A Powershell Script to Set Some Default Settings on Print Queues

    Here's a script that sets the following default settings for all the print queues on your Windows Server 2008 R2 and Windows Server 2008 print server. Currently, you can set the following default settings: color, mono, twosided, onesided, and staple. What would you do to improve this script...
  • Wiki Page: VMM 2012 SP1: Installing and Configuring Dell EqualLogic PS Series SMP provider

    VMM 2012 SP1 supports the same storage arrays that were supported in VMM 2012, plus the SMP provider . For more info : ( http://social.technet.microsoft.com/wiki/contents/articles/4583.scvmm-2012-storage-and-load-balancer-provider-downloads-en-us.aspx ) Below are the steps to install and connect...
Page 122 of 130 (3,250 items) «120121122123124»