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:
SharePoint 2013 : NoILMUsed UserProfileApplication class property
Peter Geelen
A property name NoIMLUsed was elaborated an MS suggest this property should not be altered else can damage you are working User Profile service. They have given a PowerShell Snippet below to be used to correct this. PowerShell $upa = Get-SPServiceApplication | ? { $_ . typename -like 'User...
on
28 Jul 2019
Wiki Page:
PowerShell: Disk Space Utilization HTML Report
get2pallav
Table of Contents Abstract Introduction Examples Code In Detail Output filename Prepare HTML file using CSS Code Code with Email Validation and a single recipient Code for Multiple recipients with no email validation References Abstract Monitoring disk space utilization of server(s) is a critical...
on
20 Jul 2019
Wiki Page:
Powershell: How to get started.
get2pallav
Part 2 to this article is located here Below is compiled to help get helpdesk, system admins/ engineers, and security personnel started on a set path to not just learn powershell but to maintain that knowledge and it is all free. Getting Started with PowerShell 3.0 Jump Start: http:/...
on
19 Jul 2019
Wiki Page:
PowerShell: How to use Switch Parameter?
Peter Geelen
What is Switch Parameter? Help about_Functions_Advanced_Parameters How to Use Switch Parameter? Param ( [ Parameter ( Mandatory = $false ) ] [Switch] $ColorText ) How to consume switch parameter? Demo function if switch -colortext is included...
on
18 Jul 2019
Wiki Page:
PowerShell Troubleshooting: Using COM Objects
Peter Geelen
Table of Contents Code Used Reason Fix Error Message Code Used Add-Type -AssemblyName 'Microsoft.Office.Interop.Outlook' $Outlook = New-Object -ComObject 'Outlook.Application' Reason The code is correct, no issues identified. The reason is OUTLOOK process is...
on
15 Jul 2019
Wiki Page:
Exchange 2010: Failed to execute Troubleshoot-DatabaseSpace.ps1 Error formatting a string
Peter Geelen
We will get a SCOM alert for Exchange 2010 Management Pack unable to run the Troubleshootdatabase.ps1 after we install Windows Management Framework 3.0 or higher versions on the Exchange servers. What is this TroubleshootDatabase.ps1 ? The Troubleshoot-Database.ps1 is located by default at...
on
15 Jul 2019
Wiki Page:
.NET Troubleshooting: Path too Long Exception and .NET PowerShell Robocopy Clone
karimSP
Table of Contents .NET Error: Path too Long NET 4.6.2 and long paths on Windows 10 Other .NET libraries which support long path QuickIO.NET AlphaFS Use Robocopy as a workaround Use a Share or a substitution as a workaround PowerShell Path too Long and .NET PowerShell Robocopy Clone .NET See Also ...
on
15 Jul 2019
Wiki Page:
Logic Apps: Message Validation with XML, JSON and Flat-File Schemas (part 2)
karimSP
Table of Contents 1 Introduction 2 Storing and Retrieving JSON Schemas run.csx project.json Logic App HTTP Request Trigger The Logic App Parse JSON Action JSON Validation with an Azure Function schema.json run.csx project.json JSON Validation with Integration Account Maps & Assemblies XSLT...
on
15 Jul 2019
Wiki Page:
SharePoint: Get All Sites and Webs from SharePoint farm using PowerShell
Peter Geelen
Table of Contents Introduction Applies To Get All Site Collections from SharePoint farm(Including Central Admin Web App) Get All Site Collections from SharePoint farm (Except Central Admin) Get All Site Collections and Webs from SharePoint farm (Including Central Admin Web App) Get All Site Collections...
on
13 Jul 2019
Wiki Page:
Windows: CSV and HTML Disk Space Report using PowerShell
Peter Geelen
Abstract Monitoring disk space utilization of server(s) is a critical and important job for any administrator. Keeping things organized might improve application availability and server availability. Being a database administrator for 10 years, I have faced and handled/managed lot of issues with...
on
10 Jul 2019
Wiki Page:
PowerShell: Disk Space Utilization Excel Report
Peter Geelen
Abstract Monitoring disk space utilization of server(s) is critical and important job for any administrator. Keeping things organized might improve application availability and server availability. Being a database administrator for 10 years, I have faced and handled/managed lot of issues with disk...
on
10 Jul 2019
Wiki Page:
SharePoint 2010: Create a Blank WebPart Page using PowerShell
get2pallav
Table of Contents Introduction Script Parameters Script Example Calling the Function See Also Introduction This example script can be used to create a blank webpart page in a Non-Publishing SharePoint web. Script Parameters $webUrl - Mandatory - SharePoint Web Url - e.g. http:...
on
8 Jul 2019
Wiki Page:
Domain Controllers Details Using PowerShell
karimSP
Requirement: Chen! get me list of domain controllers in our environment. Solution: Get-ADDomainController -Filter * | Select-Object name Sorry, we don't want to use Active Directory PowerShell Module - Better give us using ADSI ADSI way of doing it....
on
8 Jul 2019
Page 9 of 75 (1,875 items)
«
7
8
9
10
11
»