http://download.sysinternals.com/files/Hex2Dec.zip Introduction Tired of running Calc everytime you want to convert a hexadecimal number to decimal Now you can convert … More
Category: Administration Tasks
Displays relevant information about a Windows computer on the desktop’s background, such as the computer name, IP address, service pack version, and more
http://download.sysinternals.com/files/BGInfo.zip Introduction How many times have you walked up to a system in your office and needed to click through … More
PowerShell notes
********************** Windows PowerShell Transcript Start Start time: 20100915124020 Username : CONTOSO\sp_farm Machine : SHAREPOINT (Microsoft Windows NT 6.1.7600.0) ********************** Transcript … More
Using PowerShell to determine SharePoint database size
Open the Sharepoint management shell Then Run the following command To get list of databases Get-SPDatabase The following command to … More
SharePoint Server 2010 capacity management
How to find SharePoint List and Libraries true Size?
Go to the main page site settings The go to Storage Metrics under the Site Collection Administration Then check for … More
Scripts used for administration tasks
Add-SPSite: Adds a new SharePoint site Import-SPSite: Imports a site from a backup file Export-SPSite: Exports a site to a backup file Get-SPWeb: Gets … More
How to get the name of the application pools when they are using GUIDs?
How to get the name of the application pools when they are using GUIDs? SharePoint has decided to use GUIDs … More
More on SharePoint 2010 Application Pools
What are the Application Pools that SharePoint 2010 creates? Once we have installed SharePoint, run the Configuration Wizard and the … More