Browse by Tags

Tagged Content List
  • Wiki Page: How To Build a Windows PowerShell Script

    This article is sourced from http://technet.microsoft.com/en-us/library/ff558716(v=vs.85).aspx . At TechEd NA 2012 a conversation with a customer who was asked for guidance on building a Windows PowerShell script to automate some IT tasks. Someone mentioned the article below on how build a driver...
  • Wiki Page: SharePoint 2010: Search Windows PowerShell cmdlets

    In SharePoint 2010, Search service is composed of several components, all of which provide specific functionality that is required for Search to operate. These components can be configured by using Windows PowerShell cmdlets. The following is a comprehensive listing of cmdlets that are available for...
  • Wiki Page: Get an Average Ping Response time of multiple Servers using PowerShell.

    Hi, If you are an IT admin, then I am sure you are using PING command everyday. In PowerShell we have an Test-Connection command which is a very good alternative of it. as we know PowerShell is an object based scripting language by using it we can do much more. Whenever I/we have network or internet...
  • Wiki Page: BizTalk Server 2013: IAAS Provisioning a Virtual Machine

    Table of Contents Introduction Provisioning a BizTalk Virtual Machine Windows Azure Management Portal Quick Create From Gallery Connect to Virtual Machine PowerShell (Scripting) Uploading an existing VHD Deleting the Virtual Machine Wrap up Call to action See Also Introduction BizTalk Server 2013...
  • Wiki Page: System Center 2012 Integration Guide - Virtual Machine Manager

    This document is the first part of a collection of documents that will make up the System Center 2012 Integration Guide . The purpose of the Integration Guide is to provide an overview of each System Center component in its role as a programmable platform to be leveraged for the Microsoft Private...
  • Wiki Page: Set Computer Name using PowerShell.

    Hi, Yesterday I faced a problem in which I need to change the computer name using PowerShell. First I was looking for some cmdlet which can do this job for me but there is not any inbuilt cmdlet for it. Then I searched and finally find a way by which I can do this within the PowerShell. This...
  • Wiki Page: Using BEEP sound in PowerShell Scripts.

    Hi, After watching the valentine post of “Jeffery Hicks” I started playing with $( [char] ) characters. And while working with these characters I found a great character that is character 7. So what is interesting in character number 7?, it is a Beep Sound. For example if in your script you...
  • Wiki Page: How to Use Powershell to add WorkflowActivities to GAC and AIC

    FIM ScriptBox Item Summary This script is intended to make the process of adding or updating new Workflow Activities to FIM by adding DLLs to the GAC and creating (if needed) a corresponding AIC object within the portal to enable FIM to access the new code. Script Code ...
  • Wiki Page: How To: Add a User in a SharePoint Site Using PowerShell

    This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. What is Windows Powershell ? Windows PowerShell command-line interface is a new command-line tool and...
  • Wiki Page: SharePoint 2010: come aggiungere un utente ad un sito usando Powershell (it-IT)

    Questo argomento è un how to. Si prega di mantenerlo chiaro e semplice per quanto possibile. Evitare discussioni speculative, come pure un esame in profondità dei meccanismi sottostanti o delle tecnologie correlate. Che cosa è Windows Powershell? L'interfaccia a linea di comando...
  • Wiki Page: FOPE DST Forcing a Full Sync

    Typically once you have the FOPE DST enabled and running updates are done in an incremental fashion. The FOPE DST makes use of what is called a DirSync Control http://msdn.microsoft.com/en-us/library/ms677626(VS.85).aspx in order to search for incremental updates since the last LDAP query to AD. This...
  • Wiki Page: SharePoint 2013 PowerShell - Lists and Document Libraries

    NOTE: This is a stub article. Please add more information as it becomes available. See Also SharePoint 2013 Portal SharePoint 2013 PowerShell Reference and Resources
  • Wiki Page: گام به گام مهاجرت DHCP Server از ویندوز سرور 2003 به ویندوز سرور 2008 (fa-IR)

    مقاله زیر در پاسخ به سوالاتی که در زمینه مهاجرت سرویس DHCP از ویندوز 2003 به ویندوز 2008 خواهد بود . ما قصد داریم به صورت گام به گام عملیات انتقال و مهاجرت سرویس DHCP از ویندوز سرور 2003 به 2008 را برای شما مرور نماییم اطلاعات اولیه : ما از یک سرور ویندوز 2003 نسخه R2 استفاده می کنیم ...
  • Wiki Page: Powershell: Check Version Before Running Script

    If you create a PowerShell script and we say it must be version 3.0, you can simply add this to your script: If ((Get-Host).Version.Major.Equals(3)) { #Your script will run here. } Else { #You can add an error message here, so the user will understand, he/she doesn't have the actual...
  • Wiki Page: SharePoint 2010: How to Set Metadata Properties using Powershell

    How to Set Attributes of Metadata properties for more than one property: 1. Reduce storage requirements for text properties by using a hash for comparison. Solution: Export and Import the Metadata Properties. Get all the properties to a txt file like MetadataProperties.txt. Run the...
  • Wiki Page: SharePoint 2013 PowerShell - Features and Solutions

    Table of Contents Cmdlet Reference PowerShell How To Deployment See Also Cmdlet Reference The cmdlets referenced in this section are official resources provided by Microsoft. Features and Solutions cmdlets PowerShell How To Deployment SharePoint Solution Deployer (TechNet Gallery...
  • Wiki Page: Implementing OCK - One Click Kill

    We as IT Administrators need a strong control over the physical and digital assets of the company. I've seen many instances where disgruntled ex-employees have locked their laptops because they were fired, deleted stuff from the internal SharePoint site they had access to, encrypted their drives...
  • Wiki Page: Managing Exchange 2010 External/Internal URL's via PowerShell

    Exchange 2010 has the concept of internal and external URL's for various virtual directories for the Client Access Server. It is important to specify the correct values as as the SAN certificates will need to match otherwise you will encounter use issues. Below commmands in powershell will...
  • Wiki Page: Setup SharePoint 2013 App Development Environment Using Powershell

    Note: You can use this method on sandbox environment where developers don’t want to setup the domain Name in DNS, Visual Studio will modify the host file during debugging to skip the need of creating the Domain name in DNS for App development on Development Environment. Assumptions - You have...
  • Wiki Page: Error al Acceder a Base de datos de Configuración, "[MOSS2010] The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered." (es-ES)

    Para poder acceder a la base de datos de configuración mediante Powershell si no tenemos configurado de la manera correcta nos aparece este error, por que el usuario que esta ejecutando el powershell no tiene los permisos suficientes para acceder a la base de datos. Error. ...
  • Wiki Page: Procedures For Configuring Test Labs in Windows Server 2012 Hyper-V

    Table of Contents Creating a new private virtual switch Creating a new virtual machine Adding a network adapter to a new virtual machine Installing an operating system on a new virtual machine Use the following procedures to build out test lab environments that are described in Microsoft Test...
  • Wiki Page: PowerShell dla początkujących (pl-PL)

    Oto zbiór zasobów dla tych, którzy zaczynają naukę PowerShella. Using PowerShell for the First Time PowerShell Training: Back to Basics Scripting with Windows PowerShell TechNet Script Center Repository Hey, Scripting Guy! Blog - Site Home - TechNet Blogs An Introduction to PowerShell...
  • Wiki Page: 初心者のための PowerShell (ja-JP)

    始めから PowerShell を学習するためのリソースです。 Using PowerShell for the First Time (英語) PowerShell Training: Back to Basics (英語) Windows PowerShell でのスクリプティング TechNet Script Center Repository (英語) Hey, Scripting Guy! Blog - Site Home - TechNet Blogs (英語) An Introduction to PowerShell Modules (英語...
  • Wiki Page: Powershell for Beginners (nb-NO)

    Under følger resurser for de som ønsker å lære seg PowerSehll, det tar for seg nybegynner stadige og over til avansert. Using PowerShell for the First Time PowerShell Training: Back to Basics Scripting with Windows PowerShell TechNet Script Center Repository Hey, Scripting Guy! Blog...
  • Wiki Page: Powershell para Iniciantes (pt-BR)

    Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/4307.powershell-for-beginners-en-us.aspx Recursos para aqueles que querem aprender Powershell desde o início. Using PowerShell for the First Time PowerShell Training: Back to Basics ...
Page 4 of 23 (556 items) «23456»
Can't find it? Write it!