Browse by Tags

Tagged Content List
  • Wiki Page: PowerShell voor Beginners (nl-NL)

    Nota: Onderstaande bronnen zijn Engelstalig. Bronnen voor diegene die Powershell wil leren vanaf de basis. Using PowerShell for the First Time PowerShell Training: Back to Basics Scripting with Windows PowerShell TechNet Script Center Repository Hey, Scripting Guy! Blog - Site...
  • Wiki Page: Powershell per principianti (it-IT)

    NOTA: alcune risorse sono disponibili solo in lingua Inglese. Un elenco di risorse per cominciare l'apprendimento di Powershell dall'inizio. Scripting with Windows PowerShell TechNet Script Center Repository Hey, Scripting Guy! Blog - Site Home - TechNet Blogs An Introduction...
  • Wiki Page: PowerShell for Beginners

    Resources for those wanting to learn Powershell from the start. 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: How Storage Spaces Responds to Errors on Physical Disks

    Physical disks often experience errors of varying severity, from errors that the disk can transparently recover from, without interruption or data loss; to errors that are catastrophic and can cause data loss. Storage Spaces responds to a range of errors that can occur on physical disks, responding...
  • Wiki Page: BizTalk Server - Determine Version and Edition

    Table of Contents Introduction Registry Database Query PowerShell See Also Other languages Introduction In a BizTalk Server environment where you are unaware of the exact version and/or edition you have a couple of options to find out what the exact version and edition is. The options are opening...
  • Wiki Page: Administrando Máquinas Virtuales con PowerShell en Windows Azure (es-ES)

    En este post aprenderás a usar PowerShell para la automatización y administración avanzada de Máquinas Virtuales en Windows Azure. Primero veamos ¿Qué es Windows Powershell? Windows PowerShell es una interfaz de consola (CLI) con posibilidad de escritura y conjunción de comandos por medio de...
  • Wiki Page: SharePoint 2010: Get Site Users with Full Control/Owners Permissions with Powershell Script

    The following PowerShell script can be used to get users with Full Control permissions in sites. <# The below PowerShell script enumerates through all sites with unique permissions and fetches users with Full Control Permission granted directly to the site or through group membership...
  • Wiki Page: PowerShell: Optimization and Performance Testing

    Table of Contents Overview Default Order of Optimal Execution Optimization Considerations Am I using -Filter (if available)? Am I using Foreach-Object when for will work just as well? Am I testing a condition unnecessarily? Performance Testing Considerations Additional Resources Overview PowerShell...
  • Wiki Page: PowerShell - Using $args in Script Blocks

    Link to Parent: PowerShell - Deep Dive and Best Practice Using $args in script blocks can be problematic if you assume that it will behave like other variables. It does not (or, more accurately, the script block will not treat it like other variables). The documentation on exactly...
  • Wiki Page: PowerShell: Advanced Function Parameter Attributes

    Link to Parent: PowerShell - Deep Dive and Best Practice Reference for dealing with parameter attributes WORK IN PROGRESS Table of Contents What are parameter attributes Cmdlet Binding Attributes ConfirmImpact DefaultParameterSetName HelpURI SupportsPaging SupportsShouldProcess PositionalBinding...
  • Wiki Page: PowerShell: Deep Dive and Best Practice

    This will be a starting point to discussions on deep dives and best practices PowerShell - Running Executables PowerShell - Creating Custom Objects PowerShell - Getting the most from Trace-Command PowerShell - Optimization and Performance Testing PowerShell - Using $args in Script Blocks PowerShell...
  • Wiki Page: Adding custom diagnostic scripts to Windows Troubleshooter

    Many times when we face a problem in Windows, our first attempt to troubleshoot the problem is to run the built-in troubleshooter. A lot of scenarios exist wherein we run the diagnostics tool\troubleshooter, like to diagnose network connectivity issues, audio issues, etc. Troubleshooter can be accessed...
  • Wiki Page: SharePoint - PowerShell Snippets

    This wiki has been created to consolidate the SharePoint PS snippets we use on our day to day SharePoint activities. General Adding the SharePoint SNAPIN 1. # Add SharePoint Snapin to PowerShell 2. if((Get-PSSnapin | Where {$_.Name -eq "Microsoft.SharePoint.PowerShell"...
  • Wiki Page: PowerShell : DC PROMO Windows Server 2012

    #################################################################################################### # # Unattend_DCPROMO.ps1 # # v.01 The 26 November 2012 by Kévin KISOKA - Personal Website : http://www.it-deployment.fr # # Usage : # - Modules Work Only with Powershell 3.0 / .NET 4.0...
  • Wiki Page: Como Reverter ou Diminuir os Níveis Funcionais da Floresta e Domínio do Active Directory no Windows Server 2008 R2 (pt-BR)

    Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/850.how-to-revert-back-or-lower-the-active-directory-forest-and-domain-functional-levels-in-windows-server-2008-r2-en-us.aspx Table of Contents Visão Geral Antes de Rebaixar o Nível Funcional da...
  • Wiki Page: مدیریت اکتیو دایرکتوری با پاورشل (fa-IR)

    شروع در Powershell Powershell یک رابط متنی بر اساس دستور مبتنی بر وظیفه است که از زبان های اسکریپی پشتیبانی به عمل می آورد. به جهت سهولت این ابزار جهت مدیریت روی Windows Server توصیه می شود.دستورات Powershell را cmdlets می گوییم و با استفاده از این ابزار قصد داریم عملیات پیچیده ای را با ساده ترین...
  • Wiki Page: Windows PowerShell 3.0 – Uso de comodines para filtrar resultados (es-ES)

    PowerShell es una excelente herramienta de administración pero debemos aprender a manejarla para que nos resulte útil, cómoda, sencilla y por ende, práctica. Una de las primeras cosas que nos ponemos a toquetear con PowerShell es el listado de las características y roles del sistema pero cuando lanzamos...
  • Wiki Page: PowerShell Script - Checking/Auditing Symantec Endpoint Protection Status

    Hello All, This is my first post on here... in fact in any Wiki... The reason I'm here is because I have searched high and low for a script to suit a friend who came to me for help, but to no avail (similar to most people I imagine)... well not that really fit what I had set out to achieve...
  • Wiki Page: SharePoint 2010: Content Deployment

    There are many articles in the web by describing Content Deployment in SharePoint 2010. it is not working property and giving plenty of errors which direct us to restoring the backup rather than trying Content Deployment in the SharePoint Server. Here I'm going to my experiences and how I'm...
  • Wiki Page: SharePoint 2010: PowerShell Script to List Out Webparts Used in Publishing Pages

    This powershell script will enlist all webparts used in all publishing pages in a site. This script does not take any argument at the time of invoking it. This requires an input value for the site URL. This will be asked during the execution time and a message will be flashed to provide the same...
  • Wiki Page: SharePoint 2010: How To Enable the Developer Console

    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. This is a powershell script that will enable the developer console on a sharepoint farm: $consoleSettings...
  • Wiki Page: SharePoint 2010: Community Request - Please Embrace a Multilingual TechNet Wiki

    Update - Feb 25th, 2012 I wanted to update this post, as my initiative has been generating some differing opinions - which is exactly what I was hoping for. We're all on the same team and want the best solution possible for language support in the TechNet Wiki. There has been a positive chat...
  • Wiki Page: SharePoint 2010: How to Create a Form Library Using a PowerShell Script

    Someone expressed his needs to have a PowerShell script to create FormLibrary. Hence I have written the below script and it works in both SharePoint 2007 and SharePoint 2010. This code can be further modified to create other types of libraries as well. I am sharing my code here: param(...
  • Wiki Page: SharePoint 2010: Migrate Sharepoint 2007 to Sharepoint 2010

    Below is a step by step guide that I recently used to migrate MOSS 2007 to Sharepoint 2010. If you are using MOSS 2007 pre SP2, you will not be able to upgrade directly to 2010. You will need to upgrade your 2007 install first to MOSS 2007 SP2. You can download SP2 install from here: http://www...
  • Wiki Page: SharePoint 2010: Get "Modified" and "Modified By" Information from a View in a List or Library

    The "Modified", " Modified By ", " Created by ", " Created " cannot be accessed directly via the SPView object because this simply doesn't store that kind of information. To request this information the SPFile object needs to be used instead. "Created...
Page 5 of 23 (556 items) «34567»
Can't find it? Write it!