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
>
en-US
>
PowerShell
>
has code
Tagged Content List
Wiki Page:
How to Use PowerShell as an FIM Function Library
Durval Ramos
This page provides a set of PowerShell Functions which can be used as a shared library across PowerShell scripts or from the PowerShell prompt. Table of Contents Introduction FIMFunctionLibrary The Functions Explained Convert-FimExportToPSOjbect Delete-FimObject Prepare-FimObject > Set-FimAttribute...
on
23 May 2014
Wiki Page:
Hunting Zombies: How to Remove Orphaned IIS Web Applications
Durval Ramos
When you run many of the AppFabric configuration commands via PowerShell or the IIS Manager, the result is a change to a web.config file. IIS configuration is hierarchical with settings being inherited from parent nodes. The implication of this is that when determining the correct settings for a web...
on
23 May 2014
Wiki Page:
Windows PowerShell: Use Proxy Cmdlets in Combination with Object Events
Durval Ramos
Proxy Cmdlets is a new feature introduced in Windows PowerShell v2. You can read more about this feature in this article on the Microsoft PowerShell Team blog. This article will show how we can combine this feature with another feature called object events. Using the Register-ObjectEvent...
on
23 May 2014
Wiki Page:
Windows Server 2008 R2 PowerShell Backup
Durval Ramos
The Windows Server Backup feature of Windows Server 2008 R2 includes an enhanced Windows PowerShell Snap-in that can be used to manage and control Windows Server backups. But before you can use the Snap-in, you need to enable the feature on Windows Server, and then load the snap-in. Once the feature...
on
23 May 2014
Wiki Page:
Windows Server 8 – Disk Management with PowerShell 3.0
Durval Ramos
Before Windows Server 8 and PowerShell 3.0, to manage your local, virtual or remote disks there were no native PowerShell cmdlets. You had only below choices; - Using Diskpart (Easy for basic tasks but not flexible) - Using WMI (Flexible but hard to use) Diskpart has its own arguments and does...
on
23 May 2014
Wiki Page:
WMI Discovery using PowerShell
Durval Ramos
Introduction This article explains how you can find WMI namespace, classes and properties and methods required for your task, without using any standalone tools. Classes It is easy to retrieve list of classes in PowerShell, just use Get-WmiObject cmdlet with -List parameter. Following command...
on
23 May 2014
Wiki Page:
Set Computer Name using PowerShell
Durval Ramos
Yesterday I faced a problem in which I needed to change the computer name using PowerShell. First I was looking for some cmdlet which can do this job for me but there is not any inbuilt cmdlet for it. Then I searched and finally find a way by which I can do this within the PowerShell. This method...
on
23 May 2014
Wiki Page:
Export SQL Server Event Viewer Error Messages As HTML
Durval Ramos
i use the following powershell script to retrieve all sql server error logs from event viewer and export as a html file to read easily from our web server. that is the simple version of the script that i published on the Microsoft Script Repository Site. http://gallery.technet.microsoft.com/scriptcenter...
on
23 May 2014
Wiki Page:
SQL Server: Change the Login Password using PowerShell
Durval Ramos
Here’s a quick Article detailing a PowerShell script that can be used to change the password for a SQL Server Login . Regular readers know that I practice the philosophy of Automate Everything and DBA administrative tasks are no exception. I don’t want to be doing the same task by hand twice, if...
on
23 May 2014
Wiki Page:
How To: SQL Server Databases Backup with PowerShell
Durval Ramos
In common SQL Server databases are backup scheduled with a maintenance plan , but the Express Edition don't provide the SQL Server-Agent service to perform a scheduled job. To backup databases time scheduled the Windows Task Scheduler can be used to start the tool SqlCmd.Exe with a T-SQL...
on
23 May 2014
Wiki Page:
Export SQL Server BLOB Data with PowerShell
Durval Ramos
I n opposition to simple data like numbers and text, it's not possible to verify blob data for validity and correctness just by screening the binary dump. Only when the respective application is accessing data it is may pointing to be bad data. In order to examine the data for accuracy, the DBA...
on
23 May 2014
Wiki Page:
Hyper-V, PowerShell, and WMI
Durval Ramos
Let's use this article to provide quick Hyper-V tasks in PowerShell. Get a list of virtual machines on a Hyper-V parent # This can be run locally or against a remote parent. Use "." for local $VMs = gwmi MSVM_ComputerSystem -computer "<computername>"...
on
23 May 2014
Wiki Page:
SharePoint 2010: Interacting with Site Columns using PowerShell
Durval Ramos
Table of Contents Introduction Checking which Lists or Sites are using a Particular Site Column Targeting Specific Sites for Specific Columns Listing Fields Used in a List See Also Introduction As many of us know, one of the core building blocks for string content together within SharePoint...
on
23 May 2014
Page 65 of 75 (1,875 items)
«
63
64
65
66
67
»