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
# Grant-ComputerJoinPermission.ps1 | |
# Written by Bill Stewart ([email protected]) | |
# | |
# Grants an AD identity the ability to join one or more computers to the | |
# domain. | |
#requires -version 2 | |
<# | |
.SYNOPSIS |
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
# Get-BitLockerRecovery.ps1 | |
# Written by Bill Stewart ([email protected]) | |
<# | |
.SYNOPSIS | |
Gets BitLocker recovery information for one or more Active Directory computer objects. | |
.DESCRIPTION | |
Gets BitLocker recovery information for one or more Active Directory computer objects. |
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 2 | |
<# | |
.SYNOPSIS | |
Outputs the last bootup time and uptime for one or more computers. | |
.DESCRIPTION | |
Outputs the last bootup time and uptime for one or more computers. | |
.PARAMETER ComputerName |
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 2 | |
<# | |
.SYNOPSIS | |
Outputs the last bootup time and uptime for one or more computers. | |
.DESCRIPTION | |
Outputs the last bootup time and uptime for one or more computers. | |
.PARAMETER ComputerName |
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
PRIVACY POLICY | |
Welcome to the Muckrock.com web-site (the “Site”)! Muckrock is committed to protecting your privacy and trust and will only use your data as set forth in this Privacy Policy and any amendments hereto. This Privacy Policy discloses the privacy practices for the Site and explains how Muckrock (“us” or “we”) collect information and how we use the information that we collect. | |
Please read this information carefully before accessing the Site. The privacy statement may be amended at any time, with or without notice to users. You should periodically visit this page to review the then current Privacy Policy. Your use of the Site constitutes your consent and agreement to abide by this Privacy Policy and your consent to the use of the information that we collection, including personally identifiable information, as set forth in this Privacy Policy. Please regularly consult this Privacy Policy in order to be aware of updated practices. | |
Should you not wish Muckrock to collect and use your person |
NewerOlder