Get-Alias : Used to get the aliases for the specific command. Get-Alias Description : The Get-Alias cmdlet is used to get the aliases(alternate names for executable files and commands) for the current session. While trying to get the aliases in the current sessionit will also includes the bulilt-in aliases. You…
Powershell Command : Set-Acl
Set-Acl : Used to change the Security settings for a resource such as folder, files, registry etc.. Set-Acl Description : The Set-Acl cmdlet is used for set or change the security descriptor of a resource such as folder, files, registry etc. ACL is called as the Access Control List, it…
IP Address
IPv4 Address : An IP Address is a 32-bit address which consists of a host number a network prefix, IP Address is used for uniquely identifying the host within a network. To easily understand the IP Address they are separated into 4 bytes which are separated by periods “.”. The…
How to create VHD or VHDX Virtual Disks in Windows 8 or 8.1
In this Video Tutorial you can learn about creating and configuring the VHD disks or the VHDX disks in both the Wiindows 8 and WIndows 8.1 Operating System. Since this configuration supports for both the operating system you can check in both the OS.
Powershell Command : Get-Acl
Get-Acl : Used to get the Security settings for a resource such as folder, files, registry etc.. Get-Acl Description : The Get-Acl cmdlet is used for finding the security descriptor of a resource. ACL is called as the Access Control List, it will contain the permissions ie the security descriptor…
Recent Comments