Clone via Export/Import I wanted to clone Win10 after installing so i would not need to install it for new VM’s. To do this i installed a VM with Win10. As soon as getting into the desktop I ran sysprep from: C:\Windows\system32\sysprep Note: This is not required if the VM…
Imran Qureshi Posts
Installing A DC on Server Core uses less resources: Create new VM named DC01 Go through the install Set 30GB disk size Choose Non Gui install once installed type sconfig enable rdp configure name DC01, restart connect to host using rdp type powershell get-windowsfeature Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools The below…
Reset RAID: remove logical drives and recreate. 1 x 500GB, 1x 1.3 TB DL Install Hyper-V 2016 server using iLO on a 3ogb partition Run all updates on hyper-v server Create other partitions during disk setup such as 800gb VM Storage and 1TB Disk Storage Install: Win 10 1803 Enterprise…
Create a self signed certificate on Win10 and PS5.1 The cmdlet generates an ssl cert for testing purposes. Unlike makecert this cannot be used to sign a driver or an application code. Get-Command -Module PKI New-SelfSignedCertificate -DnsName test.vmlab.local -CertStoreLocation cert:\LocalMachine\My -Type CodeSigningCert View the Cert: cd cert: dir cd localmachine…
Course 2 – Advanced Tools and Scripting Instead of real time we will do scripting Make tools to use and share DL scripts from here: https://powershell.org/2013/07/29/mva-powershell-jumpstart-2-scripts-for-aug-1st/ Steps to create tools with modules inside scripts and clean them up Automate things you need to do again In Win Server 2012 R2…
Microsoft Virtual Academy, MVA 23/06/2017 Getting started with Powershell 3.0 Jump Start Useful Links: https://Powershell.org https://Powershell.org/wp/ebooks/ http://blogs.msdn.microsoft.com/powershell/ https://ss64.com/ps/ Module 1 – Don’t fear the shell set powershell normal as taskbar icon, can right click and start as admin or start ise right click icon in taskbar > properties > shortcut…
It is assumed that the Environment has a DC running and you have a domain joined Server 2016 for SCCM Server to be installed. Make sure the servers are fully patched A tool is available which automates the prereq installs this is linked at the end of this page. Assumptions:…
I had problems with the usb drive after installing in Rufus i found i needed to select MBR as an option and NTFS. This then worked ok for me and i booted from the usb and installed Win 10 on the laptop.
In Hyper-V Virtual Switch Manager i had unticked “Allow management operating system to share this network adapter” and also enabled VLAN identification. After applying this i lost all network connectivity to the host Hyper-V Server. I had to access it through the console and run PS cmdlet: Get-VMSwitch Remove-VMSwitch “Name…
Whats new in CM 2012, 2012 Sp1, 2012 R2, 2012 R2 Sp1 Changes since CM 2007: Site install new options: In a multi primary site a central site now known as central administration site. A CAS is not a primary site at top of hierarchy but is used for reporting…