Tail -f for windows Use the powershell command get-content -wait Tags: Powershell Programming Read more about Tail -f for windowsLog in or register to post comments
Create a new file share with PowerShell New-SmbShare –Name fso –Path c:\fso Thanks, Malcolm. Tags: Powershell Programming Windows Read more about Create a new file share with PowerShellLog in or register to post comments
How to find a WindowsFeature to install in Powershell get-windowsfeature | where {$_.Name -like "*AD*"} Tags: Powershell Server2012 Windows Read more about How to find a WindowsFeature to install in PowershellLog in or register to post comments
Install the GUI on Windows Server 2012 Core install From a PowerShell command line run, PS C:\>Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra then restart Thanks, Malcolm. Tags: Powershell Windows Read more about Install the GUI on Windows Server 2012 Core installLog in or register to post comments
Joining a domain using Powershell In its simplest form : PS C:\> add-computer -domainname contoso to see all the possible options use PS C:\>help add-computer Tags: Powershell Windows Read more about Joining a domain using PowershellLog in or register to post comments