Tome Tanasovski public
[search 0]
More
Download the App!
show episodes
 
Loading …
show series
 
Download the MP3 Podcast In this episode we explore all of the possibilities for one of the most used PowerShell cmdlets. Basic Example: Get-Process |select name, id Parameters discussed: First Last Skip Unique Return a string collection of the process names rather than an object with only a name property Get-Process |select -ExpandProperty Name Re…
  continue reading
 
Download the MP3 Podcast In this episode we look at how you can carve up strings that make up strings of text that make up paths with Split-Path: By default – returns parent path Split-Path c:\users\tomec:\user Leaf – returns the end of the path (file or directory name) Split-Path c:\users\tome -Leaftome NoQualifier – removes the drive letter from …
  continue reading
 
Download the MP3 Podcast In this episode we look at how you can Backup, Restore, and Import Group Policy Objects using Windows PowerShell and the cmdlets that come with the Group Policy module in the latest version of RSAT and the GPMC. $dir = '\\server1\gpobackups'# BackupsGet-GPO -All |Backup-GPO -Path $dirGet-GPO remoting |Backup-GPO -Path $dir#…
  continue reading
 
Download the MP3 Podcast In this episode we look at how you can generate an RSOP with Windows PowerShell by using Get-GPResultantSetOfPolicy by using the GroupPolicy module that comes with the GPMC that is bundled in Windows Server 2008 R2 and the most recent version of RSAT. # Populate dir with the current dir regardless of whether# you are in a s…
  continue reading
 
Loading …

Quick Reference Guide