Showing tag results for scripting techniques

Apr 20, 2015
Post comments count0
Post likes count0

PowerTip: Find PowerShell Providers

Doctor Scripto

Summary:  Learn how to find Windows PowerShell providers and their capabilities.  How can I find what Windows PowerShell providers I have on my system?  Use the Get-PSProvider cmdlet. Note  Beginning with Windows PowerShell 3.0, some providers load on-demand, and therefore, they do not appear unless they have...

Scripting Guy!Windows PowerShellscripting techniques
Apr 20, 2015
Post comments count0
Post likes count0

Find and Use Windows PowerShell Providers

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about finding and using Windows PowerShell providers.  Hey, Scripting Guy! I recently heard a Windows PowerShell MVP say that understanding the Windows PowerShell provider system is fundamental to understanding Windows PowerShell. I think I am in trouble because I have no idea what he is talki...

Scripting Guy!Windows PowerShellscripting techniques
Apr 19, 2015
Post comments count0
Post likes count0

Weekend Scripter: Use PowerShell to Create Users in Active Directory

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to read a CSV file and create users in Active Directory. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday in Oh No! Oh Wait...PowerShell for the Win!, I created a CSV file from a Word document that I had been given. Today, I take the next logical step and create...

Scripting Guy!Windows PowerShellscripting techniques
Apr 18, 2015
Post comments count0
Post likes count0

Weekend Scripter: Oh No! Oh Wait…PowerShell for the Win!

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to clean up an impossible document. Microsoft Scripting Guy, Ed Wilson, is here. Sometimes I just cringe. It is a reflex reaction born from many long (and at times, torturous) years in the IT field. I know, I should be able to get over it, and sometimes I actually thi...

Scripting Guy!Windows PowerShellscripting techniques
Apr 17, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Remove All CIM Sessions

Doctor Scripto

Summary: Learn how to use Windows PowerShell to remove all CIM sessions.  How can I use Windows PowerShell to delete all the CIM sessions I have created?  Use the Get-CIMSession cmdlet to retrieve all CIM sessions, and pipe the results to the            Remove-CIMSession cmdlet: Get-CimSes...

Scripting Guy!Windows PowerShellscripting techniques