Showing archive results for August 2013

Aug 12, 2013
Post comments count0
Post likes count0

Adding Office Locations in AD DS with PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to add office locations in Active Directory Domain Services.  Hey, Scripting Guy! We are in the midst of a domain migration at work, and I need to clean up a number of attributes in Active Directory prior to our migration. Part of our issue is that we have attrib...

Scripting Guy!Windows PowerShellActive Directory
Aug 11, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Report Network Adapter Binding

Doctor Scripto

Summary: Use Windows PowerShell 3.0 in Windows 8 to view network adapter binding information.  How can I use Windows PowerShell 3.0 in Windows 8 to review network adapter binding information?  Use the Get-NetAdapterBinding function and pipe the resulting information to the Format-List cmdlet: Get-NetAdapterBinding...

Scripting Guy!Windows PowerShellPowerTip
Aug 11, 2013
Post comments count0
Post likes count0

Weekend Scripter: Run PowerShell Scripts from Remote File Share: Part 3

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, continues his discussion about running scripts from a remote file share. Microsoft Scripting Guy, Ed Wilson, is here. Some things should just be easier. For example, I should have access to client-side cmdlets to work with SharePoint. Many times, as a user, I need to accomplish repetitive tasks, and a fe...

Scripting Guy!Windows PowerShellscripting techniques
Aug 10, 2013
Post comments count0
Post likes count0

PowerTip: Change PowerShell Script Execution Policy

Doctor Scripto

Summary: Learn how a user can change the Windows PowerShell script execution policy.  How can I change the Windows PowerShell script execution policy as simply an ordinary user?  Use the –Scope parameter with the Set-ExecutionPolicy cmdlet and specify CurrentUser (the –Force parameter hi...

Scripting Guy!Windows PowerShellPowerTip
Aug 10, 2013
Post comments count0
Post likes count0

Weekend Scripter: Run PowerShell Scripts from Remote File Share: Part 2

Doctor Scripto

Weekend Scripter: Run PowerShell Scripts from Remote File Share: Part 2 Summary: Microsoft Scripting Guy, Ed Wilson, continues his discussion about running scripts on a remote file share. Microsoft Scripting Guy, Ed Wilson, is here. This week has been absolutely bizarre. I have been really busy working with a select group of Honorary Scripting Guys...

Scripting Guy!Windows PowerShellscripting techniques