|
Function Set-Permissions (Set-Acl simplified)
This function simplifies Set-Acl by wrapping it with some common PowerShell cmdlet features (like...
|
05-23-2013
|
6
|
0
|
|
RunAs
Create a shortcut with the following target if you are using Window Vista/7/8 or Server 2008/R2...
|
05-15-2013
|
50
|
0
|
|
Simple functions to get VM and VMhost CPU/RAM metrics
Just some easy to use functions that simplify working with the PowerCLI Get-Stat cmdlet. The 'Get...
|
05-02-2013
|
37
|
1
|
|
Copy VMhost SNMP settings from one host to another
This function copies SNMP settings from one VMhost to another. In the process it will get rid of...
|
04-29-2013
|
22
|
0
|
|
User account locked out mail notification with HTML report
This script will send you an notification when an user account is locked out. I modified the output...
|
04-16-2013
|
69
|
3
|
|
What's that computer's real name?
In a Windows DHCP environment you can end up with stale records, particularly if scavenging has...
|
04-15-2013
|
49
|
0
|
|
VMHost HBA info with HEX World Wide Name (WWN)
Returns some VMHost HBA info and also converts the WWN to hex. Example: PS C:\> Get-VMHostHbaWWN...
|
04-11-2013
|
28
|
1
|
|
Average Boot Time
Uses the Windows Event Log to get the last 10 boot times and averages them.
|
03-14-2013
|
166
|
0
|
|
Broadcast messages
#Broadcast messages, by Maxzor1908 *12/3/2013* $Comp = "PC-TEST", "PC-TEST1"...
|
03-12-2013
|
66
|
0
|
|
Create-KLBaseContentType
It's meant to be used in conjunction with KnowledgeLake software. This script only does one...
|
03-11-2013
|
36
|
0
|
|
Rename users / Searching and replacing with regex
I needed to clean up some usernames that had been created in the form "Johnny (John) Smith">...
|
02-25-2013
|
67
|
0
|
|
Create LDIF files for importing into AD (or other LDAP server...
I needed to create an LDIF file to import into a LINUX LDAP server that is part of the mail system...
|
02-21-2013
|
81
|
0
|
|
Modify msExchAssistantName (Administrative Assistant)
I had a nuber of users that we had specified (long ago) that they had the value of "none"...
|
02-21-2013
|
45
|
0
|
|
Export-SPSolutionPackages
Copies all solution packages (.wsp files) from the SharePoint farm's solution store to a specified...
|
02-21-2013
|
48
|
0
|
|
Disable-SPDeveloperDashboard
Disables the Developer Dashboard by setting its DisplayMode property to "Off"
|
02-14-2013
|
52
|
0
|
|
Enable-SPDeveloperDashboard
Enables the Developer Dashboard by setting its DisplayMode property to "OnDemand"
|
02-14-2013
|
48
|
0
|
|
Get-SPCustomContentTypesAndFields
Running this script will prompt you for some input values, but then will list out every content...
|
02-14-2013
|
46
|
0
|
|
Get-SPSiteTemplates
Get a list of the webs and the templates from which they were built within a specified web application...
|
02-14-2013
|
52
|
0
|
|
Get-SPListTemplates
Prompts you to input the URL of an SPWeb and then returns the list of list and library templates...
|
02-14-2013
|
52
|
0
|
|
Search for who changed the security group
Today I was asked who had made a change to one of our security groups. Back in the bad old days...
|
02-07-2013
|
66
|
0
|