-
—Packet Tracer packet-tracer input inside tcp 10.200.4.106 64000 172.16.90.205 3389 —default login admin Admin123 –Set management IP on FMC show -> Configure -> Expert sudo /usr/local/sf/bin/configure-network —Restart GUI of FMC I had this issue, I fixed it by restarting the console from expert mode. sudo /etc/rc.d/init.d/console restart
-
//Default username and password —OVA admin a10 –ISO install password //Management IP enable <password blank> config //Get UID show license uid //Activation ip dns primary 8.8.8.8 glm use-mgmt-port glm token <Token ID> glm enable requests write memory //Flexpool If you have say 3x devices provisioned for 50Gbps Flexpool can dynamically take throughput from one devices […]
-
—–Robocopy //Only copy the differences robocopy C:\Copy1\ C:\Users\Administrator\Desktop\Copy2 /e //copy only the differences and list the modifications robocopy C:\Copy1\ C:\Users\Administrator\Desktop\Copy2 /e /l //copy files and keep owner and ACL’s robocopy C:\Copy1\ C:\Users\Administrator\Desktop\Copy2 /e /copy:DATSO //Copy files with the ability to resume if the copy gets stuck robocopy C:\Copy1\ C:\Users\Administrator\Desktop\Copy2 /e /z //Log Robocopy robocopy C:\Copy1\ […]
-
— Feature that installs on each VM from server manager. When connecting to a host expect it to hang for 5 minutes. //Configuration 1. Install the NLB feature on each IIS Server x2 2. On any one of NLB servers create a cluster Network load balancer -> new cluster 3. Specify a VIP (Cluster IP) […]
-
Contains every AD object in the whole AD forest //Configuration 1. Active directory sites and services 2. NTDS settings-> Properties -> General -> Global Catalogue
-
—DHCP Relay agent 1. On the relay install the role remote access 2. Routing and remote access -> Add Server -> Configure and enable routing 3. IPv4 -> General -> New routing protocol -> DHCP Relay Agent 4. Add the interface to listen for DHCP requests 5. IPv4 -> DHCP Relay agent -> Properties -> […]
-
—GPO (Group Policy Object) //Policies take priority over preferences //Preferences can apply defaults once and then not override again. (eg file extensions) Machine policies are applied to machine. Linked OU must contain machines. User polices are applied to user.Linked OU must contain Users Users and computers are not OU’s and as such cannot have GPO’s […]
-
—Data deduplication //Powershell Get-DedupVolume ! view a list of drives running data dedup Start-DedupJob –Volume E: –Type Optimization !force dedup to run Get-DedupJob !Check the progress of the deduplication job This is a role which is installed on the file server, auto finds duplicates. service runs in the background. //Configuration 1. Server manager -> Add […]
-
—NTFS Permissions Order of operations 1. Explict deny 2. Explict allow 3. Inherited Deny 4. Inherited Allow
-
Containers are built into AD (Users + Computers) and cannot have a GPO applied OU are created Folders which can have a GPO applied