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
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM-HELP
forefront
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Luiz Henrique Lima Campos
Lync Server 2010
marcelo strippoli
Microsoft
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
ru-RU
security
SharePoint
SharePoint 2010
SharePoint 2013
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Portuguese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Wiki
>
All Tags
>
PowerShell
Tagged Content List
Wiki Page:
AD RMS (Windows Server 2008 R2) and SQL Server 2012 Install Steps
Yagmoth555
Adding AD RMS on Windows Server 2008 R2 with a SQL Server 2012 backend is supported, but a hotfix (KB2619256) must be installed. The problem is that the hotfix will only install after some of the AD RMS components are installed. To get around this "Catch 22" situation, you can install using...
on
22 Sep 2013
Wiki Page:
How to Script the Export/Modify of Active Directory Objects Attributes
i.biswajith
Table of Contents DSQUERY Powershell Quest Powershell Script Find some specific attributes for a OU users using powershell Find users attributes (Users input from a Text file) Below example for user attributes How to reset the passwords for some specific users How to update the manager field for bulk...
on
22 Sep 2013
Wiki Page:
ADDS PowerShell (CMDLET, ADSI & .Net) to Expedite Your Tasks
i.biswajith
Table of Contents CMDLET ADSI PowerShell ADSI(Active Directory Services Interface) commands 2. How to find the Group members for a Group. 3. Listing an OU Contents 4. Finding FSMO using .Net Namespace "System.DirectoryServices" 5. Finding All attributes & Properties How to get the Property...
on
22 Sep 2013
Wiki Page:
Windows To Go Step by Step
HolgerSinn.Com
Introduction Windows To Go workspace is an enterprise feature of Windows® 8 that enables users to boot Windows from a USB-connected external drive. Windows To Go drives can use the same image that enterprises use for their desktops and laptops, and can be managed the same way. Offering a new mobility...
on
21 Sep 2013
Wiki Page:
Active Directory: Characters to Escape
Richard Mueller
Almost any characters can be used in distinguished names in Active Directory. However, some characters must be escaped with the backslash "\" escape character. Table of Contents Active Directory ADSI Non-Keyboard Characters VBScript PowerShell PowerShell New-AD* Cmdlets ADsPath LDAP Filters...
on
20 Sep 2013
Wiki Page:
SharePoint 2010: How to Find and Filter Wiki Articles that Include PowerShell
Benoit Jester
Table of Contents See Also Other languages Did you know that you can easily find SharePoint 2010 related TechNet Wiki articles that include PowerShell using tag filtering? All articles that have "SharePoint 2010" and "PowerShell" in their tags which allows you to create a...
on
20 Sep 2013
Wiki Page:
SharePoint 2010 : Comment trouver et filtrer les articles du Wiki qui incluent du PowerShell (fr-FR)
Benoit Jester
Table of Contents Voir aussi Autres langues disponibles Saviez-vous que vous pouvez facilement trouver des articles du Wiki TechNet concernant SharePoint 2010 qui incluent du PowerShell en utilisant le filtre par tags ? Tous les articles qui ont « SharePoint 2010 » et « PowerShell » dans leurs...
on
20 Sep 2013
Wiki Page:
Restart Timer Service in Sharepoint Farm using Powershell
Girish Goudar
Following is the script to restart the timer service in SharePoint Farm #region :- Restart Timer on all web front end servers [array]$servers= Get-SPServer | ? {$_.Role -eq "Application"} $farm = Get-SPFarm foreach ($server in $servers) { Write-Host "Restarting Timer Job...
on
20 Sep 2013
Wiki Page:
SharePoint 2010 : Script PowerShell pour lister les documents extraits dans une collection de sites avec le détail des versions (fr-FR)
Benoit Jester
J'ai reçu récemment une demande pour créer un rapport qui détaille les éléments extraits d'une une collection de sites. Ce rapport doit également contenir les données de la personne pour qui le document est extrait. Il devrait également fournir la version, et même si aucune version n'existe...
on
20 Sep 2013
Wiki Page:
SharePoint 2010: PowerShell Script to List the Documents Checked Out with Version Details in a Site Collection
Benoit Jester
Hi, I received a recent requirement to create a report that provides the details of checked out items in an entire site collection. This report should also contain data for the person whom the document is checked out to. It should also provide the version and if no version exists it should mention...
on
20 Sep 2013
Wiki Page:
Fetch sharepoint user profile properties in txt file using powershell
Girish Goudar
Following is the code to get the User profile properties from sharepoint using powershell.The script fetches both the OOB box properties and also custom properties. [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server") [void][System.Reflection.Assembly...
on
20 Sep 2013
Wiki Page:
Guia de Sobrevivência: PowerShell
Luiz Henrique Lima Campos [MVP]
Este " Guia de Sobrevivência " tem como objetivo reunir todos os materiais relacionados ao PowerShell. Sinta-se a vontade para adicionar conteúdo, links e informações relevantes ao assunto. Table of Contents Planejando Instalando e Configurando Gerenciando Active Directory...
on
19 Sep 2013
Wiki Page:
How to Check Effective Permissions of a User in Each Site in a Site Collection in SharePoint 2007|2010
Richard Mueller
Hi, I have observed that one of a tedious task for a SharePoint site administrator to check permissions of a user in each site in a site collection. Microsoft Admin Toolkit has provided a functionality that can be used to check effective permissions. This can be downloaded at http://www.microsoft...
on
19 Sep 2013
Page 1 of 48 (1,200 items)
1
2
3
4
5
»