Skip to content

0x7C0

RTFM your live

Recent Comments

  • Stefanie on Microsoft Best Practices for Securing Active Directory
  • Art on Microsoft Best Practices for Securing Active Directory
  • Elke on Microsoft Best Practices for Securing Active Directory
  • Huey on Microsoft Best Practices for Securing Active Directory
  • Jeannette on Microsoft Best Practices for Securing Active Directory

Recent Posts

  • Merging dictionaries within powershell 2020-09-01
  • Twitter hack lessons learned 2020-08-05
  • Oneline backup 2020-04-28
  • MSSQL on kubernetes (non azure) 2020-03-14
  • shadow compile error 2020-02-04

Archives

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Privacy Policy

Category: Administration

Remote Powershell

Login automatically with current privileges:

Enter-PSSession -computername hostname

Login with different Credentials:

$cred = Get-Credential Domain\username
Ender-PSSession -computername hostname -Credential $cred
Posted on 2015-10-27Categories Administration, PowerShellTags Administration, PowerShellLeave a comment on Remote Powershell

Powershell UNC and Registry Paths

cd Filesystem::\\127.0.0.1\C$

cd hkcu:\
Posted on 2015-10-27Categories Administration, PowerShellTags Administration, PowerShellLeave a comment on Powershell UNC and Registry Paths

Posts navigation

Previous page Page 1 Page 2 Page 3
Privacy Policy Proudly powered by WordPress