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
>
How To
Tagged Content List
Wiki Page:
How To Create A Sync Service
Benoit Jester [MVP]
In this walk-through you will create a simple Sync service. Pre-requisites You must have the following products installed on your computer to complete this walk-through. Visual Studio 2008 SP1 or Visual Studio 2010 with C# language components If you are using x86 Windows computer, install...
on
10 Jun 2014
Wiki Page:
چگونه یک مقاله بنویسیم؟ (fa-IR)
Patris_70
قبل از شروع TechNet Wiki را مانند یک فرودگاه تصور کنید. افراد مختلفی در آن حضور دارند که با اهداف متفاوتی به جاهای مختلفی میروند. با این وجود ملاحظاتی وجود دارند که ما بایست نسبت به دیگران یا کل مجموعه رعایت نماییم. راهنماهای مشارکت در TechNet Wiki همان قوانینی هستند که باید رعایت شوند...
on
10 Jun 2014
Wiki Page:
How to Use PowerShell to Test the FIM Management Agent Account
Durval Ramos
FIM ScriptBox Item Summary During the installation of FIM, you have to specify a user account that is used to run the FIM management agent. This account must be entered when you configure your FIM MA. If your FIM service runs on a domain controller, the account must also be granted the right...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Set WMI Permissions for FIM Self-Service Password Reset
Durval Ramos
FIM ScriptBox Item Summary Setting the WMI permissions is a bit tedious and prone to error, especially if you have multiple environments and both a primary and standby server to configure. This little script is provided as a way to simplify your deployment of FIM Self-Service Password Reset...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Set the Required Attributes for the FIM Portal Access
Durval Ramos
FIM ScriptBox Item In the post called “ Enabling FIM Portal Access for a Regular AD User Account ”, Jorge de Almeida Pinto lists the attributes you must set on a user in the portal: AccountName Domain ObjectSID One method to get these attribute values is to synchronize them from Active...
on
23 May 2014
Wiki Page:
How to Use Powershell to List Names of the People who Directly and/or Indirectly Report to a Manager
Durval Ramos
FIM ScriptBox Item Summary This Powershell Script writes the names of the people that directly and/or indirectly report to a manager to the console. To use this script just type the manager's name as parameter. Script Code 001 002 003 004 005 006 007...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Fix Incorrect MA References on Portal Sync Rules
Durval Ramos
FIM ScriptBox Item Summary This script replaces the MA ID references in portal sync rules. If you run into the errors described in this post and get the "sync-rule-validation-parsing-error; referenced MA has been deleted" you can't open the sync rules in the portal to correct...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Enable Provisioning
Durval Ramos
FIM ScriptBox Item Summary This script enables provisioning on your FIM server. It only enables declarative provisioning. If you need to enable non-declarative provisioning or both, you need to modify this script. Important To use this script, you need to add the FIM service...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Backup all Resource Control Display Configuration (RCDC) Objects
Durval Ramos
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
23 May 2014
Wiki Page:
Wiki: Format XML Markup using Notepad++
Bob Blork
Table of Contents Introduction Downloading Notepad++ Installing the XML Tools Plugin Formatting Example See Also Introduction This article demonstrates how to achieve good XML formatting in a wiki article using Notepad++ (a free Notepad editor) with the XML Tools add-in. ...
on
22 May 2014
Wiki Page:
How to Configure a Remote Database in MED-V
pituach
Have you ever wanted to configure a remote database instead of using a local one in Microsoft Enterprise Desktop Virtualization (MED-V) but couldn’t find the steps on how to do it? If so this one’s for you: 1. First you have to make sure the SQL installation on the remote server is configured the...
on
15 May 2014
Wiki Page:
MED-V Tips for Helpdesk Admins
Vee Dash CKC
A common question from Helpdesk admins concerns how to troubleshoot issues with MED-V applications. More specifically, how can we allow remote Helpdesk admins to access the Full Desktop in the VM on the user's machine as needed for troubleshooting. There are a couple different ways to approach...
on
14 May 2014
Wiki Page:
How to Run a MED-V Published Application from the Command Line
Vee Dash CKC
Have you ever had the need to run a published application from the command line on a Microsoft Enterprise Desktop Virtualization client? If so then here are a couple of the basics: The command line that is used to execute MED-V applications originating inside a MED-V workspace is the kidarocommands...
on
14 May 2014
Page 48 of 65 (1,625 items)
«
46
47
48
49
50
»