-
By Doug Finke I stole the line from Neal Ford's book “The Productive Programmer” and inserted PowerShell. He presents many great points on why we as developers need to aggressively find ways to automate many of our daily chores. ... Read More
-
The SharePoint Administration Toolkit contains some useful tools for obtaining effective permissions, but seeing the whole picture may still be quite a challenge... Now, to make up for this I've come up with this PowerShell script that retrieves effective permissions for a specified Windows user...
-
Hello, I have a few hundred scopes to add to various servers. I have asked the network group to forward the data for the scopes and from that data I have created an XML file to hold the data. <dhcp> <server> <Name>DHCP01</Name> <Scope>172.28.77.0</Scope> <netmask>255...
Posted to
General
(Forum)
by
Bruce
on
08-03-2010
Filed under: Command Line, Automation, dhcp, installation, Invoke-Expression
-
There are several core SharePoint objects that PowerShell programmers may need to work with in order to manipulate SharePoint via PowerShell scripts. Getting these objects is pretty simple but not all that intuitive to users who are ... Read More
-
Gary LaPointe has updated post on Automating SharePoint 2007 Configurations via STSADM and PowerShell. Read more