Showing archive results for January 2013

Jan 26, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Printers Published in Active Directory

Doctor Scripto

Summary: Use Windows PowerShell on Windows 8 or Windows Server 2012 to find printers published in Active Directory Domain Services (AD DS).  How do I use Windows PowerShell on Windows 8 or Windows Server 2012 to find printers published in AD DS?  Use the Get-Printer function and pipe it to the Where-Object wh...

Scripting Guy!Windows PowerShellPowerTip
Jan 26, 2013
Post comments count0
Post likes count0

Weekend Scripter: Easily Publish all Printers on a Print Server to Active Directory

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 3.0 to publish printers in Active Directory Domain Services (AD DS). Microsoft Scripting Guy, Ed Wilson, is here. While I was studying for one of the tests for the new MCSE for server infrastructure, Exam 70-410: Installing and Configuring Windows Server 2012, I r...

Scripting Guy!Windows PowerShellWeekend Scripter
Jan 25, 2013
Post comments count0
Post likes count0

PowerTip: Install the File and Storage Services Tools

Doctor Scripto

Summary: Use Windows PowerShell to install the File and Storage Services tools.  How can I add all of the File and Storage Services tools by using Windows PowerShell?  Use the Get-WindowsFeature cmdlet to enumerate the required tools for File and Storage Services and pipe the results to the Add-WindowsFeature cmdl...

Scripting Guy!Windows PowerShellPowerTip
Jan 25, 2013
Post comments count0
Post likes count0

Use PowerShell to Remove the GUI on Windows Server 2012

Doctor Scripto

Summary: A reader needs MCSE help with Microsoft exam 70-410 and wants to know how to use Windows PowerShell to add GUI elements from Windows Server 2012.  Hey, Scripting Guy! I have heard that it is possible to remove the graphical user interface (GUI) in Windows Server 2012 after you install the operating system. I have looked arou...

Scripting Guy!Windows PowerShellWindows Server 2012
Jan 24, 2013
Post comments count0
Post likes count0

PowerTip: Find the Status of File and Storage Services

Doctor Scripto

Summary: Use Windows PowerShell to find the status of File and Storage Services on your computer running Windows Server 2012.  How do I use Windows PowerShell to find the status of File and Storage Services on my computer running Windows Server 2012?  Use the Get-WindowsFeature cmdlet. You can use a wildcard, as s...

Scripting Guy!Windows PowerShellPowerTip