Browse by Tags

All Tags » Windows 7 » Windows 8 (RSS)

PowerShell v3 installed modules

This is the list of installed modules in PowerShell v3 on Windows 8 AppLocker Appx BitLocker BitsTransfer BranchCache CimCmdlets DirectAccessClientComponents Dism DnsClient International iSCSI ISE Kds Microsoft.PowerShell.Diagnostics Microsoft.PowerShell...

PowerShell 3 and Word

  This is a common scenario $word = New-Object -ComObject "Word.application" $word . visible = $true $doc = $word . Documents . Add ( ) $doc . Activate ( ) $word . Selection . Font . Name = "Cambria" $word . Selection . Font ...