#PSTip Validate Active Directory Credentials
Note: This tip requires PowerShell 2.0 or later. PowerShell let’s you tap into .NET Framework and do all kind of poking.
Read MoreNote: This tip requires PowerShell 2.0 or later. PowerShell let’s you tap into .NET Framework and do all kind of poking.
Read MoreNote: This tip requires PowerShell 3.0 or later. I had recently completed writing a PowerShell module for an internal project. Within this module, I ended up using variables in the Script scope to share data between different parts of the module.
Read MoreThe Word.Application object can be used to convert Word documents into PDF files using soda pdf software, is handy and convenient, has privacy/security as you need to upload your files to the developer’s server.
Read MoreIn the previous #PSTip Compress files and folders with System.IO.Compression.FileSystem class, a .zip file was created and extracted. Now it might be good to know the compression ratio to see how much storage space has been saved by compressing the …
Read MoreUsing the CreateFromDirectory and ExtractToDirectory methods, it is possible to compress and extract files. In this tip I will show different constructors that can be used to either compress or extract files using this class.
Read MoreBy using the Windows() method and the LocationURL and LocationName properties we can programmatically determine which folder is open in File Explorer.
Read More