-
open your browser and go to
https://www.facebook.com/friends/list -
scroll down until the page finishes loading all of your friends. (Keep scrolling until you reach the bottom.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Requires -Version 7.0 | |
| <# | |
| .SYNOPSIS | |
| Purge an OCI (Oracle Cloud Infrastructure) VCN and its child resources. | |
| .DESCRIPTION | |
| Deletes route rules, subnets, internet gateways, then deletes the VCN. | |
| .PARAMETER TargetName | |
| The display name of the VCN to purge. | |
| .PARAMETER CompartmentID | |
| The OCID of the compartment containing the VCN. |