您可以将Cert:-PSDrive与Get-ChildItem和Remove-Item配合使用。例如:
此命令會Invoke-Command使用 Cmdlet 在 Server01 計算機上執行New-Item命令。 此命令會傳回代表新證書存儲的 System.Security.Cryptography.X509Certificates.X509Store。 PowerShell Invoke-Command-ComputerNameServer01-ScriptBlock{New-Item-Pathcert:\LocalMachine\CustomStore } ...
Uninstall-PswaWebApplication -WebApplicationName <web-application-name> 如果你使用的是测试证书,则将DeleteTestCertificate参数添加到 cmdlet(如以下示例所述)。 Uninstall-PswaWebApplication -DeleteTestCertificate 步骤2:使用 cmdlet 卸载 Windows PowerShell Web 访问 使用提升的用户权限执行...
$expired = Get-ChildItem cert:\LocalMachine\WebHosting -ExpiringInDays 0 $expired | Remove-Item -DeleteKey 创建证书 该New-Item cmdlet 不会在证书提供程序中创建新 证书。 使用 New-SelfSignedCertificate cmdlet 创建用于测试的证书。 创建证书存储 在Cert: 驱动器中 New-Ite...
Add-Computer Checkpoint-Computer Clear-EventLog Complete-Transaction Disable-ComputerRestore Enable-ComputerRestore Get-ComputerRestorePoint Get-ControlPanelItem Get-EventLog Get-Transaction Get-WmiObject Invoke-WmiMethod Limit-EventLog New-EventLog
現在,如果Certificate和PSDscAllowPlainTextPassword兩者皆有指定,則會使用憑證。 系統會將認證解密,即使 Get-TargetResource 亦同。 中繼設定認證會經過加密及解密。 現在,若 PSCredentials 在內嵌物件中,則會將其解密。 內建資源改善 套件資源 不會再安裝錯誤的套件 (不論從本機或 Web 來源)。
Enter-PSSession[-ComputerName] <String> [-EnableNetworkAccess] [[-Credential] <PSCredential>] [-ConfigurationName <String>] [-Port <Int32>] [-UseSSL] [-ApplicationName <String>] [-SessionOption <PSSessionOption>] [-Authentication <AuthenticationMechanism>] [-CertificateThumbprint <String>] [<Com...
Enter-PSSession[-ComputerName] <String> [-EnableNetworkAccess] [[-Credential] <PSCredential>] [-ConfigurationName <String>] [-Port <Int32>] [-UseSSL] [-ApplicationName <String>] [-SessionOption <PSSessionOption>] [-Authentication <AuthenticationMechanism>] [-CertificateThumbprint <String>] [<Com...
New-CimSession [-CertificateThumbprint <String>] [[-ComputerName] <String[]>] [-Name <String>] [-OperationTimeoutSec <UInt32>] [-SkipTestConnection] [-Port <UInt32>] [-SessionOption <CimSessionOptions>] [<CommonParameters>]说明此cmdlet 仅在 Windows 平台上可用。New-CimSession cmdlet 创建 CI...
powershell:reg delete"HKLM\SOFTWARE\Policies\Microsoft\Windows\WinRM"/f 2>&1 >$nullcmd:reg delete"HKLM\SOFTWARE\Policies\Microsoft\Windows\WinRM"/f 2>&1 >nul 如果上面都操作了,还是无法通过winrm访问,在服务端和客户端 参考https://developer.hashicorp.com/packer/docs/communicators/winrm#examples启...