Posts

Showing posts from 2016

Important PowerShell commands

1. List All Running Services: PS >Get-Service with parameter: PS >Get-Service | Where-Object { $_.Status -eq "Running" } more with parameters: Get-Service [[-Name] <String[]> ] [-ComputerName <String[]> ] [-DependentServices] [-Exclude <String[]> ] [-Include <String[]> ] [-RequiredServices] [ <CommonParameters>] Source : https://technet.microsoft.com/en-us/library/hh849804.aspx 1.  List All SharePoint Services Instances: PS >Get-SPServiceInstance with parameters: Get-SPServiceInstance -Server <SPServerPipeBind> [-All <SwitchParameter>] [-AssignmentCollection <SPAssignmentCollection>] Source : https://technet.microsoft.com/en-us/library/ff607570.aspx 2. List

List the checked out components in SharePoint site using Power Shell

Instruction: Source: http://www.topsharepoint.com/list-all-checked-out-items-using-powershell Prerequisite:  Windows PowerShell Integrated Scripting Environment (ISE) (Windows Server Feature) must be installed on the server. ISE installation instruction: 1.  Click the Server Manager button on the Quick Launch toolbar. Alternatively, click Start, point to Administrative Tools, and then click Server Manager.  2.  In Server Manager, select the Features node, and then click Add Features.  3.  In the Windows Features dialog box, scroll down, and then select Windows PowerShell Integrated Scripting Environment (ISE).  4.  Click Next, and then click Install.  Source: https://technet.microsoft.com/en-us/magazine/ff476072.aspx

INSTALLING SSL CERTIFICATE IN MICROSOFT IIS 7

Contents copied from:  https://www.godaddy.com/help/installing-an-ssl-certificate-in-microsoft-iis-7-4801   INSTALLING AN SSL CERTIFICATE IN MICROSOFT IIS 7 After you  request the certificate  in our online application and it's ready for installation, you must download the files  we provide. Once you download the files, install the intermediate certificate to your Microsoft® IIS 7 server. You also can download the intermediate certificate from the  repository . Then, to install the primary SSL certificate, you must complete the pending request, and then bind the certificate to your website. To Install an Intermediate Certificate in Microsoft IIS 7 Click  Start , and then click  Run... . Type  mmc , and then click  OK . The Microsoft Management Console (Console) window opens. In the  Console1  window, click the  File  menu, and then select  Add/Remove Snap-in . In the  Add or Remove Snap...