Sign in
Shared Points
items of some interest
Tags
powershell
powershell AD JPEG
powershell EWS Exchange
PowerShell SQL
powershell Windows
search
SharePoint
SharePoint apps store
SharePoint code
SharePoint content-types
Sharepoint farm
Sharepoint farm FBA
Sharepoint farm MySites
SharePoint farm Office Web Services
Sharepoint farm powershell
sharepoint maxdop
SharePoint Powershell
SharePoint Powershell Remoting
sharePoint powershell Remoting WinRM
SharePoint PowerUser
Browse by Tags
TechNet Blogs
>
Shared Points
>
All Tags
>
powershell
Tagged Content List
Blog Post:
Windows - BeatUp-Windows - stress memory and cpu's
LukeBrennan
# BeatUp-Windows.ps1 # $psProcess = gps -id $PID $psInstances = (gps -Name $psProcess.name).count if ($psInstances -gt 1) { $psName = "{0}#{1}" -f $psProcess.name,$($psInstances - 1) } else { $psName = $psProcess.name } # RAM in box $box=get-WMIobject Win32_ComputerSystem $Global:physMB=$box.TotalPhysicalMemory...
on
18 Jan 2013
Blog Post:
SharePoint - AV scanning SharePoint.
LukeBrennan
Make sure you tell it to ignore your search indexes and other SharePoint areas! See: http://support.microsoft.com/kb/952167 To be sure it is not hitting your index location, you can check where that is currently set by: Central Admin -> Application Management -> Manage service applications...
on
14 Jan 2013
Blog Post:
PowerShell - Get User Profile Service info
LukeBrennan
# Get_UserProfileServices.ps1 # Dump out any info I can glean from the User Profile Synch for SharePoint. # # LukeB # http://technet.microsoft.com/en-us/library/ee721049.aspx # if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null) { Add-PSSnapin "Microsoft.SharePoint...
on
14 Dec 2012
Blog Post:
PowerShell - decode an F5 BIG-IP cookie
LukeBrennan
# Decode-BigIPCookie.ps1 # usage: # Decode-BigIPCookie "375537930.544.0000" function Decode-Cookie { param ([string] $ByteArrayCookie) ### F5 itself for the formula: http://support.f5.com/kb/en-us/solutions/public/6000/900/sol6917.html ### $poolcookie="375537930.544.0000" ### if ($ByteArrayCookie...
on
3 Nov 2012
Page 1 of 1 (4 items)