Tech Blog

https://www.facebook.com/sevensitblog/

Main Menu

Skip to content
  • About

Category Archives: PowerShell

Transfer all of the FSMO roles in one powershell-shot / command

January 23, 2018by dakseven Leave a comment

I just came out and find out a nice command that will transfer all the roles from one-shot from one DC to another.   To do so, we will need to […]

Read Article →
PowerShell, Windows server 2012, Windows server 2012 R2, Windows Server2016

Rename & join a computer into a domain within a single powershell command

January 9, 2018by dakseven Leave a comment

This command renames the local computer to and then restarts automatically. In my Test environment the command would be  alike: Rename-Computer -NewName “w2016DC2” -DomainCredential test.test\administrator -Restart which translates into: Rename-Computer […]

Read Article →
Active Directory, PowerShell

Powershell script to move active directory machines to specific ou

February 18, 2015by dakseven Leave a comment

Today I’ll post a simple mini script that moves machines to a specific ou in active directory via powershell   The machines will be listed in a txt file like […]

Read Article →
Active Directory, PowerShell

GPMC Migrating GPOS between domains

December 19, 2014by dakseven Leave a comment

One administrator action  , a lot of configuration and results… Always is a help but . Sometime we need to implement other new gpos on a different domain . Here […]

Read Article →
Active Directory, PowerShell, Windows server 2012, Windows server 2012 R2

Creating Hyper-V Virtual Machines in Powershell

December 6, 2014by dakseven Leave a comment

Hi More powershell for all!!! Today I found an  example  to create simple virtual machine  script 🙂 enjoy: # This script creates a new Hyper-V machine with hard drive, memory […]

Read Article →
hyper-v, PowerShell

Creating SHARE on powershell & Setting ACL on a File or Directory in Powershell

November 26, 2014by dakseven Leave a comment

Hi guys & ladies ( Little ironic mode activated in this post ) Today we gonna learn how to create powershell script that creates a Share 😉  We all already know that […]

Read Article →
Active Directory, Misc, PowerShell, Windows server 2012 R2

The Powershell pocket Active directory CMDLets

June 8, 2014by dakseven Leave a comment

Computer object commands List all computer accounts in a domain Get-ADComputer –Filter {Name –Like “*”} View all computers that are logged in for 90 days to the Active Directory Search-ADaccount […]

Read Article →
Active Directory, PowerShell

Common WMI’S

June 6, 2014by dakseven Leave a comment

  Hi everyone … today we gonna talk about WMI WTF is WMI? ok lets read some wiki ( technet ofc 🙂  ) Purpose Windows Management Instrumentation (WMI) is the […]

Read Article →
PowerShell, Vbscript, Windows 7

Post navigation

Recent Posts

  • The virtual switch lacks external connectivity when configuring nic teaming on Hyper-v VM
  • Internet Storage Name Service (iSNS) Firewall exception
  • WDS UTIL SWITCHES
  • Transfer all of the FSMO roles in one powershell-shot / command
  • Force a software to always run as admin without exposing admin password

Recent Comments

mentalhealthsoku.com on Sccm 2012 R2 MAC Enrollment…
secme hikayeler on SCCM 2012 How To Backup Your S…
secme hikayeler on Sccm 2012 R2 MAC Enrollment…
luan on Windows simple nice cleaner sc…
luan on Windows Server 2012 R2 Group P…

Archives

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

Categories

  • Active Directory
  • android
  • DNS Service
  • Exchange 2010
  • Exchange 2013
  • hyper-v
  • IcSi
  • Linux
  • Mac
  • MDT 2012/2013
  • Misc
  • MS-DOS
  • Nanoserver
  • Nic Teaming
  • Office 2013
  • Outlook
  • PowerShell
  • SCCM 2012
  • Security
  • Uncategorized
  • Vbscript
  • virtualbox
  • Windows 10
  • Windows 7
  • Windows 8
  • Windows 8.1
  • Windows server 2012
  • Windows server 2012 R2
  • Windows Server2016
  • Windows Tips

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.com
Advertisements

