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:
PowerShell Trick: Use AD PSProvider to enable inheritance
Arleta Wanat
When we import the ActiveDirectory PowerShell Module then a PSDrive gets mapped too. This AD PS Provider is largely untapped and can be used for some very cool automation scenarios. A recent requirement involved enabling inheritance on several AD User accounts so that they could connect their Mobile...
on
6 Sep 2019
Wiki Page:
PowerShell: Disk Space Report (CSV)
Arleta Wanat
Abstract Monitoring disk space utilization of server(s) is the critical and important job for any administrator. Keeping things organized might improve application availability and server availability. This article takes us through the in-detail steps to read each drive and report every drive details...
on
6 Sep 2019
Wiki Page:
PowerShell 3 NetTcpIP Module
Вилли
NetTcpIP is a new PowerShell module which is coming with the PowerShell 3. Currently there are 34 commands are available with this module. We can get the available commands in this module using Get-Command -Module NetTcpIP Then it will display all the available commands with this module. ...
on
6 Sep 2019
Wiki Page:
SharePoint Online 2013: create new permission level in site, Create Group and Add to List / Library from XML
Peter Geelen
Table of Contents Requirement Steps Requirement Create new permission level in a site, Create Group & Add to a List / Library in a SharePoint Online 2013 site from an XML file. Steps Usually, people prefer writing Visual Studio code in such cases. But as a part of their process, a customer...
on
24 Aug 2019
Wiki Page:
PowerShell Demo: Prompt for Choice
Adam D. Bertram
Table of Contents Requirement Solution Hotkey See Also Requirement Our Service Desk needs a Prompt for Choice while executing PowerShell. Solution It's possible - but it matters how you modify it. Trick: In this demo, we will show a pop up with Short Keys. $Title = "Welcome"...
on
24 Aug 2019
Wiki Page:
PowerShell: String Formatting
Adam D. Bertram
Table of Contents Introduction Concatenation of strings Inserting variable values to strings Array separator .NET formatting See Also Other Languages Introduction There are many methods to format strings in PowerShell. Some are easy, some are very powerful. In this article explained some methods...
on
24 Aug 2019
Wiki Page:
SharePoint 2016: An error occurred during the Generate Key process.
Stephan Bren
Table of Contents Problem Troubleshooting Solution References Notes Problem Observed the following health rule violation in the Health Report for a newly deployed SharePoint Server 2016 farm: The Unattended Service Account Application ID is not specified or has an invalid value. Navigated...
on
19 Aug 2019
Wiki Page:
SharePoint 2010 Publishing Feature Activation
Peter Geelen
One of our clients reported an issue while editing the home page of SharePoint portal. Error: "An Unexpected Error Occurred" Impact: Unable to save the changes made. Reason Provided by the customer: Power User tried to deactivate and activate the publishing feature. Team tried reactivating...
on
15 Aug 2019
Wiki Page:
SharePoint: Export your folder structure to XML using Powershell
Arleta Wanat
Table of Contents Retrieve folders Step 1: Add paths to SharePoint Online SDK Step 2a: Connect to SharePoint Online Step 2b: Connect to SharePoint Server Step 3: Load folders Create XML Step 1: Create XML Document Step 2: Create xml node Step 3: Find the parent Step 4: Append child Step 5: Add attributes...
on
11 Aug 2019
Wiki Page:
OCSP powershell script
Peter Geelen
Table of Contents Credit Source Question Answer Solution (Script) Required parameters: Resources Credit [ IS4U Blog ] Source I read following question on http://blogs.technet.com/b/askds/ . Question Are there any available PowerShell, WMI, or command-line options for configuring...
on
3 Aug 2019
Wiki Page:
RMS Protection Tool - PowerShell Tips and Tricks
get2pallav
The RMS Protection Tool is a great PowerShell tool for encrypting, decrypting or getting encryption status on files. It can be used manually or via script. Prerequisites .NET 3.5 AD RMS Client 2.1 ServerCertification permissions change: The PowerShell tool runs in server box mode (of...
on
3 Aug 2019
Wiki Page:
Remote PowerShell Execution For SharePoint On-Premises
Dave Rendón
Table of Contents Background Why do we need this remote execution of PowerShell script? Use case Setup Remote Server Setup Up Client machine Summary Background We all know PowerShell is mostly used by SharePoint admins to manage their servers in a farm. SharePoint admins perform many activities...
on
29 Jul 2019
Wiki Page:
SCOM Override Creation Best Practices: Explicit Group issues
Peter Geelen
Table of Contents Introduction More Info Options More info Issues: Workaround: Example: Process: Output file: PowerShell Script : Introduction The following post will help SCOM admin to setup: UAT testing Side-by-Side migration Monitoring recovery on failure Overrides play a key role in...
on
28 Jul 2019
Page 8 of 75 (1,875 items)
«
6
7
8
9
10
»