Get-ADObject – How to Find and Export AD Objects with PowerShell

get-adobject

Every user, computer, container, or OU in the Active Directory is an object. For each of those are dedicated cmdlets that we can use to retrieve or update information. But to get deleted objects we will need to use the Get-ADObject cmdlet. The Get-ADObject cmdlet … Read moreGet-ADObject – How to Find and Export AD Objects with PowerShell

How to Delete a File with PowerShell Remove-Item

Deleting files and cleaning up directories can be a time-consuming task, especially when you need to perform the same task on multiple computers regularly. But with PowerShell, we can create small scripts that will delete a file quickly and efficiently by using the Remove-Item cmdlet. … Read moreHow to Delete a File with PowerShell Remove-Item

How to use Azure Managed Identity

Azure Managed Identities

Azure resources, like Azure Automation or Azure Virtual Machines, often need to have access to other resources. For example, when accessing the Azure AD from within a Runbook. To grant access, you usually need accounts, passwords, or certificates. But you don’t want to store this … Read moreHow to use Azure Managed Identity

How to Archive SharePoint Online?

SharePoint Online is a great tool to store and share files, collaborate on projects, and communicate with team members. However, as the amount of data stored in SharePoint Online grows, you will probably run out of storage space. You can buy additional storage in SharePoint … Read moreHow to Archive SharePoint Online?