Recent Posts

  • The virtual switch lacks external connectivity when configuring nic teaming on Hyper-v VM
  • Internet Storage Name Service (iSNS) Firewall exception
  • WDS UTIL SWITCHES
  • Transfer all of the FSMO roles in one powershell-shot / command
  • Force a software to always run as admin without exposing admin password

Recent Comments

mentalhealthsoku.com on Sccm 2012 R2 MAC Enrollment…
secme hikayeler on SCCM 2012 How To Backup Your S…
secme hikayeler on Sccm 2012 R2 MAC Enrollment…
luan on Windows simple nice cleaner sc…
luan on Windows Server 2012 R2 Group P…

Archives

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

Categories

  • Active Directory
  • android
  • DNS Service
  • Exchange 2010
  • Exchange 2013
  • hyper-v
  • IcSi
  • Linux
  • Mac
  • MDT 2012/2013
  • Misc
  • MS-DOS
  • Nanoserver
  • Nic Teaming
  • Office 2013
  • Outlook
  • PowerShell
  • SCCM 2012
  • Security
  • Uncategorized
  • Vbscript
  • virtualbox
  • Windows 10
  • Windows 7
  • Windows 8
  • Windows 8.1
  • Windows server 2012
  • Windows server 2012 R2
  • Windows Server2016
  • Windows Tips

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.com

Recent Posts

  • The virtual switch lacks external connectivity when configuring nic teaming on Hyper-v VM
  • Internet Storage Name Service (iSNS) Firewall exception
  • WDS UTIL SWITCHES
  • Transfer all of the FSMO roles in one powershell-shot / command
  • Force a software to always run as admin without exposing admin password

Recent Comments

mentalhealthsoku.com on Sccm 2012 R2 MAC Enrollment…
secme hikayeler on SCCM 2012 How To Backup Your S…
secme hikayeler on Sccm 2012 R2 MAC Enrollment…
luan on Windows simple nice cleaner sc…
luan on Windows Server 2012 R2 Group P…

Archives

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

Categories

  • Active Directory
  • android
  • DNS Service
  • Exchange 2010
  • Exchange 2013
  • hyper-v
  • IcSi
  • Linux
  • Mac
  • MDT 2012/2013
  • Misc
  • MS-DOS
  • Nanoserver
  • Nic Teaming
  • Office 2013
  • Outlook
  • PowerShell
  • SCCM 2012
  • Security
  • Uncategorized
  • Vbscript
  • virtualbox
  • Windows 10
  • Windows 7
  • Windows 8
  • Windows 8.1
  • Windows server 2012
  • Windows server 2012 R2
  • Windows Server2016
  • Windows Tips

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.com

Recent Posts

  • The virtual switch lacks external connectivity when configuring nic teaming on Hyper-v VM
  • Internet Storage Name Service (iSNS) Firewall exception
  • WDS UTIL SWITCHES
  • Transfer all of the FSMO roles in one powershell-shot / command
  • Force a software to always run as admin without exposing admin password

Recent Comments

mentalhealthsoku.com on Sccm 2012 R2 MAC Enrollment…
secme hikayeler on SCCM 2012 How To Backup Your S…
secme hikayeler on Sccm 2012 R2 MAC Enrollment…
luan on Windows simple nice cleaner sc…
luan on Windows Server 2012 R2 Group P…

Archives

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

Categories

  • Active Directory
  • android
  • DNS Service
  • Exchange 2010
  • Exchange 2013
  • hyper-v
  • IcSi
  • Linux
  • Mac
  • MDT 2012/2013
  • Misc
  • MS-DOS
  • Nanoserver
  • Nic Teaming
  • Office 2013
  • Outlook
  • PowerShell
  • SCCM 2012
  • Security
  • Uncategorized
  • Vbscript
  • virtualbox
  • Windows 10
  • Windows 7
  • Windows 8
  • Windows 8.1
  • Windows server 2012
  • Windows server 2012 R2
  • Windows Server2016
  • Windows Tips
April 2018
M T W T F S S
« Mar    
 1
2345678
9101112131415
16171819202122
23242526272829
30  
Follow Tech Blog on WordPress.com

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.com

Blog Stats

  • 43,947 hits
Blog at WordPress.com.
Cancel