Browse by Tags

Tagged Content List
  • Wiki Page: Windows PowerShell Security Survival Guide

    Lots of people new to PowerShell have question about security. This article is meant to be the place to collect links on PowerShell security, esepcially remoting security. Feel free to add information and links to this article--it is the Wiki way! PowerShell’s Security Guiding Principles...
  • Wiki Page: Wiki: Comment insérer du code Windows PowerShell formaté sur le Wiki TechNet (fr-FR)

    Note : Cet article est une traduction de l'article Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki . Cet article est un " how to". Merci de le conserver aussi clair et simple que. Evitez également les discussions inutiles de même que les précisions...
  • Wiki Page: Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki

    This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as deep dive into underlying mechanisms or related technologies. You might want to insert formatted and colored code syntax (the colorized and formatted script code is easier...
  • Wiki Page: How to Change the Owner Value for All VMs in SCVMM 2008

    Note: This article is based on VMM 2008 and might not apply to VMM 2012 (R2) Have you ever found yourself in a situation where you have a bunch of virtual machines (VMs) where the OWNER value is set to UNKNOWN and you wanted to set a value owner without having to modify them one VM at a time? If...
  • Wiki Page: Video – Deep Dive Active Directory Powershell TR-tr

    Bu web seminerinde derinlemesine Active Directory Powershell komutları anlatılıp uygulamalar yapılacaktır. Deep Dive Active Directory Powershell from Serhad MAKBULOĞLU on Vimeo .
  • Wiki Page: Sunum – Deep Dive Active Directory Powershell (TR-tr)

    Bu web seminerinde derinlemesine Active Directory Powershell komutları anlatılıp uygulamalar yapılacaktır. Deep Dive Active Directory Powershell from Serhad MAKBULOĞLU
  • 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: 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: Windows PowerShell Survival Guide

    This article was formerly titled "Automating IT Tasks with Windows PowerShell Overview."** Table of Contents Introduction and Getting Started Purpose of this Document Scope of this Document Learning PowerShell Fundamentals Guides Quick Reference Materials Videos Covering PowerShell Fundamentals...
  • Wiki Page: Putting a Group of Computers into Maintenance Mode via Windows PowerShell

    Have you ever found yourself in need of putting a group of systems into Maintenance Mode in System Center Operations Manager 2007 R2? If so you can use the script below. Note that in SCOM 2007 R2 there is no need to put the health service and health service watcher into Maintenance Mode separately...
  • Wiki Page: Using Pre-4.6 MSI Packages with the App-V 4.6 Client

    The App-V 4.6 client has been tested extensively with pre-4.6 sequenced packages. If you have 4.5 RTM packages which use MSI for deployment, then they will have to be updated (4.5 CU1 and SP1 MSIs are not affected by this). There are three ways to update your 4.5 RTM packages: Use the MSI...
  • Wiki Page: Disable Kullanıcı Hesaplarının Listelenmesi (tr-TR)

    Aşağıdaki veya ekteki Powershell scripti kullanılarak, Active Directory ortamında ki kapalı olan bütün kullanıcı hesapları listelenebilir.Powershell scriptini, AD Module for Windows Powershell’de çalıştırmanız gerekiyor. Search-ADAccount -AccountDisabled | where {$_.ObjectClass -eq ‘user’} | FT Name...
  • Wiki Page: How to Use a Windows PowerShell Script to Recover an Item in Data Protection Manager

    This article will walk you through the steps of doing a simple file restore from Windows Powershell. This is the command as listed in TechNet: Recover-RecoverableItem [-RecoverableItem] <RecoverableObject[]> [-RecoveryOption] <RecoveryOptions> [-RecoveryPointLocation <RecoverySourceLocation...
  • Wiki Page: SharePoint 2010: Orphan Search Scopes

    Table of Contents Definition Scopes Configuring Scopes Managing Scopes Definition Scopes A search scope defines a subset of information in the search index. Users can select a search scope when performing a search to restrict search results to the subset of information that they want. This can...
  • Wiki Page: SharePoint 2013: Distributed Cache (AppFabrikCache) part 2/2

    Table of Contents Debug of Cache $serviceInstance.Unprovision() Allocate Memory on Distributed Cache Service Change the Memory allocation Add or Delete a server on a Distributed Cache Cluster Graceful shutdown of the Distributed Cache Service Change the Managed Account Repair a Cache host What you need...
  • Wiki Page: Windows PowerShell (pl-PL)

    Table of Contents Wstęp Wersje Funkcje Jak zainstalować PowerShell PowerShell moduły, rozszerzenia i przystawki Edytory i konsole PowerShell’a Nauka PowerShell’a Inne języki Wstęp Windows PowerShell jest jednocześnie skryptowym językiem programowania jak i powłoką wiersza poleceń stworzonym przez...
  • Wiki Page: PowerShell V3 - Featured Articles

    Windows 8 Developer Preview and PowerShell v3 First Look PowerShell ISE v3 – Now With IntelliSense @ Jonathan Medd's Blog PowerShell v3 – A Quick First Look @ Jonathan Medd's Blog First Glimpse at PowerShell v3 « Dmitry’s PowerBlog: PowerShell and beyond Windows Server 8 – Now with...
  • Wiki Page: Windows Server 2008 R2 PowerShell Backup

    The Windows Server Backup feature of Windows Server 2008 R2 includes an enhanced Windows PowerShell Snap-in that can be used to manage and control Windows Server backups. But before you can use the Snap-in, you need to enable the feature on Windows Server, and then load the snap-in. Once the feature...
  • Wiki Page: Hyper-V: How to Initiate a Live Migration Using Windows PowerShell

    You can initiate Live migration using Windows PowerShell scripts for failover clustering. This is one of the steps documented in Hyper-V: Using Live Migration with Cluster Shared Volumes in Windows Server 2008 R2 ( http://technet.microsoft.com/en-us/library/dd446679%28WS.10%29.aspx#BKMK_initiateLM...
  • Wiki Page: Windows PowerShell

    Table of Contents Introduction Versions Features How to get PowerShell PowerShell Snapins, Modules and other Extensions PowerShell hosts and editors Learning PowerShell Other Languages Introduction Windows PowerShell includes a scripting language and command shell created by Microsoft to provide...
  • Wiki Page: Windows PowerShell (ja-JP)

    Table of Contents 紹介 バージョンと発表時期 OS ごとの利用可能バージョン コンシューマー OS サーバー OS 関連項目 他の言語 紹介 Windows PowerShell ( または、単に PowerShell) は、コマンド ラインのシェルとして、またスクリプトとして実行可能なプログラミング言語です。PowerShell は、Windows OS およびその他の Microsoft 製品の、主にシステム管理や自動化を行うために設計、利用されます。PowerShell は .NET Framework 上に構築されているため、利用するためには ...
  • Wiki Page: How to Get the List of All the Computers in Maintenance Mode in System Center Operations Manager 2007

    Here's a cool tip from Ritesh Grover, one of Microsoft's excellent support engineers on the Operations Manager team. If you're looking for a script to quickly get a list of the computers that are in Maintenance Mode then this should do the trick: ======== To get a list of all computers...
  • Wiki Page: PowerShell-Enabled Technologies

    Many companies have provided out of the box support for managing their software with Windows PowerShell . This list only covers those companies, not any 3rd-party modules or snap-ins. For the list of standalone (i.e. not bundled with any bigger product) 3 rd -party and community extensions please...
  • Wiki Page: How to Paste Formatted PowerShell Code with Line Numbers on TechNet Wiki

    The line numbers portion of this script is only really useful for displaying longer scripts. The line numbers are probably better suited for use in TechNet Gallery. This is an extension to the article " How to Insert Formatted Windows PowerShell Code on TechNet Wiki ". With this method...
Page 1 of 2 (38 items) 12
Can't find it? Write it!