99540206
  • Facebook
  • Linkedin
  • Twitter
  • Upwork

ITFORCE LLC

Managed IT services in Mongolia, IT trainings
  • Home
  • About
  • Training Center
    • Topics of our IT training
    • IT training announcements
    • Training Center location
  • Our IT services
  • Registration form

Categories

  • Active Directory
  • Exchange Server
  • Hardware and software reviews
  • IT training announcements
  • IT-governance
  • Notepad++ cribs
  • PowerCLI
  • Powershell tips
  • SAN storages
  • Security
  • SMB
  • Sysadmin thoughts
  • Time settings
  • Uncategorized

Archives

  • November 2021
  • October 2021
  • April 2021
  • March 2021
  • March 2020
  • July 2019
  • January 2019
  • December 2018
  • June 2018
  • May 2018
  • December 2017
  • November 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • December 2016
  • November 2016
  • February 2016
  • September 2014
  • August 2014

Enable powershell on remote computer without AD, but with known credentials and no intermediate firewall blocking

December 23, 2018 by Munkhtuvshin Baatar
0 Comments

if you can use psexec to remote computer:

  • psexec \\dt-01 cmd
  • hostname
  • powershell
  • Enable-PSRemoting -Force

Now you can use from own computer:

Enter-PSSession -ComputerName dt-01… Read the rest

Powershell, prerequisites 1

December 23, 2018 by Munkhtuvshin Baatar
0 Comments

  • run powershell
  • get-executionpolicy
  • set-ExecutionPolicy RemoteSigned
  • get-psversion (for version =3) or get-host| select-object version
  • update powershell

… Read the rest

  • 1
  • 2
  • 3

Recent Posts

  • Draft of powershell script to sync information between prtg, netbox, ilo/idrac and vcsa, just to show the main ideas. November 30, 2021
  • Draft of powershell script to sync information between Veeam Backup and Replication and vcsa November 30, 2021
  • How to count traffic for each mailbox in Exchange October 28, 2021
  • TRACE CABLES THE EASY WAY WITH CISCO CDP ON WINDOWS April 30, 2021
  • How to get list of all AD users in AD group April 30, 2021

© All rights reserved by ITFORCE LLC | Design by Opencodez Themes