Posts

Showing posts from 2014

PowerShell Cheat Code Sheet For Server Core Installation

70-410 Power shell Cheat Sheet Please find the below list of Powershell commands which may be useful for the beginner to start with Powershell commands and execution in windows server environment. Start List Cmdlet Description Add-ADCentralAccessPolicyMember Adds central access rules to a central access policy in Active Directory Add-ADgroupmember PhoenixAdmins PhoenixAdmin01, PhoenixAdmin02 Add members to group Add-ADResourcePropertyListMember Adds one or more resource properties to a resource property list in Active Directory Add-Computer –DomainName  domainname.com Joins a computer to domain Add-NetSwitchTeamMember Adds a network adapter member to an existing switch team Add-PhysicalDisk Adds a physical disk to storage pool Add-WindowsFeature Adds a role or feature Configure-SMRemoting.exe –Enable Used to configure a computer runn...