In caso di errore ID 32538, il DPM generera un log in \?\Volume{VolumeGUID}\someID. Il volume è posizionato in – per il server Azure Backup C:\Program Files\Microsoft Azure Backup Server\DPM\DPM\Volumes\Replica – Per il DPM “classico” C: \Program Files\Microsoft DPM\DPM\Volumes\Replica\servername\File System
Se si prova ad accedere al volume, può dare un errore di “access deny”
Si ha l’esigenza, molte volte, di dover aprire le MMC (ad esempio i tools per la gestione di Active Directory) con credenziali differenti rispetto al dominio di appartenenza. Occorre quindi utilizzare il comando Runas con lo switch netonly.
Il comando, per esempio, per eseguire la MMC di Active Directory Users and Computers è:
Ho configurato uno script in Powershell con le MMC di Active Directory Management Tools:
function Show-Menu
{
param (
[string]$Title = 'Runas_MMC.ps1'
)
cls
Write-Host "================ $Title ================"
Write-Host "1: Press '1' for Active Directory Users and Computers."
Write-Host "2: Press '2' for Active Directory Sites and Services."
Write-Host "3: Press '3' for Active Directory Domain and Trusts."
Write-Host "4: Press '4' for ADSI Edit."
Write-Host "Q: Press 'Q' to quit."
}
do
{
Show-Menu
$input = Read-Host "Please make a selection"
$server = Read-Host "Server"
$user = Read-Host "Domain\User"
switch ($input)
{
'1' {
cls
runas.exe /netonly /user:"$user" "mmc c:\windows\system32\dsa.msc /server=$server"
}
'2' {
cls
runas.exe /netonly /user:"$user" "mmc c:\windows\system32\dssite.msc /server=$server"
}
'3' {
cls
runas.exe /netonly /user:"$user" "mmc c:\windows\system32\domain.msc /server=$server"
}
'4' {
cls
runas.exe /netonly /user:"$user" "mmc c:\windows\system32\adsiedit.msc /server=$server"
}
'Q' {
return
}
}
pause
}
until ($input -eq 'q')
Esecuzione dello script
E’ possibile modificare lo script aggiungendo o eliminando le varie console.
Disclaimer: Nessuna garanzia è fornita con questo script. Lo scrivente non è responsabile di qualunque danno possa eventualmente derivarne – lo utilizzate a vostro rischio.
Può accadere che durante la configurazione dei nodi RD Virtualizion Host in un ambiente RDS, questi risultino in “pending reboot” nonostante siano già stati riavviati più volte…
Per normalizzare la situazione, verificare la presenza della chiave di registro
Può succedere che quando si è attestati in qualche rete la VPN Microsoft non sia funzionante. Al momento del collegamento viene presentato il seguente errore che inibisce il collegamento:
Error 0x80092013: The revocation function was unable to check revocation because the revocation server was offline.
E’ possibile disabilitare il controllo di revoca del certificato andando a creare la seguente voce nel registro:
Registry subkey: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Sstpsvc\Parameters Registry entry:NoCertRevocationCheck Data type:REG_DWORD Value: 1
Oggi decido di aggiornare il mio sistema a Windows 8.1: download dallo store, un paio di riavvi e tutto -apparentemte- funziona… event viewer pulito, applicazioni che partono normalmente, insomma, tutto figherrimo!
Provo a spostare un’icona e mi risulta bloccata…ma porc!
Spulcio su internet: il nulla cosmico! se non un misero forum che dice di provare a disinstallare driver “a caso”… uhmm… durante l’aggiornamento era apparsa una voce inerente la Logitech, vuoi vedere che… Disinstallo il software della Logitech per il mouse G300 e tutto funziona!
Aggiorno il software Logitech e continua a funzionare 😉
qwinsta /server:<ip o nome server>
così visualizzate chi è il “distratto” che ha lasciato la sessione aperta
rwinsta /server:<ip o nome server> <n° sessione>
per liberare la sessione ed andare a tirare le orecchie a qualcuno 🙂
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
Cookie
Durata
Descrizione
cookielawinfo-checkbox-analytics
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional
11 months
The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy
11 months
The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.