This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
PowerShell
Tagged Content List
Wiki Page:
SharePoint 2010: Créer une Nouvelle Application Web et une Collection de Sites en PowerShell (fr-FR)
Matthew Yarlett
Note : Cet article est une traduction. Si vous êtes bloqué sur le fait de créer toujours la même application application web SharePoint et que vous souhaitez l'automatiser, Windows PowerShell est la solution. Microsoft SharePoint 2010 est l'un des nouveaux produits qui prend en...
on
27 Dec 2013
Wiki Page:
SharePoint 2010: Create a new Web Application and Site Collection with Windows PowerShell
Matthew Yarlett
If you are nasty about creating always the same web application on SharePoint and you would like to automate it. Windows PowerShell is the solution. Microsoft SharePoint 2010 is one of the new products which supports Windows Powershell commands. Its really easy to do the most tasks you do normally...
on
27 Dec 2013
Wiki Page:
SharePoint 2010: Upload File in Document Library Using PowerShell
Matthew Yarlett
Introduction This article contains a PowerShell function that can be used to upload a file to a document library. The Function Parameters : $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $ DocLibName - Mandatory - SharePoint Library Name $ FilePath -...
on
27 Dec 2013
Wiki Page:
SharePoint 2010: Script to Give Reader Permission for a User in a Site Collection with PowerShell
Steven Andrews
This script will ensure reader permissions to specified user across site collection $site = Get-SPSite -Identity "http://mysite/" $user = Get-SPUser -Identity "mydomain\myuser" -Web $site . RootWeb $assignment = New-Object Microsoft.SharePoint.SPRoleAssignment ( $user ) ...
on
26 Dec 2013
Wiki Page:
How to Protect your Active Directory from RID Pool Depletion
Ed Price - MSFT
SID (Security Identifier) is a unique identifier that Active Directory uses to identify objects as security principal . It is maintained in every Active Directory Domain and is never re-used. The uniqueness of an SID within an Active Directory Domains comes from the uniqueness of its RID...
on
23 Dec 2013
Wiki Page:
SharePoint: Write-Once Fields
Carsten Siemens
Introduction Assume you have a requirement for making fields on a list read only once an item is added (a write-once field). Using the UI (User Interface), this isn't possible. There is a way to achieve a similar result though, by using PowerShell to edit the field (or by using CAML properties...
on
21 Dec 2013
Wiki Page:
System Center 2012 Integration Guide - Virtual Machine Manager
Brian Wren
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...
on
20 Dec 2013
Wiki Page:
Get Subscription Management Report for Activation Project
CValve
Before you start... This article is a part of a collection of articles. Please read Office 365 Reporting via PowerShell for Syndication Partners to understand the audience this article is intended for, the background, what's in scope and out of scope, assumptions and limitations. Scenario...
on
19 Dec 2013
Wiki Page:
Exchange Server 2013, “Move Request” ve “Mailbox Move” işlemleri(tr-TR)
Richard Mueller
Merhaba, Yazımda, Exchange 2007 versiyonundan buyana exchange management shell’de kullanmakta olduğumuz “mailbox move” cmdlet’lerinden bahsedeceğim.Exchange server mimarisi, exchange server 2013 sürümünde, eski sürümlere nazaran hayli değişti. Mailbox move işlemleri ve/veya move request işlemleri...
on
18 Dec 2013
Wiki Page:
SharePoint 2010: Find Event Receivers Attached to Lists
Benoit Jester [MVP]
Scenario You inherit a SharePoint site. Some of the lists do odd things and you want to find out if there are there event receivers on the list. If you have access to PowerShell and the SharePoint servers, you can use the following PowerShell code to find out. $GC = Start-SPAssignment $Site...
on
18 Dec 2013
Wiki Page:
SharePoint 2010: Trouver les Event Receivers Attachés aux Listes (fr-FR)
Benoit Jester [MVP]
Note : Cet article est une traduction. Scénario Vous héritez d'un site SharePoint. Quelques-unes des listes font des choses bizarres et vous voulez savoir s'il y a des récepteurs d'événements attachés à la liste. Si vous avez accès à PowerShell et aux serveurs SharePoint, vous...
on
18 Dec 2013
Wiki Page:
SharePoint 2010: Comment Créer une Bibliothèque de Formulaires en Utilisant un Script PowerShell (fr-FR)
Benoit Jester [MVP]
Note : Cet article est une traduction. Une personne a exprimé le besoin d'avoir un script PowerShell pour créer une bibliothèque de formulaires. C'est pourquoi j'ai ( Rashu,Rahul ) écrit le script ci-dessous qui fonctionne avec SharePoint 2007 et SharePoint 2010. Ce code peut être...
on
18 Dec 2013
Wiki Page:
SharePoint 2013: PowerShell - Web Applications
Matthew Yarlett
Table of Contents Cmdlet Reference PowerShell How To Content Database - Mount to Web Application Create a new Web Application Alternate Access Mapping Blocked File Type Extensions - Manage Browser File Handling (MIME Types) - Manage User Policy - Add Object Cache See Also Other Languages Cmdlet...
on
17 Dec 2013
Page 167 of 185 (4,625 items)
«
165
166
167
168
169
»