#PSTip How to create a share in Windows Server 2012
Quite easy, with a one-liner. Windows Server 2012 provides Windows PowerShell cmdlets and WMI objects to manage SMB file servers and SMB file shares.
Read MoreQuite easy, with a one-liner. Windows Server 2012 provides Windows PowerShell cmdlets and WMI objects to manage SMB file servers and SMB file shares.
Read MoreWindows PowerShell Integrated Scripting Environment (ISE) is my first preferred script editor. Especially, with all the new cool features introduced in version 3.
Read MoreRolf Masuch [MSFT], a former PowerShell MVP, has created the PowerShell Help app for Windows Phone. The app gives you a searchable list of the PowerShell v2 cmdlets.
Read MoreThe Startup type information is not available when we use the Get-Service cmdlet. Luckily the Win32_Service WMI class has a StartMode property that we can use to create a nice server-side filter.
Read MoreIn the previous tip we showed you how to get the next available drive letter using the Get-AvailableDriveLetter function when we want to create a new mapped network drive.
Read MoreMapping drives is a routine task for IT pros—you choose a free drive letter, ranging from A-Z, and then use it to map a drive to a specific path.
Read More