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
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
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
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
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 Japanese
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
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
PowerShell
Tagged Content List
Wiki Page:
SharePoint 2010: How to Copy a List Using PowerShell Script
Gokan Ozcifci
Table of Contents Introduction The Basic PowerShell Code Importing the Function Examples of Using the Function See Also Introduction This script, originally created by Rashu Rahul , was in response to an article he wrote on copying SharePoint lists programmatically within same site collection...
on
16 Aug 2013
Wiki Page:
How to Use PowerShell to Backup all Resource Control Display Configuration (RCDC) Objects
Richard Mueller
FIM ScriptBox Item Summary The objective of this script is to create a backup of all ObjectVisualizationConfiguration objects as XML that are exported by FIM Automation cmdlets. Each Resource Control Display Configuration (RCDC) object is saved in a separate file and the name of the the file...
on
15 Aug 2013
Wiki Page:
How to Use PowerShell to Create a Criteria-Based Set
Richard Mueller
FIM ScriptBox Item Summary The script code below creates a criteria-based sample Set. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 ...
on
15 Aug 2013
Wiki Page:
BizTalk Server: Administrator Queries and Scripts
Steef-Jan Wiggers
Table of Contents Introduction SQL Scripts PowerShell Scripts Other scripts Other languages See Also Introduction This site is dedicated to gather information for all the resources related to scripting for BizTalk administrators. It should include information with a reference to the exact location...
on
15 Aug 2013
Wiki Page:
Windows PowerShell Survival Guide
jpptermaco
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...
on
15 Aug 2013
Wiki Page:
How to Use PowerShell to Generate the Custom Expression for the Domain Attribute Flow
Richard Mueller
FIM ScriptBox Item Summary The script code below generates the custom expression that is necessary to flow the domain attribute from AD DS to FIM. The custom expression is stored in the clipboard of your computer. Please see the following articles for more details: How Do I Synchronize...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: Setup State Service
Gokan Ozcifci
PowerShell $EnvironmentName = '<ENVIRONMENTPREFIX>' $ApplicationName = 'State Service' $ApplicationProxyName = $ApplicationName #Change below database name to fit your naming standard $DBname = $EnvironmentName + '_SharePoint_service_State'...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: Setup Managed Meta Data service
Gokan Ozcifci
Point & click installation Click Central Administration (left menu). Under System Settings, click Manage services on server. Start Managed Metadata Web Service (link on the right side). Click Central Administration (left menu). Under Application Management, click Manage service applications...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: Installation & Setup
Gokan Ozcifci
This is a public installation guide within the Microsoft Wiki. We will describe both point and click installation as well as the powershell scripted versions. Each section is broken down seperately for a complete customized installation. - If you dont want to think that far, use the wizard. Its proberly...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: Création et Modification d'une Document Library et ajout des documents (fr-FR)
Gokan Ozcifci
Creation d’une document library Ouvrez Power Shell avec les droits Administrateur et tapez les commandes suivantes: $spWeb = Get-SPWeb -Identity http://Monserveur $listTemplate = [Microsoft.SharePoint.SPListTemplateType]::DocumentLibrary $spWeb.Lists.Add("GokanDocuments"...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: How to Set up a Farm
Gokan Ozcifci
Point and Cl ick Installation Start SharePoint 2010 Product Configuration Wizard og Click Next Click Yes to restart services Mark "Create a new server farm" and click Next Write databaseserver: "SQL server name or alias or SQL cluster name" Write database...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: Business Continuity Plan
Gokan Ozcifci
What is a Business Continuity plan? Business continuity is the activity performed by an organization to ensure that critical business functions will be available to customers, suppliers, regulators, and other entities that must have access to those functions. These activities include many daily...
on
15 Aug 2013
Wiki Page:
How to Use PowerShell to Export FIM Requests to a Database/File
Richard Mueller
Summary This powershell script will query FIM for all "Requests" that have occurred in the past 7 days for any target "Person". This script requires the Quest Powershell Snapin (otherwise you will have to translate the calls ) It is designed to translate the default reference...
on
14 Aug 2013
Wiki Page:
Putting a Group of Computers into Maintenance Mode via Windows PowerShell
Richard Mueller
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...
on
14 Aug 2013
Wiki Page:
Display Subject Alternative Names of a Certificate with PowerShell
Richard Mueller
Subject Alternative Names (SANs) are stored as System.Security.Cryptography.X509Certificates.X509Extension objects in the PowerShell Certificate Provider . First you can get the cert you want to view. $cert = get-childitem cert:\localmachine\my\73844B2206C170903185E777F65E969247462741...
on
13 Aug 2013
Wiki Page:
AD FS 2.0: How to Bulk Add Trust Relationships and Claim Rules for Testing
Richard Mueller
Overview Included in this article is a Powershell script sample which allows bulk additions and deletions of test Claims Provider Trusts, Relying Party Trusts, and Claim Rules. These test trust relationships and claim rules may be useful for web testing in a lab environment. Usage Be...
on
13 Aug 2013
Wiki Page:
Server 2010: Windows 8 using Server Farm installation type without a Domain Controller
Gokan Ozcifci
Hi, I'm Guilherme Santos and today I will show you how install SharePoint Server 2010 based on Server Farm Configuration Installation Type on Windows 8 disconnected from a domain controller. First off, you need to follow the steps on the following guide - Setting Up the Development Environment...
on
13 Aug 2013
Wiki Page:
SharePoint 2010: Cleaning Up Deleted Databases
Gokan Ozcifci
A service application database was deleted in SQL Server Management Studio. After a while, I noticed errors in the event viewer on the WFE and ULS logs complaining that SharePoint was not able to login to the database that I deleted. Obviously, SharePoint still thought that the database existed so...
on
13 Aug 2013
Wiki Page:
SharePoint 2010: Powershell ile SharePoint'u nasil kullanabilirim (tr-TR)
Gokan Ozcifci
SharePoint 2010 ile ön plana çıkan bir başka özellik PowerShell commend-lets leri ile yönetilebilir olması. Bu makalemde sizlere nasıl SharePoint Server 2010’ü User interface olmadan kullanılacağını göstereceğim. Powershell ekranına erişmek için Windows 7 veya SharePoint ‘un özel PowerShell’de başlatmak...
on
13 Aug 2013
Wiki Page:
SharePoint 2010: Delete Manager from UserProfile
Gokan Ozcifci
Today's task revolved around removing the Manager I set when testing the profile pages on the my site portal. I had set the manager on a service account so it had to be removed to stop appearing as a colleague to team members and potentially exposing a security risk in giving away the service account...
on
13 Aug 2013
Wiki Page:
List all SPNs Used in your Active Directory
Richard Mueller
There are a lot of hints & tips out there for troubleshooting SPNs (service principal names). Listing duplicate SPNs is fairly easy, use the “setspn -X” command and you’ll find out. But how do you find out which SPNs are used for which users and computers are used for this? Quite some scripts...
on
12 Aug 2013
Wiki Page:
How to Run FIM 2010 PowerShell Cmdlets on non-FIM Machine
Richard Mueller
##DRAFT IN PROGRESS### Table of Contents Intro Credits Get the FIM libraries Check the target machine OS version Use the right tool version x64 x86 Register the FIM libraries Load the pssnap-in Run Powershell with remote URI Hints & Tips References See also Intro <yes, I know, more...
on
12 Aug 2013
Wiki Page:
How to Use PowerShell to Display the Statistics of a Management Agent
Richard Mueller
FIM ScriptBox Item Summary The script lists the synchronization statistics of a management agent. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 ...
on
12 Aug 2013
Wiki Page:
SharePoint 2010 & O365: Windows PowerShell Command Builder
Gokan Ozcifci
Announced at the SharePoint Conference 2011 is a new online Silverlight tool for IT Pros and Power Users for SharePoint 2010 and Office 365: "The Windows PowerShell Command Builder for SharePoint 2010 Products and Office 365 is a Silverlight application that enables IT pros and power users...
on
12 Aug 2013
Wiki Page:
SharePoint 2010: Windows PowerShell Command Builder
Gokan Ozcifci
Microsoft has released a useful tool for making PowerShell scripts to work with SharePoint 2010 and Office 365. The application is written using the technology of Silverlight, which makes it convenient to use. The interface is simple and easy to use (Fig. 1) In Fig. 1 . Interface...
on
12 Aug 2013
Page 6 of 23 (556 items)
«
4
5
6
7
8
»
Can't find it? Write it!
Post an Article