Tagged Content List
  • Wiki Page: SharePoint 2013 : NoILMUsed UserProfileApplication class property

    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...
  • Wiki Page: PowerShell: Disk Space Utilization HTML Report

    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...
  • Wiki Page: Powershell: How to get started.

    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:/...
  • Wiki Page: PowerShell: How to use Switch Parameter?

    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...
  • Wiki Page: PowerShell Troubleshooting: Using COM Objects

    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...
  • Wiki Page: Exchange 2010: Failed to execute Troubleshoot-DatabaseSpace.ps1 Error formatting a string

    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...
  • Wiki Page: .NET Troubleshooting: Path too Long Exception and .NET PowerShell Robocopy Clone

    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 ...
  • Wiki Page: Logic Apps: Message Validation with XML, JSON and Flat-File Schemas (part 2)

    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...
  • Wiki Page: SharePoint: Get All Sites and Webs from SharePoint farm using PowerShell

    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...
  • Wiki Page: Windows: CSV and HTML Disk Space Report using PowerShell

    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...
  • Wiki Page: PowerShell: Disk Space Utilization Excel Report

    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...
  • Wiki Page: SharePoint 2010: Create a Blank WebPart Page using PowerShell

    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:...
  • Wiki Page: Domain Controllers Details Using PowerShell

    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....
Page 9 of 75 (1,875 items) «7891011»