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
>
automation
Tagged Content List
Wiki Page:
Microsoft Visual Studio 2010 – Load Test – Overview
Richard Mueller
Table of Contents See Also The key goal of a load test is to imitate many users accessing a server at the same time. When a test (web test, unit test or coded UI test) is added to a load test, multiple users opening simultaneous connections to a server and making multiple HTTP requests are simulated...
on
20 Sep 2013
Wiki Page:
Microsoft Visual Studio 2010 – Web Performance Test – Overview
Richard Mueller
Table of Contents See Also A Web performance test (previously "web test") consists of a chain of HTTP requests. Web testing has been supported in Visual Studio Team System ever since the 2005 release, but Visual Studio 2010 offers key improvements. Web tests work at the protocol layer...
on
20 Sep 2013
Wiki Page:
Microsoft Visual Studio 2010 – Coded UI Test – Overview
Richard Mueller
Table of Contents See Also :- Coded UI tests are innovative capability of Visual Studio 2010. Coded UI tests offer a way to create entirely automated tests which work at user interface level to certify the functionality and behavior of an application. Coded UI Test Framework features of Visual...
on
20 Sep 2013
Wiki Page:
How to Schedule Automated Tests Without Using TFS
Richard Mueller
Table of Contents Introduction MSTest.exe Windows Task Scheduler Scheduling an Automated Test A batch file with MSTest.exe command A Task that contains details of the batch file to execute (.job file) Steps See Also Introduction A programmed test can be executed through command line program MSTest...
on
17 Sep 2013
Wiki Page:
Visual Studio FAQ: Why a Coded UI Test Is Able to Find the Window/Controls Even if the Search Properties Are Different
Richard Mueller
Table of Contents Introduction Scenario Reason Solution Note See Also Introduction This is a common question that rises in the mind of every test developer. Scenario You add a control to UIMap using Coded UI Test Builder (You are able to locate the control using Coded UI Test...
on
17 Sep 2013
Wiki Page:
Microsoft Visual Studio 2010 – Automated Tests – Overview (en-US)
Richard Mueller
Table of Contents Introduction Generic Tests Unit Tests Coded UI Tests Web Performance Tests Load Tests Database Unit Tests Ordered Tests See Also Introduction Automated tests are created using Visual Studio. Visual Studio Ultimate or Visual Studio Premium can be used to create a variety...
on
17 Sep 2013
Wiki Page:
PowerShell Script for Shutdown/Reboot Events Tracker
Richard Mueller
Table of Contents Single Server Reboot Report: Multiple Servers Reboot Report: Single Server Reboot Report: 01. Get - WinEvent - FilterHashtable @{logname = 'System' ; id = 1074 } | 02. ForEach - Object { 03. 04. $rv = New - Object PSObject | Select...
on
15 Sep 2013
Wiki Page:
User Page: Biswajit
Richard Mueller
Table of Contents 1. DNS 2. Group Policy Object 3. Domain Controller 4. PowerShell 5. ADDS & Windows 6. My Forums Treads 7. My Gallery Contributions 8. PKI See Also 1. DNS Nos. Description 1. Dns-design-dns-zones-for-per-organization-units 2. Dns-read-only...
on
13 Sep 2013
Wiki Page:
System Center 2012 Configuration Manager Survival Guide
Niall C. Brady
Introduction What is a survival guide? It’s a page we created as a pointer to information on the web. You can use the information below to learn the fundamentals and share information with other community members. And, if you think we missed some great article out there, please add it below! The...
on
11 Sep 2013
Wiki Page:
Powershell Script to Automatically Deploy Sharepoint WSP Packages
Maheshkumar S Tiwari
Recently I wanted to automate the retraction, removal and deployment of WSP packages in a folder. So I wrote this powershell script. $packages = (dir *.wsp | Select-Object name) $currentDir = (Get-Location).Path Add-PSSnapin Microsoft.Sharepoint.PowerShell -ErrorAction "SilentlyContinue"...
on
1 Sep 2013
Wiki Page:
Active Directory: DSQUERY Commands
i.biswajith
DSQUERY Commands to query AD objects:- 1. How to find all members for a particular group dsget group "<DN of the group>" -members 1a. How to find all groups for a particular member (including nested groups) dsget user "<DN of the user>" -memberof -expand...
on
26 Jul 2013
Wiki Page:
System Center Operations Manager Incident Remediation with System Center Orchestrator
Fernando Lugão Veltem
System Center Operations Manager is a monitoring tool that evaluates and reports on the health of your IT or business services in the enterprise, whether physical or virtual, distributed or centralized, private cloud or traditional infrastructure solution. Operations Manager directly supports Event Monitoring...
on
12 May 2013
Wiki Page:
Private Cloud Infrastructure as a Service Automation and Orchestration
Fernando Lugão Veltem
Automation and orchestration within a private cloud is one of the key enabling technologies that allow both consumers and providers of a Private Cloud Infrastructure as a Service platform to deliver IT services in a predictable, secure and repeatable manner that conforms to industry and business standards...
on
4 May 2013
Wiki Page:
Upload Files from a Local Machine to a SharePoint Document Library Automatically (DOS Command)
Yagmoth555
From research I have found there are so many ways to upload files / documents from File server or from local desktop to SharePoint document library. There are lots of JavaScript available to achieve this goal. But using these methods end user definitely becomes crazy. Here I have used a very simple...
on
19 Feb 2013
Wiki Page:
How to Automate FIM 2010 Sync Engine Run Profile Execution
Søren Granfeldt
When you operate a FIM environment, one major task is to manage run profiles. A run profile is a set of steps that specify how to run a management agent. For a complete overview of how run profiles work, see ILM/FIM Run Profile Definitions . Table of Contents VB Scripts Powershell Task scheduling...
on
11 Sep 2012
Wiki Page:
Usando Templates de Serviços no System Center Virtual Machine Manager 2012 (pt-BR)
Leandro E. Carvalho
Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/using-services-templates-in-system-center-virtual-machine-manager-2012.aspx Introdução O problema: Antes de começarmos, para fascilitar o entendimento do artigo, analise...
on
18 Mar 2012
Page 1 of 1 (16 items)
Can't find it? Write it!
Post an Article